Skip to content

Commit

Permalink
Upgrade to PyO3 0.22 (#203)
Browse files Browse the repository at this point in the history
* Remove useless bounds on GroupFunc

* Use the new Bound<T> API

* Refresh tuto

* Use pyo3 0.22

* Use pyclass(eq, eq_int) and derive PartialEq

* Use pyo3(signature=...)

* Pin ndarray:0.15

* Finally commit Cargo.lock to pin ndarray 0.15
  • Loading branch information
relf authored Oct 16, 2024
1 parent 7bfd389 commit dc70dfd
Show file tree
Hide file tree
Showing 8 changed files with 2,762 additions and 88 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
# will have compiled files and executables
**/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# See https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading

0 comments on commit dc70dfd

Please sign in to comment.