Bug#918206: Pandas new version (not?)

2019-02-13 Thread Rebecca N. Palmer
This builds (including build-time tests; haven't tried the autopkgtest). Description: Fix np.array @ DataFrame matrix multiplication Author: jbrockmendel Origin: upstream https://github.com/pandas-dev/pandas/commit/ad2a14f4bec8a004b2972c12f12ed3e4ce37ff52 Bug-Debian:

Bug#918206: Pandas new version (not?)

2019-02-12 Thread Rebecca N. Palmer
Given the soft freeze, the new upstream version is probably no longer an option for buster. Just setting __array_priority__ fails, but with a message that suggests also including the test_analytics part of that upstream commit would work; I haven't yet had time to try this. left =

Bug#918206: Pandas new version

2019-02-04 Thread Rebecca N. Palmer
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