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

Commit

Permalink
RELEASE 1.6.2 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow authored Sep 9, 2019
1 parent d4c557a commit 773f736
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Changelog for the Metabolize fork
=================================
Changelog
=========

## 1.6.2 (Sep 9, 2019)

- Merge Metabolize fork back into [original repo at its new home][repo].

[repo]: https://github.com/lace/blmath


## 1.6.1 (Aug 29, 2019)

Expand All @@ -17,12 +24,14 @@ Changelog for the Metabolize fork
- 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.


## 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.6.1'
__version__ = '1.6.2'

0 comments on commit 773f736

Please sign in to comment.