Recent Releases of drms

drms - v0.9.0

What's Changed

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

New Contributors

  • @CyclingNinja made their first contribution in https://github.com/sunpy/drms/pull/120
  • @github-actions made their first contribution in https://github.com/sunpy/drms/pull/121

Full Changelog: https://github.com/sunpy/drms/compare/v0.8.0...v0.9.0

Scientific Software - Peer-reviewed - Python
Published by nabobalis about 1 year ago

drms - v0.8.0

What's Changed

  • Make the ENUM return a value by @nabobalis in https://github.com/sunpy/drms/pull/116

Full Changelog: https://github.com/sunpy/drms/compare/v0.7.1...v0.8.0post1

Scientific Software - Peer-reviewed - Python
Published by nabobalis over 1 year ago

drms - v0.7.1

What's Changed

  • Redo logger and fix examples by @nabobalis in https://github.com/sunpy/drms/pull/113

Full Changelog: https://github.com/sunpy/drms/compare/v0.7.0...v0.7.1

Scientific Software - Peer-reviewed - Python
Published by nabobalis about 2 years ago

drms - v0.7.0

What's Changed

  • Remove FTP support, update ruff, tweak API and more. by @nabobalis in https://github.com/sunpy/drms/pull/90

Full Changelog: https://github.com/sunpy/drms/compare/v0.6.4...v0.7.0

Scientific Software - Peer-reviewed - Python
Published by nabobalis over 2 years ago

drms - v0.6.4.post1

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

Full Changelog: https://github.com/sunpy/drms/compare/v0.6.4...v0.6.4.post1

Scientific Software - Peer-reviewed - Python
Published by nabobalis over 2 years ago

drms - v0.6.4

What's Changed

  • 311 testing by @nabobalis in https://github.com/sunpy/drms/pull/79
  • Fix CI by @nabobalis in https://github.com/sunpy/drms/pull/85
  • Row-centric hex string handling by @PaulJWright in https://github.com/sunpy/drms/pull/102
  • Fix pandas warning by @dstansby in https://github.com/sunpy/drms/pull/97
  • Patch for pandas v2.0 by @nabobalis in https://github.com/sunpy/drms/pull/103

New Contributors

  • @PaulJWright made their first contribution in https://github.com/sunpy/drms/pull/102

Full Changelog: https://github.com/sunpy/drms/compare/v0.6.3...v0.6.4

Scientific Software - Peer-reviewed - Python
Published by nabobalis over 2 years ago

drms - v0.6.3

What's Changed

  • use sunpy email address by @Cadair in https://github.com/sunpy/drms/pull/69
  • Add test for code that raises pandas warning by @dstansby in https://github.com/sunpy/drms/pull/73
  • Update URL open to raise a nicer message and workaround for pandas 1.5.0 by @nabobalis in https://github.com/sunpy/drms/pull/76

New Contributors

  • @pre-commit-ci made their first contribution in https://github.com/sunpy/drms/pull/61
  • @dstansby made their first contribution in https://github.com/sunpy/drms/pull/73

Full Changelog: https://github.com/sunpy/drms/compare/v0.6.2...v0.6.3

Scientific Software - Peer-reviewed - Python
Published by nabobalis over 3 years ago

drms - v0.6.2

Trivial

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

Scientific Software - Peer-reviewed - Python
Published by nabobalis almost 5 years ago

drms - v0.6.1

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>__)

Scientific Software - Peer-reviewed - Python
Published by nabobalis about 5 years ago

drms - 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, 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.

Scientific Software - Peer-reviewed - Python
Published by wtbarnes over 5 years ago

drms - drms v0.5.7

  • Updated examples and documentation
  • Fixed some pandas future warnings
  • Added JOSS paper

Scientific Software - Peer-reviewed - Python
Published by kbg over 6 years ago

drms - drms v0.5.6

  • Fixed some Pandas future warnings
  • Updated drms.to_datetime() so it also returns naive timestamps with newer Pandas versions
  • Fixed online documentation
  • Added support for pytest >= 4.1
  • Fixed an issue that prevented online tests from being installed

Scientific Software - Peer-reviewed - Python
Published by kbg about 7 years ago

drms - drms v0.5.5

Must Python better.

Scientific Software - Peer-reviewed - Python
Published by nabobalis almost 8 years ago

drms - drms v0.5.4

Fix for Py2.7 import issue.

Scientific Software - Peer-reviewed - Python
Published by nabobalis almost 8 years ago

drms - drms v0.5.3

Minor release to get ready for SunPy 0.9

Scientific Software - Peer-reviewed - Python
Published by nabobalis almost 8 years ago

drms - drms v0.5.2

  • Documentation: http://drms.readthedocs.io/
  • Python Package Index: https://pypi.python.org/pypi/drms

Scientific Software - Peer-reviewed - Python
Published by kbg over 9 years ago

drms - drms v0.5.1

  • Documentation: http://drms.readthedocs.io/
  • Python Package Index: https://pypi.python.org/pypi/drms

Scientific Software - Peer-reviewed - Python
Published by kbg over 9 years ago

drms - drms v0.5.0

  • Documentation: http://drms.readthedocs.io/
  • Python Package Index: https://pypi.python.org/pypi/drms

Scientific Software - Peer-reviewed - Python
Published by kbg over 9 years ago