File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ CellTree2d
10
10
Changelog
11
11
=========
12
12
13
- Unreleased
14
- ----------
13
+ [0.2.2 2024-10-15]
14
+ ------------------
15
15
16
16
Fixed
17
17
~~~~~
20
20
loop with faulty logic in
21
21
:func: `numba_celltree.algorithms.cohen_sutherland_line_box_clip `. This issue
22
22
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.
24
25
25
26
Changed
26
27
~~~~~~~
Original file line number Diff line number Diff line change 1
1
from numba_celltree .celltree import CellTree2d
2
2
3
- __version__ = "0.2.1 "
3
+ __version__ = "0.2.2 "
4
4
5
5
__all__ = ("CellTree2d" ,)
You can’t perform that action at this time.
0 commit comments