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: docs/source/changelog.rst
+49Lines changed: 49 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,55 @@
3
3
Changelog
4
4
=========
5
5
6
+
What's new in IMAS-Python 2.3.0
7
+
-------------------------------
8
+
9
+
Features
10
+
''''''''
11
+
12
+
- :merge:`131`: introduce alias and units metadata in the :ref:`Identifiers` API
13
+
- :merge:`104`: add a :py:func:`imas.db_entry.DBEntry.list_filled_paths` function (requires imas_core >= 5.7 for HDF5 backend)
14
+
15
+
Improvements
16
+
''''''''''''
17
+
18
+
- :issue:`116`: migrate `magnetics` obsolescent fields (`method -> ip`, `bpol_probe -> b_field_pol_probe`) with a value during a 3to4 conversion
19
+
- :merge:`112`: include metadata variables when writing an IDS to a netCDF files with the function `to_xarray`, allowing to read back the IDS with a `get` (see :ref:`Store Xarray Datasets in IMAS-compatible netCDF file`)
20
+
- improve documentation w.r.t netcdf URI and UDA backend usage limitations and associated workarounds
21
+
22
+
Bug fixes
23
+
'''''''''
24
+
25
+
- :issue:`118`: fix deprecation warning with copy keyword for __array__ implementation (Numpy > 2)
26
+
- :issue:`117`: fix 3to4 conversion of name/identifier when identifier is empty
27
+
- :merge:`105`: fix training data assets that failed loading
28
+
29
+
30
+
31
+
What's new in IMAS-Python 2.2.0
32
+
-------------------------------
33
+
34
+
Features
35
+
''''''''
36
+
- :issue:`44`: add `--convert-to-plasma-ids` option to `imas convert`
0 commit comments