File python-drms.changes of Package python-drms
-------------------------------------------------------------------
Tue Jun 27 08:43:40 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Update to 0.6.4
* Modified `drms.client.Client._convert_numeric_keywords` to use
a row-centric approach for handling hexadecimal strings.
* Modified `drms.utils.to_datetime` to work with Pandas 2.0.
-------------------------------------------------------------------
Thu Aug 5 18:39:53 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 0.6.2
* Python 2 support has been dropped, only Python 3.7 or higher is
supported.
* Client.get() has been removed, use `drms.client.Client.query()`
instead.
* `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.
-------------------------------------------------------------------
Wed Apr 21 06:57:44 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Do not build for Python 3.6, due to no NumPy.
-------------------------------------------------------------------
Wed Nov 20 20:02:19 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Use github source
-------------------------------------------------------------------
Tue Nov 19 21:15:03 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to version 0.5.7
* Updated examples and documentation
* Fixed some pandas future warnings
* Added JOSS paper
-------------------------------------------------------------------
Fri Jul 26 16:54:46 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Initial version