Skip to content

Commit

Permalink
Release v1.0.0b8
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jul 18, 2022
1 parent 4bcb74e commit a75bf4e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
v1.0.0b8 (2022-07-18)
=====================

Features
--------

- Support passing a whole `~sunpy.net.fido_factory.UnifiedResponse` to
`dkist.net.transfer_complete_datasets`. (`#165 <https://github.com/DKISTDC/dkist/pull/165>`_)
- Support pretty formatting of new Dataset Inventory fields in Fido search
results table. (`#165 <https://github.com/DKISTDC/dkist/pull/165>`_)


Bug Fixes
---------

- Refactor `.FileManager` to correctly support slicing. (`#176 <https://github.com/DKISTDC/dkist/pull/176>`_)
- Unify path handling between `.FileManager.download` and `.DKISTClient.fetch`.
This means that you can use the same path specification to download the ASDF
files and the FITS files, using keys such as "Dataset ID". (`#178 <https://github.com/DKISTDC/dkist/pull/178>`_)


v1.0.0b7 (2022-05-10)
=====================

Expand Down
2 changes: 0 additions & 2 deletions changelog/165.feature.1.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/178.bugfix.rst

This file was deleted.

0 comments on commit a75bf4e

Please sign in to comment.