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
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,28 @@
3
3
Changelog
4
4
=========
5
5
6
+
What's new in IMAS-Python 2.0.0
7
+
-------------------------------
8
+
9
+
Breaking change
10
+
'''''''''''''''
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.
13
+
14
+
New features and improvements
15
+
'''''''''''''''''''''''''''''
16
+
17
+
- Add :py:func:`imas.util.to_xarray` to convert a full IDS or only specific paths herein to a Xarray ``Dataset``. See :ref:`Convert IMAS-Python IDSs directly to Xarray Datasets` for more details.
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
+
- Enable lazy loading when reading data from a netCDF file.
20
+
- Minor performance improvement loading data from a netCDF file.
21
+
- Replace ``versioneer`` by ``setuptools-scm`` to determine the version of the code.
22
+
- Use `saxonche <https://pypi.org/project/saxonche/>`__ instead of the JAR for XSL transforms (when building versions of the DD).
23
+
- Updating the README, CONTRIBUTING guidelines and documentation after making the code open access.
0 commit comments