Skip to content

Commit dc70dfd

Browse files
authored
Upgrade to PyO3 0.22 (#203)
* 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
1 parent 7bfd389 commit dc70dfd

File tree

8 files changed

+2762
-88
lines changed

8 files changed

+2762
-88
lines changed

.gitignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
# will have compiled files and executables
33
**/target/
44

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

98
# These are backup files generated by rustfmt
109
**/*.rs.bk

0 commit comments

Comments
 (0)