Skip to content

Commit 4cf5b01

Browse files
Merge branch 'feat/convolutions' into rust
2 parents a3116bc + cf0fffd commit 4cf5b01

File tree

12 files changed

+2158
-3
lines changed

12 files changed

+2158
-3
lines changed

Cargo.lock

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ lazy_static = "=1.5.0"
9292
log = "=0.4.28"
9393
maplit = { version = "=1.0.2", features = [] }
9494
multimap = { version = "=0.10.1", features = ["serde_impl"] }
95+
ndarray-conv = { version = "=0.5.0", features = [] }
9596
num = "=0.4.3"
9697
num-integer = "=0.1.46"
9798
num-traits = "=0.2.19"

packages/treetime/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ publish.workspace = true
1010
repository.workspace = true
1111
version.workspace = true
1212

13-
1413
[lib]
1514
crate-type = ["lib"]
1615

17-
1816
[dependencies]
1917
phyloxml = { path = "../phyloxml" }
2018
usher-mat-utils = { path = "../usher-mat-utils" }
@@ -53,6 +51,7 @@ lazy_static = { workspace = true }
5351
log = { workspace = true }
5452
maplit = { workspace = true }
5553
multimap = { workspace = true }
54+
ndarray-conv = { workspace = true }
5655
num = { workspace = true }
5756
num-integer = { workspace = true }
5857
num-traits = { workspace = true }
@@ -92,7 +91,6 @@ tikv-jemallocator = { workspace = true }
9291
[target.'cfg(all(target_arch = "aarch64", target_os = "linux", target_env = "musl"))'.dependencies]
9392
tikv-jemallocator = { workspace = true }
9493

95-
9694
[features]
9795
"png" = ["image", "plotters/bitmap_backend", "plotters/ttf"]
9896

0 commit comments

Comments
 (0)