Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
RELEASE 1.5.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow authored Mar 24, 2019
1 parent 258000f commit 0093ccd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
Changelog for the Metabolize fork
=================================

## 1.5.0 (Mar 24, 2019)

- Move Plane.polyline_xsection to Polyline.intersect_plane.
- Polyline: Add `reindexed()` method.
- Polyline: Add `cut_by_plane()` method.

## 1.4.0 (Mar 22, 2019)

- Plane.polyline_xsection: Add `ret_edge_indices` parameter
- Polyline: Add convenience attributes `segments` and `segment_vectors`
- Polyline: Add `flip()` method.

As of this release, break from the upstream revision history and adopt ordinary
semver.

Identical to `1.2.5-post3`.

## 1.3.0 (Oct 4, 2018)

As of this release, break from the upstream revision history and adopt ordinary
Expand Down
2 changes: 1 addition & 1 deletion blmath/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.0'
__version__ = '1.5.0'

0 comments on commit 0093ccd

Please sign in to comment.