Skip to content

Commit

Permalink
Update release notes for version 1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 4, 2024
1 parent fd76dd7 commit 6d1ce65
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## Version 1.3.13 (2024/09/04)

### Issues Closed

* [Issue 116](https://github.com/storpipfugl/pykdtree/issues/116) - Segmentation fault on empty points ([PR 119](https://github.com/storpipfugl/pykdtree/pull/119) by [@STNLd2](https://github.com/STNLd2))

In this release 1 issue was closed.

### Pull Requests Merged

#### Bugs fixed

* [PR 119](https://github.com/storpipfugl/pykdtree/pull/119) - Fixed empty pts segfault ([116](https://github.com/storpipfugl/pykdtree/issues/116))

#### Features added

* [PR 124](https://github.com/storpipfugl/pykdtree/pull/124) - Enable Python 3.13 wheel building and switch to C17 C standard

In this release 2 pull requests were closed.



## Version 1.3.12 (2024/04/12)

### Pull Requests Merged
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def _compile_link_paths_from_manifest(cmd):

setup(
name='pykdtree',
version='1.3.12',
version='1.3.13',
url="https://github.com/storpipfugl/pykdtree",
description='Fast kd-tree implementation with OpenMP-enabled queries',
long_description=readme,
Expand Down

0 comments on commit 6d1ce65

Please sign in to comment.