Skip to content

Commit ea325e6

Browse files
committed
bumped minor version and updated changelog for release
1 parent efebd88 commit ea325e6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
- Try to remove type piracies
77
- Remove `params` from edge, node structs (apparently never used)
88

9+
## v2.9 April 3, 2025
10+
- Fixed bug in `evaluate_residual_and_jacobian`
11+
- Added `init_dirichlet` flag to `evaluate_residual_and_jacobian!` to suppress initialization of Dirichlet values in argument vector `u`
12+
913
## v2.8 February 23, 2025
1014
- Add `integrate` methods for transient solutions returning instances of `DiffEqArray`
1115

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "VoronoiFVM"
22
uuid = "82b139dc-5afc-11e9-35da-9b9bdfd336f3"
33
authors = ["Jürgen Fuhrmann <juergen.fuhrmann@wias-berlin.de>", "Patrick Jaap", "Daniel Runge", "Dilara Abdel", "Jan Weidner", "Alexander Seiler", "Patricio Farrell", "Matthias Liero"]
4-
version = "2.8.0"
4+
version = "2.9.0"
55

66
[deps]
77
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"

0 commit comments

Comments
 (0)