From 93a82340153256651a8c53943bad63298dd51a48 Mon Sep 17 00:00:00 2001 From: SolarDrew Date: Fri, 7 Feb 2025 15:07:37 +0000 Subject: [PATCH] Render changelog for v1.10.0 --- CHANGELOG.rst | 51 +++++++++++++++++++++++++++++++++++++ changelog/491.doc.2.rst | 1 - changelog/491.doc.3.rst | 1 - changelog/491.doc.rst | 1 - changelog/491.feature.rst | 1 - changelog/503.bugfix.rst | 1 - changelog/504.feature.2.rst | 2 -- changelog/504.feature.rst | 3 --- changelog/507.breaking.rst | 16 ------------ changelog/513.feature.1.rst | 1 - changelog/513.feature.rst | 1 - 11 files changed, 51 insertions(+), 28 deletions(-) delete mode 100644 changelog/491.doc.2.rst delete mode 100644 changelog/491.doc.3.rst delete mode 100644 changelog/491.doc.rst delete mode 100644 changelog/491.feature.rst delete mode 100644 changelog/503.bugfix.rst delete mode 100644 changelog/504.feature.2.rst delete mode 100644 changelog/504.feature.rst delete mode 100644 changelog/507.breaking.rst delete mode 100644 changelog/513.feature.1.rst delete mode 100644 changelog/513.feature.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 265bfca3..aa976a69 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,54 @@ +1.10.0 (2025-02-07) +=================== + +Backwards Incompatible Changes +------------------------------ + +- This release of ``dkist`` includes both scheduled bumps to our dependencies as well as a special bump of gwcs to version 0.24, and associated dependencies. + The version upgrade to gwcs 0.24 fixes the inverse transform (world to pixel) for VISP WCSs. + + * Python >= 3.11 + * dask >= 2023.2 + * gwcs >= 0.24 + * matplotlib >= 3.7 + * ndcube >= 2.1 + * numpy >= 1.25 + * parfive >= 2.1 + * sunpy >= 5.0.7 + * asdf >= 3.3 + * asdf-astropy >= 0.5 + * asdf-coordinate-schemas >= 0.3 + * asdf-transform-schemas >= 0.5 + * asdf-wcs-schemas >= 0.4 (`#507 `__) + + +Features +-------- + +- Add a ``figure=`` keyword argument to `TiledDataset.plot` and make it default to the current figure. (`#491 `__) +- Add `swap_tile_limits` kwarg to `TiledDataset.plot`. + This option allows the user to invert plot limits on either axes to account for WCS values that decrease compared to the pixel axes. (`#504 `__) +- Update grid orientation of `TiledDataset.plot`. + The grid now has MAXIS1 columns and MAXIS2 rows where MINDEX1 corresponds to column and MINDEX2 corresponds to row. + Additionally, the origin for the grid is now in the lower-left as opposed to the upper-left. (`#504 `__) +- ``TiledDataset`` now has a ``.meta`` dictionary like that of ``Dataset``. (`#513 `__) +- History of the ADSF file, such as versions of packages and extensions used when writing it are now exposed ``TiledDataset.meta["history"]`` and ``Dataset.meta["history"]``. (`#513 `__) + + +Bug Fixes +--------- + +- Improve the ASDF detection code so out of date ASDF filenames generated by the DKIST data center are skipped if a newer filename is present. (`#503 `__) + + +Improved Documentation +---------------------- + +- Update the :ref:`dkist:examples:vbi-reproject` example for improvements in ``TiledDataset``. (`#491 `__) +- Add an examples section for tutorial style self-contained examples. (`#491 `__) +- Add a how-to guide on redownloading the sample data with Fido / Globus. (`#491 `__) + + 1.9.1 (2025-01-15) ================== diff --git a/changelog/491.doc.2.rst b/changelog/491.doc.2.rst deleted file mode 100644 index 9451efe7..00000000 --- a/changelog/491.doc.2.rst +++ /dev/null @@ -1 +0,0 @@ -Add a how-to guide on redownloading the sample data with Fido / Globus. diff --git a/changelog/491.doc.3.rst b/changelog/491.doc.3.rst deleted file mode 100644 index b27d89ba..00000000 --- a/changelog/491.doc.3.rst +++ /dev/null @@ -1 +0,0 @@ -Add an examples section for tutorial style self-contained examples. diff --git a/changelog/491.doc.rst b/changelog/491.doc.rst deleted file mode 100644 index fd6c9894..00000000 --- a/changelog/491.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Update the :ref:`dkist:examples:vbi-reproject` example for improvements in ``TiledDataset``. diff --git a/changelog/491.feature.rst b/changelog/491.feature.rst deleted file mode 100644 index 783bfa18..00000000 --- a/changelog/491.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add a ``figure=`` keyword argument to `TiledDataset.plot` and make it default to the current figure. diff --git a/changelog/503.bugfix.rst b/changelog/503.bugfix.rst deleted file mode 100644 index 6008e571..00000000 --- a/changelog/503.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Improve the ASDF detection code so out of date ASDF filenames generated by the DKIST data center are skipped if a newer filename is present. diff --git a/changelog/504.feature.2.rst b/changelog/504.feature.2.rst deleted file mode 100644 index 64d7987d..00000000 --- a/changelog/504.feature.2.rst +++ /dev/null @@ -1,2 +0,0 @@ -Add `swap_tile_limits` kwarg to `TiledDataset.plot`. -This option allows the user to invert plot limits on either axes to account for WCS values that decrease compared to the pixel axes. diff --git a/changelog/504.feature.rst b/changelog/504.feature.rst deleted file mode 100644 index 501016e3..00000000 --- a/changelog/504.feature.rst +++ /dev/null @@ -1,3 +0,0 @@ -Update grid orientation of `TiledDataset.plot`. -The grid now has MAXIS1 columns and MAXIS2 rows where MINDEX1 corresponds to column and MINDEX2 corresponds to row. -Additionally, the origin for the grid is now in the lower-left as opposed to the upper-left. diff --git a/changelog/507.breaking.rst b/changelog/507.breaking.rst deleted file mode 100644 index e202f63a..00000000 --- a/changelog/507.breaking.rst +++ /dev/null @@ -1,16 +0,0 @@ -This release of ``dkist`` includes both scheduled bumps to our dependencies as well as a special bump of gwcs to version 0.24, and associated dependencies. -The version upgrade to gwcs 0.24 fixes the inverse transform (world to pixel) for VISP WCSs. - -* Python >= 3.11 -* dask >= 2023.2 -* gwcs >= 0.24 -* matplotlib >= 3.7 -* ndcube >= 2.1 -* numpy >= 1.25 -* parfive >= 2.1 -* sunpy >= 5.0.7 -* asdf >= 3.3 -* asdf-astropy >= 0.5 -* asdf-coordinate-schemas >= 0.3 -* asdf-transform-schemas >= 0.5 -* asdf-wcs-schemas >= 0.4 diff --git a/changelog/513.feature.1.rst b/changelog/513.feature.1.rst deleted file mode 100644 index bb63e492..00000000 --- a/changelog/513.feature.1.rst +++ /dev/null @@ -1 +0,0 @@ -History of the ADSF file, such as versions of packages and extensions used when writing it are now exposed ``TiledDataset.meta["history"]`` and ``Dataset.meta["history"]``. diff --git a/changelog/513.feature.rst b/changelog/513.feature.rst deleted file mode 100644 index a5d0af8b..00000000 --- a/changelog/513.feature.rst +++ /dev/null @@ -1 +0,0 @@ -``TiledDataset`` now has a ``.meta`` dictionary like that of ``Dataset``.