Skip to content

Commit

Permalink
Use the latest startin rust code that fixes an annoying bug
Browse files Browse the repository at this point in the history
Fix bug with Laplace/NNI interpolation when interpolate same location
  • Loading branch information
hugoledoux committed Sep 30, 2024
1 parent 9c4a9b3 commit db47a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "startinpy"
version = "0.11.0"
version = "0.11.1-beta1"
authors = ["Hugo Ledoux <[email protected]>"]
license = "MIT"
homepage="https://github.com/hugoledoux/startinpy"
Expand All @@ -11,7 +11,7 @@ edition = "2021"


[dependencies]
startin = "0.8.0"
startin = "0.8.1"
# startin = { path = "../startin" }
# startin = { git = "https://github.com/hugoledoux/startin", branch = "develop" }
numpy = "0.19"
Expand Down

0 comments on commit db47a99

Please sign in to comment.