Commit 9c22dd7
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
- src/solvers
- test
- ITensorNetworksTestSolversUtils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 3 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | | - | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
| |||
0 commit comments