Skip to content

Releases: sunpy/drms

v0.9.0

05 Feb 17:19
aed10b3
Compare
Choose a tag to compare

What's Changed

  • Registers package with sunpy template by @CyclingNinja in #120
  • Updates from the package template by @github-actions in #121
  • Updates from the package template by @github-actions in #123
  • Updates from package template by @Cadair in #124
  • Updates from the package template by @github-actions in #125
  • Updates from the package template by @github-actions in #126
  • Updates from package template by @Cadair in #128
  • Updates from the package template by @github-actions in #130
  • Updates from package template by @Cadair in #131
  • Updates from the package template by @github-actions in #132
  • Updates from the package template by @github-actions in #134
  • Updates from the package template by @github-actions in #135
  • Updates from the package template by @github-actions in #136
  • Updates from the package template by @github-actions in #138
  • Add headers and timeout by @nabobalis in #137
  • Release v0.9.0 by @nabobalis in #140

New Contributors

  • @CyclingNinja made their first contribution in #120
  • @github-actions made their first contribution in #121

Full Changelog: v0.8.0...v0.9.0

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.