Skip to content

drms v0.6.0

Compare
Choose a tag to compare
@wtbarnes wtbarnes released this 14 Nov 21:47
66be1b2

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.