Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Add 0.7.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Jun 10, 2019
1 parent 317fe59 commit b4d86d3
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 20 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Heliopy 0.7.1 (2019-06-10)
==========================

Bug Fixes
---------

- Fix bug that prevented MMS data from spacecraft 4 being downloaded. (`#719 <https://github.com/heliopython/heliopy/pull/719>`__)
- Correctly attach units to MMS data. (`#726 <https://github.com/heliopython/heliopy/pull/726>`__)
43 changes: 26 additions & 17 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Heliopy 0.7.1 (2019-06-10)
==========================

Bug Fixes
---------

- Fix bug that prevented MMS data from spacecraft 4 being downloaded. (`#719 <https://github.com/heliopython/heliopy/pull/719>`__)
- Correctly attach units to MMS data. (`#726 <https://github.com/heliopython/heliopy/pull/726>`__)

Version 0.7.0
-------------
=============

New features
^^^^^^^^^^^^
Expand All @@ -26,7 +35,7 @@ Removed features


Version 0.6.7
-------------
=============

Deprecations
^^^^^^^^^^^^
Expand All @@ -38,7 +47,7 @@ Deprecations
re-written to use xarray.

Version 0.6.6
-------------
=============

Bug fixes
^^^^^^^^^
Expand All @@ -48,7 +57,7 @@ Bug fixes
different filesystems.

Version 0.6.5
-------------
=============

Bug fixes
^^^^^^^^^
Expand All @@ -67,7 +76,7 @@ Backwards incompatible changes
raising an error if a kernel cannot be downloaded.

Version 0.6.4
-------------
=============

New features
^^^^^^^^^^^^
Expand Down Expand Up @@ -105,7 +114,7 @@ been renamed:
- `mag320ms` has been renamed :func:`~heliopy.data.imp.i8_mag320ms`

Version 0.6.3
-------------
=============

New features
^^^^^^^^^^^^
Expand All @@ -128,7 +137,7 @@ Backwards incompatible changes
the new method and set the ``mode`` keyword argument to ``srvy``.

Version 0.6.2
-------------
=============

New features
^^^^^^^^^^^^
Expand All @@ -142,7 +151,7 @@ Bug fixes
- Fixed :meth:`heliopy.data.mms.fgm_survey` data loading. :issue:`601`

Version 0.6.1
-------------
=============

New features
^^^^^^^^^^^^
Expand All @@ -158,7 +167,7 @@ Bug fixes
prints all CDF file information.

Version 0.6.0
-------------
=============

HelioPy now only supports Python versions 3.6 and higher.

Expand Down Expand Up @@ -198,7 +207,7 @@ Fixed bugs
- :func:`.data.imp.merged` no longer imports redundant columns.

Version 0.5.3
-------------
=============

New features
^^^^^^^^^^^^
Expand All @@ -209,7 +218,7 @@ New features
low data mode. :issue:`529`

Version 0.5.2
-------------
=============

New features
^^^^^^^^^^^^
Expand All @@ -225,7 +234,7 @@ Fixed bugs


Version 0.5.1
-------------
=============

New features
^^^^^^^^^^^^
Expand All @@ -245,7 +254,7 @@ Fixed bugs
:meth:`.data.imp.mag15s` has been corrected. :issue:`396`

Version 0.5.0
-------------
=============

New features
^^^^^^^^^^^^
Expand Down Expand Up @@ -279,7 +288,7 @@ Removed features
modules.

Version 0.4
-----------
===========

New features
^^^^^^^^^^^^
Expand All @@ -299,7 +308,7 @@ Backwards incompatible changes
manually generating an evenly spaced list of times.

Version 0.3
-----------
===========

New features
^^^^^^^^^^^^
Expand All @@ -318,7 +327,7 @@ Removed features
- :mod:`heliopy.plot` code removed

Version 0.2
-----------
===========

New features
^^^^^^^^^^^^
Expand All @@ -330,7 +339,7 @@ New features
WIND 3DP sfpd data.

Version 0.1.3
-------------
=============

Fixed bugs
^^^^^^^^^^
Expand Down
1 change: 0 additions & 1 deletion changelog/719.bugfix.rst

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.towncrier]
package = "heliopy"
filename = "CHANGELOG.rst"
filename = "CHANGES.rst"
directory = "changelog/"
issue_format = "`#{issue} <https://github.com/heliopython/heliopy/pull/{issue}>`__"

Expand Down

0 comments on commit b4d86d3

Please sign in to comment.