Skip to content

Commit 2caa621

Browse files
Bump DataStructures to v0.19 and StructArrays to v0.7
Updates dependency versions across main package and sublibraries: - DataStructures: 0.18 -> 0.19 - StructArrays: 0.6 -> 0.7 Affected packages: - OrdinaryDiffEq (main) - OrdinaryDiffEqCore - OrdinaryDiffEqLowStorageRK - OrdinaryDiffEqSSPRK 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 30a973b commit 2caa621

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ADTypes = "1.16"
112112
Adapt = "4.3"
113113
ArrayInterface = "7.19"
114114
CommonSolve = "0.2.4"
115-
DataStructures = "0.18.22, 0.19"
115+
DataStructures = "0.19"
116116
DiffEqBase = "6.183"
117117
DocStringExtensions = "0.9.5"
118118
EnumX = "1.0.5"
@@ -178,7 +178,7 @@ SimpleUnPack = "1.1"
178178
Static = "1.2"
179179
StaticArrayInterface = "1.8"
180180
StaticArrays = "1.9.14"
181-
StructArrays = "0.6"
181+
StructArrays = "0.7"
182182
TruncatedStacktraces = "1.4"
183183
julia = "1.10"
184184

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ TruncatedStacktraces = "1.4"
6868
SimpleUnPack = "1.1"
6969
SciMLBase = "2.99"
7070
FastClosures = "0.3"
71-
DataStructures = "0.18"
71+
DataStructures = "0.19"
7272
Static = "1.2"
7373
Aqua = "0.8.11"
7474
DocStringExtensions = "0.9"

lib/OrdinaryDiffEqLowStorageRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Test = "<0.0.1, 1"
3434
FastBroadcast = "0.3"
3535
Random = "<0.0.1, 1"
3636
DiffEqDevTools = "2.44.4"
37-
StructArrays = "0.6"
37+
StructArrays = "0.7"
3838
MuladdMacro = "0.2"
3939
PrecompileTools = "1.2"
4040
Polyester = "0.7"

lib/OrdinaryDiffEqSSPRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Test = "<0.0.1, 1"
3434
FastBroadcast = "0.3"
3535
Random = "<0.0.1, 1"
3636
DiffEqDevTools = "2.44.4"
37-
StructArrays = "0.6"
37+
StructArrays = "0.7"
3838
MuladdMacro = "0.2"
3939
PrecompileTools = "1.2"
4040
Polyester = "0.7"

0 commit comments

Comments
 (0)