Skip to content

Commit 9ccf51f

Browse files
mtfishmanclaude
andcommitted
Drop OrdinaryDiffEqTsit5 test dependency and unused solver helpers
`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`, so none of these names are part of the loaded package. Their 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. - Delete `src/solvers/solver_utils.jl`. - Delete `test/ITensorNetworksTestSolversUtils/`. - Drop `OrdinaryDiffEqTsit5` from `test/Project.toml`. Patch bump because nothing reachable from the loaded package changed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 629b79c commit 9ccf51f

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.1"
3+
version = "0.19.2"
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"
6159
Pkg = "1.10"
6260
Random = "1.10"
6361
SafeTestsets = "0.1"

0 commit comments

Comments
 (0)