From 208cb81fbf450bc5f687c3387caada6e67bc6fa9 Mon Sep 17 00:00:00 2001 From: Jessica Date: Thu, 30 Sep 2021 10:15:43 -0400 Subject: [PATCH] populate v0.4.1 changelog and add to index (#226) --- doc/source/user_guide/changelog/index.rst | 9 +++- doc/source/user_guide/changelog/v0.4.1.rst | 51 ++++++++++++++++++++++ 2 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 doc/source/user_guide/changelog/v0.4.1.rst diff --git a/doc/source/user_guide/changelog/index.rst b/doc/source/user_guide/changelog/index.rst index 9b80b6fad..c0de3a75d 100644 --- a/doc/source/user_guide/changelog/index.rst +++ b/doc/source/user_guide/changelog/index.rst @@ -6,9 +6,16 @@ icepyx ChangeLog This is the list of changes made to icepyx in between each release. Full details can be found in the `commit logs `_. -Latest Release (Version 0.4.0) +Latest Release (Version 0.4.1) ------------------------------ +.. toctree:: + :maxdepth: 2 + + v0.4.1 + +Version 0.4.0 +------------- .. toctree:: :maxdepth: 2 diff --git a/doc/source/user_guide/changelog/v0.4.1.rst b/doc/source/user_guide/changelog/v0.4.1.rst new file mode 100644 index 000000000..d0b4390ae --- /dev/null +++ b/doc/source/user_guide/changelog/v0.4.1.rst @@ -0,0 +1,51 @@ +.. _whatsnew_0x0: + +What's new in 0.4.1 (01 October 2021) +----------------------------------- + +These are the changes in icepyx 0.4.1 See :ref:`release` for a full changelog +including other versions of icepyx. + + +New Features +~~~~~~~~~~~~ + +- GitHub action to automatically update uml diagrams (#208) + +Bug fixes +~~~~~~~~~ + +- check errors raised by empty query object from bounding box split in openaltimetry visualization (#220) +- updated product_summary_info function to latest fields returned by CMR (product_id --> title) + +Deprecations +~~~~~~~~~~~~ + +- `query.dataset` is now deprecated in favor of `query.product`. + + +Maintenance +^^^^^^^^^^^ + +- improved variable naming for clarity and in line with common usage (#211) +- add tests that require an active NSIDC Earthdata session (#209) +- update tracking metrics and limit traffic action to parent repo (#221) +- remove extra code block frome xample notebook (#225) + + +Documentation +^^^^^^^^^^^^^ + +- improve query docstrings (#212) + + +Other +^^^^^ + +- add research notice to readme (#206) + + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v0.4.0..v0.4.1|HEAD