File python-drms.changes of Package python-drms
-------------------------------------------------------------------
Fri May 9 05:08:48 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Sat Aug 31 13:43:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.8.0:
* Increased minimum version of Python to 3.10.0
* The return from drms.JsocInfoConstants is now a string, there
is no need to do .value on it.
-------------------------------------------------------------------
Mon Jan 8 20:00:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.7.1:
* Incorrect setup of the logger is now fixed.
* Fixed missing environment variable in the docs.
-------------------------------------------------------------------
Sat Nov 25 12:56:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.7.0:
* Dropped Python 3.8 support.
* 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.
* Removed ``verbose`` keyword argument from `drms.Client`.
* Now all prints are done via the logging module.
* ``drms.const`` was renamed to `drms.JsocInfoConstants`
* Renamed keywords or arguments from ``requestor`` to
``requester``.
* Removed ``debug`` keyword argument from `drms.HttpJsonClient`
* Now all prints are done via the logging module.
* Removed all FTP options.
* All keywords have to be passed by reference, no more
positional keywords arguments are allowed.
* Added "ruff" to the pre-commit and fixed the errors.
-------------------------------------------------------------------
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