From 7386eeb28397ee0a68d1b5d38e76198d368b8fc2 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 2 Jan 2026 04:17:22 -0500 Subject: [PATCH] Update PreallocationTools compat to allow v1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update PreallocationTools compatibility in OrdinaryDiffEq and all sublibraries: - Root Project.toml: 0.4.30 -> 0.4.30, 1 - OrdinaryDiffEqNonlinearSolve: 0.4 -> 0.4, 1 - OrdinaryDiffEqNewmark: 0.4.34 -> 0.4.34, 1 This allows using PreallocationTools v1.0.0 which was released with improved precompilation and explicit imports hygiene. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- Project.toml | 2 +- lib/OrdinaryDiffEqNewmark/Project.toml | 2 +- lib/OrdinaryDiffEqNonlinearSolve/Project.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index bcb2b6728e..5b8b61b106 100644 --- a/Project.toml +++ b/Project.toml @@ -163,7 +163,7 @@ OrdinaryDiffEqSymplecticRK = "1.6.0" OrdinaryDiffEqTsit5 = "1.4.0" OrdinaryDiffEqVerner = "1.5.0" Polyester = "0.7.18" -PreallocationTools = "0.4.30" +PreallocationTools = "0.4.30, 1" PrecompileTools = "1.2.1" Preferences = "1.4.3" RecursiveArrayTools = "3.36" diff --git a/lib/OrdinaryDiffEqNewmark/Project.toml b/lib/OrdinaryDiffEqNewmark/Project.toml index 72252d1afb..f4b94e85af 100644 --- a/lib/OrdinaryDiffEqNewmark/Project.toml +++ b/lib/OrdinaryDiffEqNewmark/Project.toml @@ -29,7 +29,7 @@ MacroTools = "0.5.13" MuladdMacro = "0.2.4" NonlinearSolveFirstOrder = "1.9.0" OrdinaryDiffEqCore = "2" -PreallocationTools = "0.4.34" +PreallocationTools = "0.4.34, 1" Random = "<0.0.1, 1" RecursiveArrayTools = "3.27.0" Reexport = "1.2.2" diff --git a/lib/OrdinaryDiffEqNonlinearSolve/Project.toml b/lib/OrdinaryDiffEqNonlinearSolve/Project.toml index a92a6c4ff9..1c143d1172 100644 --- a/lib/OrdinaryDiffEqNonlinearSolve/Project.toml +++ b/lib/OrdinaryDiffEqNonlinearSolve/Project.toml @@ -62,7 +62,7 @@ JET = "0.9, 0.11" ADTypes = "1.16" RecursiveArrayTools = "3.36" ODEProblemLibrary = "1" -PreallocationTools = "0.4" +PreallocationTools = "0.4, 1" AllocCheck = "0.2" DiffEqBase = "6.190.2" SafeTestsets = "0.1.0"