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 Oct 6, 2021
1 parent 445f506 commit 449614f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ History
=======


6.2.0 (2021-10-06)
------------------

Features
~~~~~~~~
- Add `infinite` keyword argument to `Cylinder.intersect_line` with a default value of `True`.
Now the line can be intersected with a finite cylinder by passing `infinite=False`.

Fixes
~~~~~
- Fix the return type hint of `Plane.intersect_line` (from Plane to Point).


6.1.1 (2021-09-11)
------------------

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

Expand Down

0 comments on commit 449614f

Please sign in to comment.