From 9b1880a5629cc66d847638ab8209e11c3b57bc34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Fuhrmann?= Date: Fri, 1 Dec 2023 11:39:39 +0100 Subject: [PATCH] Bump version, add stdlib compats --- Project.toml | 9 ++++++--- docs/src/changes.md | 3 +-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 1759fbf04..c582436e1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "VoronoiFVM" uuid = "82b139dc-5afc-11e9-35da-9b9bdfd336f3" authors = ["Jürgen Fuhrmann ", "Dilara Abdel", "Jan Weidner", "Alexander Seiler", "Patricio Farrell", "Matthias Liero"] -version = "1.14.0" +version = "1.15.0" [deps] BandedMatrices = "aae01518-5342-5314-be14-df237901396f" @@ -24,9 +24,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" -SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] BandedMatrices = "0.17,1" @@ -38,10 +36,15 @@ ExtendableSparse = "1.2" ForwardDiff = "0.10.35" GridVisualize = "0.5.2,0.6.1,1" JLD2 = "0.4.29" +LinearAlgebra = "1.6" LinearSolve = "2.2" +Printf = "1.6" +Random = "1.6" RecursiveArrayTools = "^2.14.2" RecursiveFactorization = "0.2.18" +SparseArrays = "1.6" SparseDiffTools = "^1.19, 2" StaticArrays = "0.12,1" +Statistics = "1.6" Symbolics = "^4.2, 5" julia = "^1.6" diff --git a/docs/src/changes.md b/docs/src/changes.md index 2ebd6e83d..03937ba1e 100644 --- a/docs/src/changes.md +++ b/docs/src/changes.md @@ -2,7 +2,7 @@ ## v1.15.0 Dec 1, 2023 - Adjusted time/embedding stepping scheme, added `num_final_steps` to [`VoronoiFVM.SolverControl`](@ref). This may lead to sligthly different results when solving time dependent problems. Some unit test values have been adapted. Before, - accidentally very small time steps at the end of an evolution were possible. + accidentally, very small time steps at the end of an evolution were possible. ## v1.14.0 Nov 27, 2023 - Add `Δu_max_factor` and `Δt_decrease` to [`VoronoiFVM.SolverControl`](@ref). @@ -10,7 +10,6 @@ - Add history to [`VoronoiFVM.TransientSolution`](@ref), prepare deprecation of `system.history` - Add [`plothistory`](@ref) method -# Changes ## v1.13.0 July 24, 2023 - Add [`nodevolumes`](@ref) method