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
+2-2Lines changed: 2 additions & 2 deletions
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. This shall only affect the import statements in your code.
13
13
14
14
New features and improvements
15
15
'''''''''''''''''''''''''''''
@@ -18,7 +18,7 @@ New features and improvements
18
18
- Implements automatic DD version conversion on :py:meth:`imas.db_entry.DBEntry.get` (conversion during :py:meth:`imas.db_entry.DBEntry.put` is not supported as this is rarely needed and easily worked around).
19
19
- Enable lazy loading when reading data from a netCDF file.
20
20
- Minor performance improvement loading data from a netCDF file.
21
-
- Replace ``versioneer`` by ``setuptools-scm`` to determine the version of the code.
21
+
- Replace versioneer by setuptools-scm to determine the version of the code.
22
22
- Use `saxonche <https://pypi.org/project/saxonche/>`__ instead of the JAR for XSL transforms (when building versions of the DD).
23
23
- Updating the README, CONTRIBUTING guidelines and documentation after making the code open access.
0 commit comments