Accepting request 1031655 from home:yarunachalam:branches:devel:languages:python

- Update to version 1.6.2 
  * num2date should not fail on an empty integer array (issue #287).
  * longdouble keyword in date2num so that a roundtrip from a time to a date
    and back again does not lose microsecond precision when the units require
    the times be encoded as floating point values (PR #284)
  * added strptime method (issue #277).
  * cibuildwheel wheel-building workflow added to github actions by @ocefpaf (triggers binary
    wheel builds and uploads to pypi automatically when GH release created). PR #290.

OBS-URL: https://build.opensuse.org/request/show/1031655
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cftime?expand=0&rev=18
This commit is contained in:
2022-10-29 11:47:38 +00:00
committed by Git OBS Bridge
parent d22676367a
commit e4d236d900
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 27 22:15:54 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 1.6.2
* num2date should not fail on an empty integer array (issue #287).
* longdouble keyword in date2num so that a roundtrip from a time to a date
and back again does not lose microsecond precision when the units require
the times be encoded as floating point values (PR #284)
* added strptime method (issue #277).
* cibuildwheel wheel-building workflow added to github actions by @ocefpaf (triggers binary
wheel builds and uploads to pypi automatically when GH release created). PR #290.
-------------------------------------------------------------------
Mon Sep 26 19:50:01 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>