From 40b3f675ddf6e390dfc7cd74a1be1d2ec5470f9f Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Fri, 1 Sep 2023 11:15:35 -0400 Subject: [PATCH 1/6] remove page link from file (not used) --- doc/source/user_guide/changelog/template.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/source/user_guide/changelog/template.rst b/doc/source/user_guide/changelog/template.rst index e7957d265..c09dd972f 100644 --- a/doc/source/user_guide/changelog/template.rst +++ b/doc/source/user_guide/changelog/template.rst @@ -1,5 +1,3 @@ -.. _whatsnew_0x0: - What's new in 0.4.0 (DD MONTH YYYY) ----------------------------------- From 98abb63cc4e82375164442eaba6dc914143364e0 Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Fri, 1 Sep 2023 11:16:06 -0400 Subject: [PATCH 2/6] v080 release log draft --- doc/source/user_guide/changelog/index.rst | 10 ++- doc/source/user_guide/changelog/v0.8.0.rst | 86 ++++++++++++++++++++++ 2 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 doc/source/user_guide/changelog/v0.8.0.rst diff --git a/doc/source/user_guide/changelog/index.rst b/doc/source/user_guide/changelog/index.rst index c781ea041..edd1c9884 100644 --- a/doc/source/user_guide/changelog/index.rst +++ b/doc/source/user_guide/changelog/index.rst @@ -6,9 +6,17 @@ 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.7.0) +Latest Release (Version 0.8.0) ------------------------------ +.. toctree:: + :maxdepth: 2 + + v0.8.0 + +Version 0.7.0 +------------- + .. toctree:: :maxdepth: 2 diff --git a/doc/source/user_guide/changelog/v0.8.0.rst b/doc/source/user_guide/changelog/v0.8.0.rst new file mode 100644 index 000000000..cc968467d --- /dev/null +++ b/doc/source/user_guide/changelog/v0.8.0.rst @@ -0,0 +1,86 @@ +What's new in 0.8.0 (DD September 2023) +----------------------------------- + +These are the changes in icepyx 0.8.0 See :ref:`release` for a full changelog +including other versions of icepyx. + + +New Features +~~~~~~~~~~~~ + +- create temporal module and add input types and testing (#327) + + - create temporal module + - create temporal testing module + - add support for more temporal input types (datetime objects) and formats (dict) + - temporal docstring, user guide updates + - updated example notebook for new temporal inputs + - update temporal info in data access tutorial example notebook + - GitHub action UML generation auto-update + +- Refactor authentication (#435) + + - modularize authentication using a mixin class + - add docstrings and update example notebooks + - add tests + + + +Bug fixes +~~~~~~~~~ + +- None + + +Deprecations +~~~~~~~~~~~~ + +- None + + +Maintenance +^^^^^^^^^^^ + +- update codecov action and remove from deps (#421) + +- is2ref tests for product formatting and default var lists (#424) + +- get s3urls for all data products and update doctests to v006 (#426) + + - Always send CMR query to provider NSIDC_CPRD to make sure s3 urls are returned. + +- Traffic updates 2023 Feb-Aug (#442) + +Documentation +^^^^^^^^^^^^^ + +- update install instructions (#409) + + - add s3fs as requirement to make cloud access default + - transition to recommending mamba over conda + +- add release guide to docs (#255) + +- docs maintenance and pubs/citations update (#422) + + - add JOSS to bib and badges + - switch zenodo links to nonversioned icepyx + + +Other +^^^^^ + +- JOSS submission (#361) + + Matches Release v0.6.4_JOSS per #420 plus a few editorial edits available via the pubs/joss branch. + +- update and clarify authorship, citation, and attribution policies (#419) + + - add CITATION.cff file + - update citation docs with Zenodo doi and 'icepyx Developers' as author + + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v0.7.0..v0.8.0|HEAD From 9d58250de7d55e3398c47ddd7ca70e705600ab46 Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Mon, 11 Sep 2023 11:37:05 -0400 Subject: [PATCH 3/6] add intake removal to release log --- doc/source/user_guide/changelog/v0.8.0.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/source/user_guide/changelog/v0.8.0.rst b/doc/source/user_guide/changelog/v0.8.0.rst index cc968467d..a79fe92ce 100644 --- a/doc/source/user_guide/changelog/v0.8.0.rst +++ b/doc/source/user_guide/changelog/v0.8.0.rst @@ -25,17 +25,13 @@ New Features - add tests - -Bug fixes -~~~~~~~~~ - -- None - - Deprecations ~~~~~~~~~~~~ -- None +- Remove intake catalog from Read module (#438) + + - delete is2cat.py and references + - remove intake and related modules Maintenance From 7196f1834693ef676864a0124026a011e7e1404e Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Mon, 11 Sep 2023 11:41:08 -0400 Subject: [PATCH 4/6] add date to release --- doc/source/user_guide/changelog/v0.8.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/changelog/v0.8.0.rst b/doc/source/user_guide/changelog/v0.8.0.rst index a79fe92ce..36fac5bd1 100644 --- a/doc/source/user_guide/changelog/v0.8.0.rst +++ b/doc/source/user_guide/changelog/v0.8.0.rst @@ -1,4 +1,4 @@ -What's new in 0.8.0 (DD September 2023) +What's new in 0.8.0 (12 September 2023) ----------------------------------- These are the changes in icepyx 0.8.0 See :ref:`release` for a full changelog From ecf60276627164700465a7e63e9faab832d44684 Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Tue, 12 Sep 2023 14:54:28 -0400 Subject: [PATCH 5/6] add atl23 addition to changelog --- doc/source/user_guide/changelog/v0.8.0.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/user_guide/changelog/v0.8.0.rst b/doc/source/user_guide/changelog/v0.8.0.rst index 36fac5bd1..8025465b2 100644 --- a/doc/source/user_guide/changelog/v0.8.0.rst +++ b/doc/source/user_guide/changelog/v0.8.0.rst @@ -24,6 +24,8 @@ New Features - add docstrings and update example notebooks - add tests +- add atl23 (new product) to lists and tests (#445) + Deprecations ~~~~~~~~~~~~ From 2e0d045eccd1dca07bcb82f07fa3bf17066ac5cc Mon Sep 17 00:00:00 2001 From: Rachel Wegener Date: Wed, 13 Sep 2023 16:57:20 +0000 Subject: [PATCH 6/6] add catalog error change --- doc/source/user_guide/changelog/v0.8.0.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/user_guide/changelog/v0.8.0.rst b/doc/source/user_guide/changelog/v0.8.0.rst index 8025465b2..4f60f57f4 100644 --- a/doc/source/user_guide/changelog/v0.8.0.rst +++ b/doc/source/user_guide/changelog/v0.8.0.rst @@ -35,6 +35,8 @@ Deprecations - delete is2cat.py and references - remove intake and related modules +- Raise warning for use of catalog in Read module (#446) + Maintenance ^^^^^^^^^^^