Skip to content

Commit

Permalink
RELEASE 3.0.0-alpha.9 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow authored Aug 12, 2024
1 parent 6304f38 commit 5928ccf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.0.0-alpha.9 (Aug 10, 2024)

- Add `polliwog.segment.is_point_on_line_segment()`
- `Polyline.sliced_at_points()`: Avoid inserting degenerate segments


## 3.0.0-alpha.8 (Jan 18, 2023)

- Support NumPy 1.24+
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "polliwog"
version = "3.0.0-alpha.8"
version = "3.0.0-alpha.9"
description = "2D and 3D computational geometry library"
authors = ["Paul Melnikow <[email protected]>", "Metabolize, Body Labs, and other contributors"]
license = "BSD-2-Clause"
Expand Down

0 comments on commit 5928ccf

Please sign in to comment.