This repository was archived by the owner on Jan 26, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 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+
128Version 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
You can’t perform that action at this time.
0 commit comments