Skip to content

Commit

Permalink
bump version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Oct 12, 2024
1 parent 94eb8fe commit d8d04ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changes

## v3.0 Planned (pending some improvements in LinearSolve)
- use `precs` based linear solver API, see https://github.com/SciML/LinearSolve.jl/pull/514
- stop re-exporting ForwardDiff.value
- try to remove type piracies

## v2.0.2 October 12, 2024
- Bugfixes
- replace internally used `values` and `vec` methods by new `dofs`
- fix #119, update Example115, Example120, test sparse unknown storage & ODE solver
- directly re-export ForwardDiff.value, dont type-pirate a new method

## v2.0.1 October 7, 2024
- Bugfixes
- fix case where the last element of a time solution is used as initial value for a next `solve`

## v2.0.0 September 12, 2024

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "VoronoiFVM"
uuid = "82b139dc-5afc-11e9-35da-9b9bdfd336f3"
authors = ["Jürgen Fuhrmann <[email protected]>", "Patrick Jaap", "Dilara Abdel", "Jan Weidner", "Alexander Seiler", "Patricio Farrell", "Matthias Liero"]
version = "2.0.1"
version = "2.0.2"

[deps]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
Expand Down

0 comments on commit d8d04ba

Please sign in to comment.