Releases: sunpy/drms
Releases · sunpy/drms
v0.8.0
What's Changed
- Make the ENUM return a value by @nabobalis in #116
Full Changelog: v0.7.1...v0.8.0post1
v0.7.1
v0.7.0
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
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
What's Changed
- 311 testing by @nabobalis in #79
- Fix CI by @nabobalis in #85
- Row-centric hex string handling by @PaulJWright in #102
- Fix pandas warning by @dstansby in #97
- Patch for pandas v2.0 by @nabobalis in #103
New Contributors
- @PaulJWright made their first contribution in #102
Full Changelog: v0.6.3...v0.6.4
v0.6.3
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
- @pre-commit-ci made their first contribution in #61
- @dstansby made their first contribution in #73
Full Changelog: v0.6.2...v0.6.3
v0.6.2
v0.6.1
drms v0.6.0
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, usedrms.client.Client.query()
instead.
Support for Processing Keywords
drms.client.Client.export
now accepts aprocess
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
- Updated examples and documentation
- Fixed some pandas future warnings
- Added JOSS paper