Skip to content

Commit

Permalink
Release 3.1.4 (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Feb 21, 2022
1 parent 04a6d39 commit 83719b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
3.1.4 (2022-02-07)
3.1.4 (2022-02-21)
==================

Bug Fixes
---------

- Fixed plotting and peeking NORH timeseries data with ``pandas`` 1.4.0. (`#5830 <https://github.com/sunpy/sunpy/pull/5830>`__)
- In the case where `sunpy.database.Database.fetch()` successfully downloads only some of the search results, a `~sunpy.database.PartialFetchError` is raised. This fixes a bug where the successful downloads would have been added to the database, but sometimes with incorrect metadata. (`#5835 <https://github.com/sunpy/sunpy/pull/5835>`__)
- `HMIMap` now looks for ``'INSTRUME`` instead of ``'TELESCOP'`` in order to support Helioviewer JPEG2000 versions of HMI data which do not preserve the ``'TELESCOP'`` keyword as expected in the JSOC standard. (`#5886 <https://github.com/sunpy/sunpy/pull/5886>`__)

Documentation
-------------

- Added a known issues entry about ``scikit-image`` package version pinning. (`#5865 <https://github.com/sunpy/sunpy/pull/5865>`__)


3.1.3 (2022-01-06)
Expand Down
1 change: 0 additions & 1 deletion changelog/5865.doc.rst

This file was deleted.

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

This file was deleted.

0 comments on commit 83719b4

Please sign in to comment.