From eefd3916554f99c51ef5b2f002a82621d82523f8 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Mon, 6 Apr 2026 09:11:07 -0400 Subject: [PATCH] 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 Co-Authored-By: Claude Opus 4.6 (1M context) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index dde08c8..eb22636 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LabelledArrays" uuid = "2ee39098-c373-598a-b85f-a56591580800" authors = ["Chris Rackauckas "] -version = "1.18.0" +version = "1.19.0" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -21,7 +21,7 @@ ForwardDiff = "0.10.3, 1" MacroTools = "0.5" PreallocationTools = "0.4, 1.0" PrecompileTools = "1" -RecursiveArrayTools = "3.1" +RecursiveArrayTools = "3.1, 4" StaticArrays = "1.0" julia = "1.10"