Skip to content

COMPAT/TST: fix test for range testing of negative integers to neg powers #14498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Oct 26, 2016

xref numpy/numpy#8127

closes #14489

@jreback jreback added Testing pandas testing functions or related to the test suite Compat pandas objects compatability with Numpy or Python functions labels Oct 26, 2016
@jreback jreback added this to the 0.19.1 milestone Oct 26, 2016
@codecov-io
Copy link

Current coverage is 85.26% (diff: 100%)

Merging #14498 into master will not change coverage

@@             master     #14498   diff @@
==========================================
  Files           140        140          
  Lines         50670      50670          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits          43205      43205          
  Misses         7465       7465          
  Partials          0          0          

Powered by Codecov. Last update e3d943d...882872e

@jreback jreback closed this in 050bf60 Oct 26, 2016
jorisvandenbossche pushed a commit to jorisvandenbossche/pandas that referenced this pull request Nov 2, 2016
… negative integers to neg powers

xref numpy/numpy#8127    closes pandas-dev#14489

Author: Jeff Reback <[email protected]>

Closes pandas-dev#14498 from jreback/compat and squashes the following commits:

882872e [Jeff Reback] COMPAT/TST: fix test for range testing of negative integers to neg powers

(cherry picked from commit 050bf60)
yarikoptic added a commit to neurodebian/pandas that referenced this pull request Nov 18, 2016
Version 0.19.1

* tag 'v0.19.1': (43 commits)
  RLS: v0.19.1
  DOC: update whatsnew/release notes for 0.19.1 (pandas-dev#14573)
  [Backport pandas-dev#14545] BUG/API: Index.append with mixed object/Categorical indices (pandas-dev#14545)
  DOC: rst fixes
  [Backport pandas-dev#14567] DEPR: add deprecation warning for com.array_equivalent (pandas-dev#14567)
  [Backport pandas-dev#14551] PERF: casting loc to labels dtype before searchsorted (pandas-dev#14551)
  [Backport pandas-dev#14536] BUG: DataFrame.quantile with NaNs (GH14357) (pandas-dev#14536)
  [Backport pandas-dev#14520] BUG: don't close user-provided file handles in C parser (GH14418) (pandas-dev#14520)
  [Backport pandas-dev#14392] BUG: Dataframe constructor when given dict with None value (pandas-dev#14392)
  [Backport pandas-dev#14514] BUG: Don't parse inline quotes in skipped lines (pandas-dev#14514)
  [Bacport pandas-dev#14543] BUG: tseries ceil doc fix (pandas-dev#14543)
  [Backport pandas-dev#14541] DOC: Simplify the gbq integration testing procedure for contributors (pandas-dev#14541)
  [Backport pandas-dev#14527] BUG/ERR: raise correct error when sql driver is not installed (pandas-dev#14527)
  [Backport pandas-dev#14501] BUG: fix DatetimeIndex._maybe_cast_slice_bound for empty index (GH14354) (pandas-dev#14501)
  [Backport pandas-dev#14442] DOC: Expand on reference docs for read_json() (pandas-dev#14442)
  BLD: fix 3.4 build for cython to 0.24.1
  [Backport pandas-dev#14492] BUG: Accept unicode quotechars again in pd.read_csv
  [Backport pandas-dev#14496] BLD: Support Cython 0.25
  [Backport pandas-dev#14498] COMPAT/TST: fix test for range testing of negative integers to neg powers
  [Backport pandas-dev#14476] PERF: performance regression in Series.asof (pandas-dev#14476)
  ...
@yarikoptic
Copy link
Contributor

FWIW I think this one is not complete as for resolving the issue with numpy beta starting to error on negative powers for ints, see my reply on numpy mailing list: https://www.mail-archive.com/[email protected]/msg51230.html

@jreback
Copy link
Contributor Author

jreback commented Jan 9, 2017

@yarikoptic I believe you are using a 32-bit machine, which we have talked about before, would accept patches (IIRC you have an open PR for just that). but we don't test regularly on that.

@yarikoptic
Copy link
Contributor

Details escaped me but I think this issue was not solely 32bit-related. Unfortunately discussion on the numpy-discussion mailing list (https://www.mail-archive.com/[email protected]/msg51233.html) died off without resolution AFAIK.

And yes -- there is a still open #15044 ;-)
Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: numpy dev started failing
3 participants