Skip to content

Releases: sunpy/sunpy

v0.8.5

09 Mar 09:59
Compare
Choose a tag to compare

Small bugfix release this time.

Bug Fixes

  • Removed AstropyDeprecationWarning from sunpy.coordinates.representation [#2476]
  • Fix for NorthOffsetFrame under Astropy 3.0 [#2486]
  • Fix lightcurve tests under numpy dev [#2505]
  • Updated depecration link of radiospectra [#2481]
  • Fixed Padding values in some of the documentation pages [#2497]
  • Move documentation build to circleci [#2509]
  • Fix Issue #2470 hgs_to_hcc(heliogcoord, heliocframe) [#2502]
  • Fixing CompositeMap object so that it respects masked maps [#2492]

v0.8.4

20 Feb 10:29
66b718f
Compare
Choose a tag to compare

Small bugfix release this time.

Main feature is to ensure that SunPy works under the old and LTS version of Astropy (v2) and the new Astropy v3 package.

v0.8.3

26 Jan 09:06
Compare
Choose a tag to compare

This is a quite large bug fix release. I want to highlight that we have had many commits from new contributors to SunPy and to thank them for helping with bug fixes!

The full changelog is:

  • ~sunpy.net.dataretriever.clients.XRSClient now reports time ranges of files correctly. [#2364]
  • Make parse_time work with datetime64s and pandas series [#2370]
  • CompositeMap axes scaling now uses map spatial units [#2310]
  • Moved license file to root of repository and updated README file [#2326]
  • Fix docstring formatting for net.vso.attrs [#2309]]
  • Fix coloring of ticks under matplotlib 2.0 default style [#2320]
  • Always index arrays with tuples in ImageAnimator [#2320]
  • Added links to possible attrs for FIDO in guide [#2317] [#2289]
  • Updated GitHub Readme [#2281] [#2283]
  • Fix matplotlib / pandas 0.21 bug in examples [#2336]
  • Fixes the off limb enhancement example [#2329]
  • Changes to masking hot pixels and picking bright pixels examples [#2325] [#2319]
  • Travis CI fix for numpy-dev build [#2340]
  • Updated masking brightest pixel example [#2338]
  • Changed TRAVIS cronjobs [#2338]
  • Support array values for obstime for coordinates and transformations [#2342] [#2346]
  • Updated Gallery off limb enhance example [#2337]
  • Documentation fixes for VSO [#2354] [#2353]
  • All tests within the documentation have been fixed [#2343]
  • Change to using pytest-remotedata for our online tests [#2345]
  • Fixed upstream astropy/numpy documentation issues [#2359]
  • Documentation for Map improved [#2361]
  • Fix the output units of pixel_to_world [#2362]
  • Documentation for Database improved [#2355]
  • Added test for mapsave [#2365]
  • Documentation for Sun improved [#2369]

v0.8.2

17 Oct 19:23
Compare
Choose a tag to compare

Second bug fix for 0.8.

Fixes:

Shows a warning if observation time is missing [#2293]
Updates MapCube to access the correct properties of the namedtuple SpatialPair [#2297]

v0.8.1

22 Aug 16:38
Compare
Choose a tag to compare

Two bug fixes related to our test suite:

Fixed TimeSeries test failures due to missing test files [#2273]
Refactored a GOES test to avoid a Py3.6 issue [#2276]

v0.8.0

17 Aug 17:18
Compare
Choose a tag to compare

SunPy 0.8 is the next major release of SunPy and contains 1442 commits in over 200 pull requests, closing 163 issues from 35 people, 17 of whom have never contributed before.

This release is a large milestone for the SunPy library. It contains large new features that have been in development for a number of years, and will form the foundation of SunPy for the future. The main additions are sunpy.net.Fido and sunpy.timeseries, as well as major upgrades to sunpy.coordinates. Along with this it deprecates some old parts of SunPy that have been rewritten, two submodules sunpy.lightcurve and sunpy.wcs have been superseded by sunpy.timeseries and sunpy.coordinates respectively.

RC2 of v0.8.0

17 Aug 16:25
Compare
Choose a tag to compare
RC2 of v0.8.0 Pre-release
Pre-release

Extra doc changes between RC1 and RC2.

Release Candidate 1 of 0.8

10 Aug 13:39
Compare
Choose a tag to compare
Pre-release

Please Test.

v0.7.9

17 Jul 20:07
Compare
Choose a tag to compare

This update is primarily to support AstroPy 2.

We do have some extra bug fixes but I forgot to add them to the Changelog.

v0.7.8

11 May 10:05
Compare
Choose a tag to compare

Main fix:

  • Support for Pandas 0.20.1

Other fixes:

  • The SunPy data directory "~/sunpy" is no longer created until it is used (issue #2018)
  • Change the default representation for the Heliographic Carrington frame so Longitude follows the convention of going from 0-360 degrees.
  • Fix for surface gravity unit.