Skip to content

Commit 82aa55e

Browse files
authored
Merge pull request #299 from PyO3/borrow-overlap
Refine dynamic borrow checking to track data ranges.
2 parents 19e9232 + 9e7bad3 commit 82aa55e

File tree

3 files changed

+702
-63
lines changed

3 files changed

+702
-63
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ license = "BSD-2-Clause"
1717
[dependencies]
1818
libc = "0.2"
1919
num-complex = ">= 0.2, < 0.5"
20+
num-integer = "0.1"
2021
num-traits = "0.2"
2122
ndarray = ">= 0.13, < 0.16"
2223
pyo3 = { version = "0.16", default-features = false, features = ["macros"] }

0 commit comments

Comments
 (0)