diff --git a/CHANGELOG.md b/CHANGELOG.md index 14bf6dad7..a84dd97d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ - Try to remove type piracies - Remove `params` from edge, node structs (apparently never used) +## v2.6.1 November 27, 2024 + - Allow to calculate node flux reconstruction from general function + - Runic formatting + - pre-commit checks + ## v2.5.0 November 17, 2024 - update show methods for physics, grid diff --git a/README.md b/README.md index 7e8d8fb8a..9468c2dd8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ VoronoiFVM.jl [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3529808.svg)](https://doi.org/10.5281/zenodo.3529808) [![Zulip Chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://julialang.zulipchat.com/#narrow/stream/379007-voronoifvm.2Ejl) - Solver for coupled nonlinear partial differential equations (elliptic-parabolic conservation laws) based on the Voronoi finite volume method. It uses automatic differentiation via [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl) and [DiffResults.jl](https://github.com/JuliaDiff/DiffResults.jl) to evaluate user functions along with their jacobians and calculate derivatives of solutions with respect to their parameters. diff --git a/src/.JuliaFormatter.toml b/src/.JuliaFormatter.toml deleted file mode 100644 index fe7f5aca0..000000000 --- a/src/.JuliaFormatter.toml +++ /dev/null @@ -1,6 +0,0 @@ -style = "sciml" -pipe_to_function_call = false -always_for_in = false -separate_kwargs_with_semicolon = true -margin = 132 -yas_style_nesting = true