Skip to content

Commit

Permalink
Updated the CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Dec 13, 2024
1 parent 607c430 commit 61bbd2d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 0.1
## Version 0.1.1

- Cast pointers to/from `uintptr_t` so that downstream packages aren't forced to rely on **pybind10** converters.
- Added a `knncolle_py.h` header to ensure developers use the correct types during casting.

## Version 0.1.0

Bindings to the algorithms in the **knncolle** package.

0 comments on commit 61bbd2d

Please sign in to comment.