Skip to content

Commit

Permalink
Merge pull request #275 from ajhynes7/release
Browse files Browse the repository at this point in the history
Update version and history
  • Loading branch information
ajhynes7 committed Jul 26, 2021
2 parents 9979778 + dd7e4dd commit 3b53c07
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
History
=======


6.1.0 (2021-07-25)
------------------

Features
~~~~~~~~
- Add `lateral_surface_area` and `surface_area` methods to `Cylinder`.

Improvements
~~~~~~~~~~~~
- Remove unnecessary `np.copy` from `Circle.intersect_line`.
- Complete the docstring for `Line.distance_point`.


6.0.1 (2021-03-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "scikit-spatial"
version = "6.0.1"
version = "6.1.0"
description = "Spatial objects and computations based on NumPy arrays."
license = "BSD-3-Clause"

Expand Down

0 comments on commit 3b53c07

Please sign in to comment.