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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [2.2.00] 2025-01-17
8
8
### Changed
9
9
10
-
-
10
+
- Fix a bug that could lead to a segmentation fault when MHD+Fargo+MPI (with X3 domain decomposition) are all enabled (#295)
11
+
- Fix a bug that could result in an incorrect magnetic field when initialising B from the vector potential in non-axisymmetric spherical geometry (#293)
12
+
- Fix a bug that could result in Idefix believing the MPI library is not Cuda aware for some versions of OpenMPI (#310)
13
+
- Ensure that the behaviour in 1D Spherical geometry is identical to Pluto (#291)
11
14
12
15
### Added
13
16
14
-
-
15
-
16
-
### Removed
17
+
- Add the python interface "pydefix", allowing users to initialise and analyse Idefix simulations live from Python without writing any file (#277)
18
+
- Add the native Idefix coordinates in VTK file to simplify postprocessing (#292)
19
+
- Add code testing on CPU targets using gcc and Intel Oneapi (#300)
0 commit comments