Skip to content

Releases: sunpy/drms

v0.8.0

24 Jul 00:33
37d4fa0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.8.0post1

v0.7.1

29 Dec 01:13
3234b21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

18 Nov 01:48
Compare
Choose a tag to compare

What's Changed

  • Remove FTP support, update ruff, tweak API and more. by @nabobalis in #90

Full Changelog: v0.6.4...v0.7.0

v0.6.4.post1

14 Jun 03:27
4283ab3
Compare
Choose a tag to compare

Added packaging to the install requirements to ensure the pandas version can be resolved.

Full Changelog: v0.6.4...v0.6.4.post1

v0.6.4

09 Jun 22:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

13 Oct 20:46
Compare
Choose a tag to compare

What's Changed

  • use sunpy email address by @Cadair in #69
  • Add test for code that raises pandas warning by @dstansby in #73
  • Update URL open to raise a nicer message and workaround for pandas 1.5.0 by @nabobalis in #76

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

15 May 15:41
c4d1174
Compare
Choose a tag to compare

Trivial

  • Tidy up of internal code that has no user facing changes.

v0.6.1

23 Jan 10:26
30b530f
Compare
Choose a tag to compare

Drms v0.6.1 (2021-01-23)

Bug Fixes

  • Fixed issue with downloads not having the primekeys substituted with their correct values in downloaded filenames. (#52 <https://github.com/sunpy/drms/pull/52>__)

drms v0.6.0

14 Nov 21:47
66be1b2
Compare
Choose a tag to compare

drms v0.6.0 (2020-11-01)

Improved Documentation

  • Examples has been formatted into an online gallery.

Backwards Incompatible Changes

  • Python 2 support has been dropped, only Python 3.7 or higher is
    supported.

Deprecations and Removals

  • Client.get() has been removed, use drms.client.Client.query()
    instead.

Support for Processing Keywords

  • drms.client.Client.export now accepts a process keyword argument
  • This allows users to specify additional server-side processing
    options such as image cutouts
  • See the "Processing" section of the JSOC Data Export page for more information.

drms v0.5.7

16 Aug 18:31
@kbg kbg
478957d
Compare
Choose a tag to compare
  • Updated examples and documentation
  • Fixed some pandas future warnings
  • Added JOSS paper