Skip to content

Commit

Permalink
Render changelog for v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarDrew committed Feb 7, 2025
1 parent 4f0c226 commit 93a8234
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 28 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/DKISTDC/dkist/pull/507>`__)


Features
--------

- Add a ``figure=`` keyword argument to `TiledDataset.plot` and make it default to the current figure. (`#491 <https://github.com/DKISTDC/dkist/pull/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 <https://github.com/DKISTDC/dkist/pull/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 <https://github.com/DKISTDC/dkist/pull/504>`__)
- ``TiledDataset`` now has a ``.meta`` dictionary like that of ``Dataset``. (`#513 <https://github.com/DKISTDC/dkist/pull/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 <https://github.com/DKISTDC/dkist/pull/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 <https://github.com/DKISTDC/dkist/pull/503>`__)


Improved Documentation
----------------------

- Update the :ref:`dkist:examples:vbi-reproject` example for improvements in ``TiledDataset``. (`#491 <https://github.com/DKISTDC/dkist/pull/491>`__)
- Add an examples section for tutorial style self-contained examples. (`#491 <https://github.com/DKISTDC/dkist/pull/491>`__)
- Add a how-to guide on redownloading the sample data with Fido / Globus. (`#491 <https://github.com/DKISTDC/dkist/pull/491>`__)


1.9.1 (2025-01-15)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog/491.doc.2.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/491.doc.3.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/491.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/491.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/503.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/504.feature.2.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/504.feature.rst

This file was deleted.

16 changes: 0 additions & 16 deletions changelog/507.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/513.feature.1.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/513.feature.rst

This file was deleted.

0 comments on commit 93a8234

Please sign in to comment.