Skip to content

Commit 7a0ef6e

Browse files
committed
Version 0.2.2
1 parent 7738c69 commit 7a0ef6e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/api.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ CellTree2d
1010
Changelog
1111
=========
1212

13-
Unreleased
14-
----------
13+
[0.2.2 2024-10-15]
14+
------------------
1515

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

2526
Changed
2627
~~~~~~~

numba_celltree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from numba_celltree.celltree import CellTree2d
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.2.2"
44

55
__all__ = ("CellTree2d",)

0 commit comments

Comments
 (0)