Skip to content

Commit 9c22dd7

Browse files
mtfishmanclaude
andauthored
Drop OrdinaryDiffEqTsit5 test dependency and unused solver helpers (#342)
## Summary - Removes `OrdinaryDiffEqTsit5` as a test dependency. - Deletes `src/solvers/solver_utils.jl` and `test/ITensorNetworksTestSolversUtils/`, all dead code. ## Why this is non-breaking `src/solvers/solver_utils.jl` defined `TimeDependentSum`, `ScaledSum`, `to_vec`, and `cache_operator_to_disk`, but the file is never `include`d from `ITensorNetworks.jl` — none of these names are part of the loaded package and no other `src/` file references them. The only consumer was `test/ITensorNetworksTestSolversUtils/`, which itself is never loaded by `runtests.jl` or any `test_*.jl` file (`ITensorPkgSkeleton.runtests` only auto-loads files starting with `test_`). The whole chain is dead code, so a patch bump (`0.19.1 -> 0.19.2`) is appropriate. --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 36d7cc2 commit 9c22dd7

5 files changed

Lines changed: 1 addition & 126 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorNetworks"
22
uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7"
3-
version = "0.19.2"
3+
version = "0.19.3"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]
55

66
[workspace]

src/solvers/solver_utils.jl

Lines changed: 0 additions & 81 deletions
This file was deleted.

test/ITensorNetworksTestSolversUtils/ITensorNetworksTestSolversUtils.jl

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/ITensorNetworksTestSolversUtils/solvers.jl

Lines changed: 0 additions & 39 deletions
This file was deleted.

test/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ NDTensors = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf"
2020
NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19"
2121
OMEinsumContractionOrders = "6f22d1fd-8eed-4bb7-9776-e7d684900715"
2222
Observers = "338f10d5-c7f1-4033-a7d1-f9dec39bcaa0"
23-
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
2423
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
2524
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2625
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
@@ -57,7 +56,6 @@ NDTensors = "0.3, 0.4"
5756
NamedGraphs = "0.8.2"
5857
OMEinsumContractionOrders = "0.9.5, 1"
5958
Observers = "0.2.5"
60-
OrdinaryDiffEqTsit5 = "1.1, 2"
6159
Pkg = "1.10"
6260
Random = "1.10"
6361
SafeTestsets = "0.1"

0 commit comments

Comments
 (0)