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

Commit f37d6ef

Browse files
authored
Merge pull request #690 from dstansby/0point7changes
Changelog for 0.7.0
2 parents 13d5b6b + fd2a2bb commit f37d6ef

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGES.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
1+
Version 0.7.0
2+
-------------
3+
4+
New features
5+
^^^^^^^^^^^^
6+
7+
- Added a graph showing the available coordinate transformations to
8+
:mod:`heliopy.coordinates`
9+
- Added STEREO-B kernels to :mod:`heliopy.data.spice`
10+
- Added automatic spice kernel detection for the STEREO spacecraft to
11+
:mod:`heliopy.data.spice`
12+
- Switched the download progress bar from ``wget`` based to ``tqdm`` based,
13+
which should work better in notebooks.
14+
15+
Bug fixes
16+
^^^^^^^^^
17+
18+
- Fixed a bug where not all MMS files were downloaded for a large query.
19+
- Correctly removed bad values in :mod:`heliopy.data.omni`.
20+
21+
Removed features
22+
^^^^^^^^^^^^^^^^
23+
24+
- The deprecated :func:`heliopy.data.wind.swe_h3` and
25+
:func:`heliopy.data.wind.threedp_sfpd` have been removed.
26+
27+
128
Version 0.6.7
229
-------------
330

31+
Deprecations
32+
^^^^^^^^^^^^
33+
434
- :func:`heliopy.data.wind.swe_h3` and :func:`heliopy.data.wind.threedp_sfpd`
535
are deprecated and will be removed in version 0.7.0. This is becaue they
636
currently use pandas MultiIndex structures, which are not the recommended

0 commit comments

Comments
 (0)