Skip to content

Commit

Permalink
Bump to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Dec 16, 2024
1 parent 13b9bff commit 2173add
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "startinpy"
version = "0.12.0"
version = "0.12.1"
authors = ["Hugo Ledoux <[email protected]>"]
license = "MIT"
homepage="https://github.com/hugoledoux/startinpy"
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.12.1] - 2024-12-16
### Changed
- Downgrade the requirement for numpy>2 to numpy>=1.24.0. It wasn't necessary and created a bit of a havoc with other libs that didn't make the jump to v2

## [0.12.0] - 2024-10-28
### Changed
- interpolation with NNI can now use the "precompute" of Voronoi vertices (speed up in many cases)
Expand Down Expand Up @@ -93,6 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- new name "startinpy" to avoid clashes with the rust lib "startin" on which this project is based on. Since I use a Rust builder (maturin), there were clashes and probably a better idea to call it "startinpy" anyway.


[0.12.1]: https://github.com/hugoledoux/startinpy/compare/0.12.0...0.12.1
[0.12.0]: https://github.com/hugoledoux/startinpy/compare/0.11.0...0.12.0
[0.11.0]: https://github.com/hugoledoux/startinpy/compare/0.10.2...0.11.0
[0.10.2]: https://github.com/hugoledoux/startinpy/compare/0.10.1...0.10.2
Expand Down

0 comments on commit 2173add

Please sign in to comment.