Full Changelog#

0.7.1 (2023-12-28)#

Bug Fixes#

  • Incorrect setup of the logger is now fixed. (#113)

  • Fixed missing environment variable in the docs. (#113)

0.7.0 (2023-11-17)#

Backwards Incompatible Changes#

  • Dropped Python 3.8 support. (#90)

  • Updated all of the sphinx anchors to be more consistent. This means that any use of the old anchors (intersphinx links to sunpy doc pages) will need to be updated. (#90)

  • Removed verbose keyword argument from drms.Client. Now all prints are done via the logging module. (#90)

  • drms.const was renamed to drms.JsocInfoConstants It is also now a Enum. (#90)

  • Renamed keywords or arguments from requestor to requester. (#90)

  • Removed debug keyword argument from drms.HttpJsonClient Now all prints are done via the logging module. (#90)

  • Removed all FTP options. (#90)

  • All keywords have to be passed by reference, no more positional keywords arguments are allowed. (#90)

Trivial/Internal Changes#

  • Added “ruff” to the pre-commit and fixed the errors. (#90)

0.6.4 (2023-06-09)#

Bug Fixes#

  • Modified drms.client.Client._convert_numeric_keywords() to use a row-centric approach for handling hexadecimal strings. (#102)

  • Modified drms.utils.to_datetime() to work with Pandas 2.0. (#103)

  • Fixed pandas 2.0.0 warning. (#97)

0.6.3 (2022-10-13)#

Bug Fixes#

  • Updated indexing in a function to prevent FutureWarnings from pandas. (#73)

Trivial/Internal Changes#

0.6.2 (2021-05-15)#

Trivial#

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

0.6.1 (2021-01-23)#

Bug Fixes#

  • Fixed issue with downloads not having the primekeys substituted with their correct values in downloaded filenames. (#52)

0.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#

Support for Processing Keywords#

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