diff --git a/NEWS.md b/NEWS.md index 173678d256..869178c2f6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Functions `inv_diff`, `inv_diff!`, `adjoint_inv_diff` and `adjoint_inv_diff!` that correspond to differentials and pullbacks of group inversion. - Julia 1.10-rc CI workflow. +### Changed + +- Documentation project files are marked as compatible with `BoundaryValueDiffEq` v5. + ### Fixed - Fixed issue with incorrect implementation of `apply_diff_group` in `GroupOperationAction` with left backward and right forward action [#669](https://github.com/JuliaManifolds/Manifolds.jl/issues/669). diff --git a/docs/Project.toml b/docs/Project.toml index 2a2eac142a..b9d1637250 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -20,7 +20,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -BoundaryValueDiffEq = "4" +BoundaryValueDiffEq = "4, 5" CondaPkg = "0.2" DiffEqCallbacks = "2" Distributions = "0.22.6, 0.23, 0.24, 0.25" diff --git a/tutorials/Project.toml b/tutorials/Project.toml index 20f5eaf955..3d0f29a1a0 100644 --- a/tutorials/Project.toml +++ b/tutorials/Project.toml @@ -16,12 +16,12 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] -BoundaryValueDiffEq = "4" +BoundaryValueDiffEq = "4, 5" CSV = "0.10" DataFrames = "1" Distributions = "0.22.6, 0.23, 0.24, 0.25" IJulia = "1" -Manifolds = "0.8.81, 0.9.0" -ManifoldsBase = "0.14, 0.15.0" +Manifolds = "0.9.0" +ManifoldsBase = "0.15.0" MultivariateStats = "0.10" StaticArrays = "1"