forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.20.1 * tag 'v0.20.1': RLS: v0.20.1 DOC: update release notes (pandas-dev#16259) DEPR: add shims for util + TST: test that we work in downstream packages (pandas-dev#16250) DOC: some reviewing of the 0.20 whatsnew file (pandas-dev#16254) DOC: add read_gbq as top-level in api.rst (pandas-dev#16256) DOC: Updated release notes for 0.20.1 (pandas-dev#16251)
- Loading branch information
Showing
15 changed files
with
460 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
|
||
# this requires cython to be installed | ||
|
||
# this builds the release cleanly | ||
rm -rf dist | ||
git clean -xfd | ||
python setup.py clean | ||
python setup.py cython | ||
python setup.py sdist --formats=gztar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
xarray | ||
geopandas | ||
seaborn | ||
pandas_gbq | ||
pandas_datareader | ||
statsmodels | ||
scikit-learn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
|
||
source activate pandas | ||
|
||
echo "install 27 BUILD_TEST" | ||
|
||
conda install -n pandas -c conda-forge pyarrow dask |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.