Commit 6af50ea
committed
Fix PyO3 0.25.x compatibility issues
- Update lib.rs module function signature for new Bound API
- Replace .to_owned() with .unbind() for PyArray returns
- Downgrade ndarray from 0.16.1 to 0.15.6 to match numpy 0.25.0 requirement
- Resolve version conflicts between direct and transitive dependencies
All compilation errors resolved, maturin build now successful1 parent 8671dba commit 6af50ea
3 files changed
+78
-78
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments