mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
637f58c342
docs/NEWS.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+)
881 B
881 B
JuliaFEM.jl news
User-visible and contributor-facing changes. The package is 0.x; treat this file as a lightweight changelog until a 1.0 release with full SemVer discipline.
0.5.2 (current Project.toml)
- Type-stable
Element{K,P,S,N}pipeline with@DOFSet,DOFHandler, and domainAbstractKernelimplementations undersrc/domains/. DOFBasedCOOAssemblerand matrix-free utilities undersrc/assemblers/(including preconditioners and MPC hooks where merged on your branch).- Optional
JuliaFEM.LegacybehindJULIAFEM_ENABLE_LEGACY=1for olderProblem/ Dict-field workflows.
For earlier history, use git log and archived notebooks under docs/tutorials/
(reference only).
When you land a user-visible change, add a dated bullet under a new Unreleased heading in the same PR that updates code or docs.