Bug#918206: Pandas new version
Rebecca N. Palmer
rebecca_palmer at zoho.com
Mon Feb 4 22:28:27 GMT 2019
Control: tags -1 fixed-upstream patch
The test failure is that np.array @ pd.DataFrame (matrix product) tries
to keep both the DataFrame's indices, which fails because the new matrix
is a different shape.
This appears to be fixed in 0.24.1 from PyPI, but as previously noted,
this is a new major version and hence risks breaking rdeps.
The relevant change appears to be setting __array_priority__:
https://github.com/brute4s99/pandas/commit/a01fa791eafe704ea85e2acc956ad9077e8e7542#diff-03b380f521c43cf003207b0711bac67f
but I haven't actually tried applying only that to 0.23.
More information about the debian-science-maintainers
mailing list