summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Debian Science Team [Sun, 28 Jun 2020 20:47:22 +0000 (21:47 +0100)]
Xfail NaN <-> NaT tests on non-x86 and warn on cast
pd.Series([np.nan]).astype('datetime64[ns]')[0] = pd.NaT on x86
but 1970-01-01 on arm* because float NaN -> int is undefined:
https://github.com/numpy/numpy/issues/8325
https://github.com/pandas-dev/pandas/issues/17792
https://github.com/pandas-dev/pandas/issues/26964
On s390x it's the maximum _positive_ value (2**63-1 ns = year 2262)
Author: Andreas Tille <tille@debian.org>, Graham Inggs <ginggs@debian.org>, Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug-Debian: https://bugs.debian.org/877754
Gbp-Pq: Name xfail_tests_nonintel_nannat.patch
Debian Science Team [Sun, 28 Jun 2020 20:47:22 +0000 (21:47 +0100)]
deb_ndsphinx_optional
Gbp-Pq: Name deb_ndsphinx_optional
Andreas Tille [Sun, 28 Jun 2020 20:47:22 +0000 (21:47 +0100)]
Use Debian packaged mathjax
Gbp-Pq: Name mathjax-path.patch
Debian Science Team [Sun, 28 Jun 2020 20:47:22 +0000 (21:47 +0100)]
deb_no_strict_data
Gbp-Pq: Name deb_no_strict_data
Yaroslav Halchenko [Sun, 28 Jun 2020 20:47:22 +0000 (21:47 +0100)]
Avoid privacy breach by Google Analytics
Last-Update: Mon, 23 Oct 2017 08:55:28 +0200
Gbp-Pq: Name deb_disable_googleanalytics
Debian Science Team [Sun, 28 Jun 2020 20:47:22 +0000 (21:47 +0100)]
HDF5 and Stata I/O are broken on some architectures
Fix some issues, warn on use and xfail tests for the remainder
HDF5 known to fail on s390x, Stata on s390x and ppc64el (in 1.0.0),
but not all architectures have been checked yet
In 0.25.3 HDF5 _crashes_ on armhf, so skip
(pytest-forked allows continuing past a crash,
but still seems to fail on xfailed crashes)
Author: Andreas Tille <tille@debian.org>, Graham Inggs <ginggs@debian.org>, Yaroslav Halchenko <debian@onerussian.com>, Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug-Debian: https://bugs.debian.org/877419
Gbp-Pq: Name xfail_tests_nonintel_io.patch
Debian Science Team [Sun, 28 Jun 2020 20:47:22 +0000 (21:47 +0100)]
deb_doc_donotoverride_PYTHONPATH
Gbp-Pq: Name deb_doc_donotoverride_PYTHONPATH
Debian Science Team [Sun, 28 Jun 2020 20:47:22 +0000 (21:47 +0100)]
deb_nonversioneer_version
Gbp-Pq: Name deb_nonversioneer_version
Rebecca N. Palmer [Sun, 28 Jun 2020 20:47:22 +0000 (21:47 +0100)]
pandas (0.25.3+dfsg2-3) unstable; urgency=medium
* Nested DataFrames may raise ValueError with numpy 1.19
(upstream bug 32289). Clarify error message and xfail tests.
* Stop using a no-longer-existing numpy constant.
* Tests: ignore deprecations/rewordings and avoid setup exception
with numpy 1.19. (Together, the above Closes: #963817)
* Bump debhelper compat to 13.
* Fix HDFStore.flush (part of #877419) on s390x.
* Add NEWS.html.gz for Standards-Version 4.5.0.
(Choosing not to also add NEWS.gz as it would be large.)
* Tests: accept Hurd's errno and lack of multiprocessing.
* Docs: replace embedded Javascript copies with links.
[dgit import unpatched pandas 0.25.3+dfsg2-3]
Rebecca N. Palmer [Sun, 28 Jun 2020 20:47:22 +0000 (21:47 +0100)]
Import pandas_0.25.3+dfsg2-3.debian.tar.xz
[dgit import tarball pandas 0.25.3+dfsg2-3 pandas_0.25.3+dfsg2-3.debian.tar.xz]
Rebecca N. Palmer [Wed, 6 May 2020 11:18:23 +0000 (12:18 +0100)]
Import pandas_0.25.3+dfsg2.orig.tar.xz
[dgit import orig pandas_0.25.3+dfsg2.orig.tar.xz]