-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
46 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Version 0.8 Updates | ||
///////////////////////// | ||
|
||
Version 0.8.0 | ||
=============== | ||
|
||
Streams | ||
++++++++++++ | ||
|
||
Refactored the stream source interface: | ||
|
||
- added :py:meth:`~data.core.fieldlist.FieldList.batched` and :meth:`~data.core.fieldlist.FieldList.group_by` for stream and fieldlist like objects | ||
- added the ``read_all`` option for :func:`from_source` to read all data into memory when ``stream=True`` | ||
- removed the ``batch_size`` and ``group_by`` kwargs from :func:`from_source` | ||
|
||
See :ref:`here <streams>` for further details. | ||
|
||
|
||
New features | ||
++++++++++++++++ | ||
|
||
- the ``valid_datetime`` metadata key now yields a str in ISO 8601 format when used in :meth:`Field.metadata() <data.core.fieldlist.Field.metadata>` or :meth:`FieldList.metadata <data.core.fieldlist.FieldList.metadata>`. Previously datetime.datetime was returned. | ||
- Removed warning when non default (non-forced) options in ``xarray_open_dataset_kwargs`` passed to :meth:`~data.readers.grib.index.GribFieldList.to_xarray` for GRIB data. | ||
- Used warnings.warn() when forced kwargs (``errors`` or ``engine``) specified with non-default values to :meth:`~data.readers.grib.index.GribFieldList.to_xarray` for GRIB data. | ||
- Enabled earthkit-data to be used in anemoi-datasets | ||
|
||
|
||
Fixes | ||
++++++ | ||
|
||
- Fixed issue when :func:`from_source` could not be used after importing GRIBReader. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters