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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [2.1.02] 2024-10-24
8
+
### Changed
9
+
10
+
- Fix a bug that could lead to corrupted VTK file when using single precision arithmetic (#255)
11
+
- Fix a bug that could lead to incorrect central mass gravitational potential upon restart (#287)
12
+
- Changed the way magnetic field is reconstructed when using grid coarsening to reduce roundoff errors on div(B). This can have an impact on the results of models using grid coarsening+MHD (#284)
13
+
- Ensure that XDMF outputs are precision agnostic (#261)
14
+
- Bump up Kokkos version to 4.4.01 (#289)
15
+
- Check that writes are successfull in serial, otherwise throw an error (#260)
16
+
- Ensure that shock flattening flags can be modified by user (#260)
17
+
- Throw an error when user enables Fargo without enough DIMENSIONS (#250)
18
+
- Fix linting errors following upgrade to cpplint 2.0 (#278, #279, #281)
19
+
- Update idfx_io to numpy 2.0 (#283)
20
+
21
+
### Added
22
+
23
+
- Allow the user to define the grid and boundary conditions only on active dimensions (#274)
24
+
- Configuration for Nvidia H100 on Jean Zay in the documentation
25
+
26
+
7
27
## [2.1.01] 2024-06-20
8
28
### Changed
9
29
- Fix a bug that could result in too restrictive timesteps when resistivity is enabled (#244)
0 commit comments