Skip to content

DEPS: Bump numpy to 1.13.3 #25554

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

Merged
merged 25 commits into from
Mar 28, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
bcaf944
DEPS: bump numpy minimum to 1.13.3
h-vetinari Mar 25, 2019
ca28cdb
Fixes
h-vetinari Mar 25, 2019
4830f49
Enforce higher bottleneck version
h-vetinari Mar 25, 2019
49e8a06
Shift mpl pin away from coverage job
h-vetinari Mar 25, 2019
01e2b06
Clean up scipy cruft
h-vetinari Mar 25, 2019
a3e09c2
Reshuffle mpl pins
h-vetinari Mar 26, 2019
27bf206
More numpy cruft
h-vetinari Mar 26, 2019
64fc701
Fix order and pin in azure compat job
h-vetinari Mar 26, 2019
327ef30
Reformulate version bump in whatsnew, add lowest version pins where m…
h-vetinari Mar 26, 2019
f3f7d2b
clean some old sqlalchemy code
h-vetinari Mar 26, 2019
5f2e19b
Merge remote-tracking branch 'upstream/master' into bump_numpy
h-vetinari Mar 26, 2019
e3d9f6e
Review (jreback)
h-vetinari Mar 26, 2019
182d67c
Fixes
h-vetinari Mar 26, 2019
d0bb930
Lint
h-vetinari Mar 26, 2019
3ea9cd8
Update whatsnew issues references
h-vetinari Mar 26, 2019
ffd86ff
split table in whatsnew (review jreback)
h-vetinari Mar 27, 2019
fb449ea
Merge remote-tracking branch 'upstream/master' into bump_numpy
h-vetinari Mar 27, 2019
a7d7190
Remove left-over comment
h-vetinari Mar 27, 2019
aad68c6
Remove cython from deps in whatsnew
h-vetinari Mar 27, 2019
fa674e3
Fix wording
h-vetinari Mar 27, 2019
8005679
Reinstate better regexes
h-vetinari Mar 27, 2019
b4288e9
Merge remote-tracking branch 'upstream/master' into bump_numpy
h-vetinari Mar 27, 2019
e0f8a6d
Review (jreback)
h-vetinari Mar 27, 2019
445a9a2
Simplify regex
h-vetinari Mar 28, 2019
20ad5a5
Merge remote-tracking branch 'upstream/master' into bump_numpy
h-vetinari Mar 28, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes
  • Loading branch information
h-vetinari committed Mar 25, 2019
commit ca28cdbbadf46efe2d42238c7a304669f4af254c
2 changes: 1 addition & 1 deletion ci/deps/azure-35-compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pytables=3.4.2
- python-dateutil=2.5.0
- python=3.5.*
- pytz=2013b
- pytz=2015.4
- scipy=0.19.0
- xlrd=1.0.0
- xlsxwriter=0.7.7
Expand Down
2 changes: 1 addition & 1 deletion pandas/core/groupby/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from pandas._libs import Timestamp, lib
import pandas.compat as compat
from pandas.compat import lzip, map
from pandas.compat import lzip
from pandas.errors import AbstractMethodError
from pandas.util._decorators import Appender, Substitution

Expand Down