Skip to content

Commit 7fc2340

Browse files
committed
Add changelog for IMASPy 1.1.1
1 parent ffa8b92 commit 7fc2340

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/source/changelog.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
Changelog
44
=========
55

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+
632
What's new in IMASPy 1.1
733
------------------------
834

0 commit comments

Comments
 (0)