Full Changelog#
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#
Updated the init of
drms.json.HttpJsonRequest
to raise a nicer message if the URL fails to open. (#76)
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#
Client.get()
has been removed, usedrms.client.Client.query()
instead.
Support for Processing Keywords#
drms.client.Client.export()
now accepts aprocess
keyword argumentThis 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.