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
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ What's new in IMAS-Python 2.0.0
9
9
Breaking change
10
10
'''''''''''''''
11
11
12
-
The package name was changed from ``imaspy`` to ``imas`` while porting the code to GitHub. This shall only affect the import statements in your code.
12
+
The package name was changed from ``imaspy`` to ``imas`` while porting the code to `GitHub<https://github.com/iterorganization/IMAS-Python>`__. This shall only affect the import statements in your code.
13
13
14
14
New features and improvements
15
15
'''''''''''''''''''''''''''''
@@ -23,7 +23,7 @@ New features and improvements
23
23
- Updating the README, CONTRIBUTING guidelines and documentation after making the code open access.
24
24
25
25
26
-
What's new in IMAS-Python 1.2.0
26
+
What's new in IMASPy 1.2.0
27
27
-------------------------------
28
28
29
29
New features and improvements
@@ -43,7 +43,7 @@ Bug fixes
43
43
44
44
45
45
46
-
What's new in IMAS-Python 1.1.1
46
+
What's new in IMASPy 1.1.1
47
47
-------------------------------
48
48
49
49
This is a small release that mainly fixes issues related to the recent Data
@@ -59,7 +59,7 @@ Bug fixes
59
59
Dictionary 4.0.0 and 3.42.0. In other cases, the Data Dictionary version is
60
60
now explicitly indicated.
61
61
62
-
- :issue:`IMAS-5560`: Fix a bug where IMAS-Python would not correctly recognize that
62
+
- :issue:`IMAS-5560`: Fix a bug where IMASPy would not correctly recognize that
63
63
the UDA backend is used.
64
64
- :issue:`IMAS-5541`: Fix a bug when converting a closed contour to Data
65
65
Dictionary version 4.0.0.
@@ -69,15 +69,15 @@ Bug fixes
69
69
recent Data Dictionary version than the on-disk data was stored with.
70
70
71
71
72
-
What's new in IMAS-Python 1.1
72
+
What's new in IMASPy 1.1
73
73
-----------------------------
74
74
75
75
New features
76
76
''''''''''''
77
77
78
78
- :ref:`1.1/improved performance`.
79
79
- :ref:`1.1/improved conversion`.
80
-
- IMAS-Python 1.1 adds support for Identifiers defined by the Data Dictionary. This
80
+
- IMASPy 1.1 adds support for Identifiers defined by the Data Dictionary. This
81
81
functionality is described in detail in :ref:`Identifiers`.
82
82
- Support for the new
83
83
:py:const:`~imas.ids_defs.FLEXBUFFERS_SERIALIZER_PROTOCOL` that is
@@ -92,7 +92,7 @@ New features
92
92
netCDF file, which can be used for sharing and/or archiving data.
93
93
94
94
This feature is in `preview` status, meaning that it may change in upcoming
95
-
minor releases of IMAS-Python.
95
+
minor releases of IMASPy.
96
96
97
97
- Additional utility functions in :py:mod:`imas.util`:
98
98
@@ -111,18 +111,18 @@ New features
111
111
- :py:func:`imas.util.get_data_dictionary_version` returns the Data
112
112
Dictionary version for which an IDS was created.
113
113
114
-
- Add support for IMAS Access Layer Core 5.2 and later. IMAS-Python can now be used
114
+
- Add support for IMAS Access Layer Core 5.2 and later. IMASPy can now be used
115
115
with just the Access Layer Core package available, the full AL-Python HLI is
116
116
no longer required.
117
117
118
118
Since the Access Layer Core is now installable with ``pip`` as well (requires
119
119
access to the git repository on
120
-
`<https://github.com/iterorganization/imas-core>`__), you can install
121
-
``imas`` and ``imas_core`` in one go with:
120
+
`<https://git.iter.org/projects/IMAS/repos/al-core/>`__), you can install
0 commit comments