You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,22 @@
3
3
The format used for this `changelog` is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Notice that until the package reaches version `v1.0.0` minor releases are likely to be `breaking`. Starting from version `v0.3.1` breaking changes will be recorded here.
5
5
6
-
## Version [v0.5.2] - 2025-01-16
6
+
## Version [v0.5.3] - 2026-02-19
7
7
8
8
### Added
9
9
* No new functionality added
10
10
11
11
12
12
### Fixed
13
13
* Add implementation of `Periodic` boundaries to handle the implicit source term - fixes operation of models that use `Si` terms [#95](@ref)
14
+
* Fixed implementation of implicit boundaries in [#96](@ref) which where missing atomics [#100](@ref)
14
15
15
16
### Changed
16
17
* Improved stability of `Periodic` boundaries by making the implementation fully implicit [#96](@ref)
17
18
* 4x speed improvement for the method `construct_periodic`[#97](@ref)
19
+
* +50x speed improvement for the method `construct_periodic` and also more robust algorithm used [#100](@ref)
20
+
* Implementation to correct mass flux uses matrix coefficients directly for better stability when using periodic boundary conditions [#100](@ref)
21
+
* New method to enforce matrix symmetry of scalar model equations when the only term is a laplacian [#100](@ref)
0 commit comments