python-drms
No description set
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / python-drms
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:numeric/python-drms && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
drms-0.7.0.tar.gz | 0000057123 55.8 KB | |
python-drms.changes | 0000002584 2.52 KB | |
python-drms.spec | 0000002315 2.26 KB |
Revision 11 (latest revision is 16)
Dirk Mueller (dirkmueller)
committed
(revision 11)
- 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. * 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. - Do not build for Python 3.6, due to no NumPy.
Comments 0