Skip to content

Commit c162ff8

Browse files
Bump version and update RecursiveArrayTools compat for v4
RecursiveArrayTools v4 makes AbstractVectorOfArray <: AbstractArray. This bumps the compat to allow v4 alongside existing versions and bumps the package minor version. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 637da40 commit c162ff8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DiffEqCallbacks"
22
uuid = "459566f4-90b8-5000-8ac3-15dfb0a30def"
3-
version = "4.12.0"
3+
version = "4.13.0"
44
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
55

66
[deps]
@@ -46,7 +46,7 @@ Pkg = "1.10.0"
4646
PrecompileTools = "1.2"
4747
QuadGK = "2.9"
4848
RecipesBase = "1.3.4"
49-
RecursiveArrayTools = "3.27"
49+
RecursiveArrayTools = "3.27, 4"
5050
SciMLBase = "2.54"
5151
StaticArrays = "1.9.7"
5252
StaticArraysCore = "1.4"

0 commit comments

Comments
 (0)