Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Oct 15, 2024
1 parent 7738c69 commit 7a0ef6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ CellTree2d
Changelog
=========

Unreleased
----------
[0.2.2 2024-10-15]
------------------

Fixed
~~~~~
Expand All @@ -20,7 +20,8 @@ Fixed
loop with faulty logic in
:func:`numba_celltree.algorithms.cohen_sutherland_line_box_clip`. This issue
seems to appears when an edge vertex lies exactly on top of a bounding box
vertex of the celltree. The logic has been updated and this has been fixed.
vertex of the celltree. The logic has been updated and the while loop exits
correctly now.

Changed
~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion numba_celltree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from numba_celltree.celltree import CellTree2d

__version__ = "0.2.1"
__version__ = "0.2.2"

__all__ = ("CellTree2d",)

0 comments on commit 7a0ef6e

Please sign in to comment.