File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
6
+ What's new in IMASPy 1.1.1
7
+ --------------------------
8
+
9
+ This is a small release that mainly fixes issues related to the recent Data
10
+ Dictionary 4.0.0 release.
11
+
12
+ Bug fixes
13
+ '''''''''
14
+
15
+ - Data Dictionary 4.0.0 compatibility:
16
+
17
+ - Fix a bug with ``get_slice `` and ``put_slice `` not correctly slicing data.
18
+ - Update tests and examples. Some were updated to be compatible with both Data
19
+ Dictionary 4.0.0 and 3.42.0. In other cases, the Data Dictionary version is
20
+ now explicitly indicated.
21
+
22
+ - :issue: `IMAS-5560 `: Fix a bug where IMASPy would not correctly recognize that
23
+ the UDA backend is used.
24
+ - :issue: `IMAS-5541 `: Fix a bug when converting a closed contour to Data
25
+ Dictionary version 4.0.0.
26
+ - Work around incorrect Data Dictionary 3.x metadata when converting
27
+ ``flux_loop/flux `` in the ``magnetics `` IDS to Data Dictionary version 4.0.0.
28
+ - Fix a bug when lazy loading Arrays of Structures that where added in a more
29
+ recent Data Dictionary version than the on-disk data was stored with.
30
+
31
+
6
32
What's new in IMASPy 1.1
7
33
------------------------
8
34
You can’t perform that action at this time.
0 commit comments