Skip to content

Commit

Permalink
bump ExtendableGrids dependency to 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Nov 16, 2024
1 parent cf18552 commit a62c891
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
- Try to remove type piracies
- Remove `params` from edge, node structs (appearantly never used)

## v2.5.0 November 17, 2024
- update show methods for physics, grid

## v2.4.0 November 11, 2024
- Use `precs` based linear solver API, see https://github.com/SciML/LinearSolve.jl/pull/514 with ExtendableSparse 1.6
- Deprecate VoronoiFVM solver strategies
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ CommonSolve = "0.2"
DiffResults = "1"
DocStringExtensions = "0.8,0.9"
ExtendableFEMBase = "0.7,0.8"
ExtendableGrids = "1.10.1"
ExtendableGrids = "1.11.0"
ExtendableSparse = "1.6"
ForwardDiff = "0.10.35"
GridVisualize = "0.5.2,0.6.1,1"
Expand Down

0 comments on commit a62c891

Please sign in to comment.