Skip to content

Commit

Permalink
Update rust deps (#12)
Browse files Browse the repository at this point in the history
## 0.2.3 2024-08-20

### Changed

* Update interpn rust dep to 0.4.3 to capture upgraded linear methods
  • Loading branch information
jlogan03 authored Aug 21, 2024
1 parent b7bc19d commit 9a511a4
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 63 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.3 2024-08-20

### Changed

* Update interpn rust dep to 0.4.3 to capture upgraded linear methods

## 0.2.2 2024-07-08

### Changed
Expand Down
126 changes: 66 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "_interpn"
version = "0.1.3"
version = "0.1.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = "^0.21.0"
numpy = "^0.21.0"
interpn = {version = "0.4.2", default_features = false}
interpn = {version = "0.4.3", default_features = false}
#interpn = { path = "../interpn/interpn" }

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "interpn"
version = "0.2.2"
version = "0.2.3"
repository = "https://github.com/jlogan03/interpnpy"
documentation = "https://interpn.readthedocs.io/"
description = "N-dimensional interpolation/extrapolation methods"
Expand Down

0 comments on commit 9a511a4

Please sign in to comment.