Skip to content

Commit

Permalink
Add changes to whats new
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored and uchchwhash committed Jul 19, 2021
1 parent 8cb4fff commit 3765dfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/about/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ v1.8.4 (???)
- Follow up fix to (:issue:`1047`) to round scale to nearest integer if very close.
- Add support for 3D Datasets. (:pull:`1099`)
- Add new "license" and "description" properties to `DatasetType` to enable easier access to product information. (:pull:`1143`, :pull:`1144`)
- Add new ``dataset_predicate`` param to ``dc.find_datasets`` for more flexible temporal filtering (e.g. loading data for non-contiguous time ranges such as specific months or seasons over multiple years). (:pull:`1148`, :pull:`1156`)
- Add new ``dataset_predicate`` param to ``dc.load`` and ``dc.find_datasets`` for more flexible temporal filtering (e.g. loading data for non-contiguous time ranges such as specific months or seasons over multiple years). (:pull:`1148`, :pull:`1156`)
- Fix to ``GroupBy`` to ensure output output axes are correctly labelled when sorting observations using ``sort_key`` (:pull:`1157`)
- ``GroupBy`` is now its own class to allow easier custom grouping and sorting of data (:pull:`1157`)

.. _`notebook examples`: https://github.com/GeoscienceAustralia/dea-notebooks/

Expand Down

0 comments on commit 3765dfb

Please sign in to comment.