Skip to content

Commit

Permalink
build: update history and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhynes7 committed Feb 26, 2022
1 parent 7e80b9b commit 95ca2d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ History
=======


6.3.0 (2022-02-26)
------------------

Features
~~~~~~~~
- Add `Circle.best_fit` method to fit a circle to 2D points.
- Add `area_signed` function to compute the signed area of a polygon using the shoelace algorithm.


6.2.1 (2022-01-08)
------------------

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.2.1"
version = "6.3.0"
description = "Spatial objects and computations based on NumPy arrays."
license = "BSD-3-Clause"

Expand Down

0 comments on commit 95ca2d4

Please sign in to comment.