Skip to content

Sync Fork from Upstream Repo #203

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 112 commits into from
Jun 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
112 commits
Select commit Hold shift + click to select a range
26e3982
TYP: __future__ annotations in parsers (#41620)
jbrockmendel May 23, 2021
3457359
DOC/TYP: index.take return val (#40521)
mzeitlin11 May 23, 2021
55e5854
CI: Upgrade "actions/(checkout|cache)" to version 2 (#41336)
ShaharNaveh May 24, 2021
a68f67f
CLN: remove unused _max_fitting_element (#41639)
jbrockmendel May 24, 2021
4bea042
TYP: NaTType comparisons (#41621)
jbrockmendel May 24, 2021
4e2c588
TYP and DOC: pd.merge accepts Series (#41594)
Dr-Irv May 24, 2021
ed9f60c
ENH: Styler.to_latex(): conditional styling with native latex format …
attack68 May 24, 2021
1ad99ac
typo fix (#41642)
iynehz May 24, 2021
4b7b56c
GH41553 DOC: Fixed docstring of deprecate_nonkeyword_arguments (#41577)
martinwrudolf May 24, 2021
4f601b1
REF: convert_dtypes return dtype objects (#41622)
jbrockmendel May 24, 2021
441beef
BUG: Series(range_obj_outside_i8_bounds) (#41579)
jbrockmendel May 24, 2021
85f4878
DEPS: clean outdated version compat, sync min versions (#41576)
fangchenli May 24, 2021
615eadf
TST: Old issues (#41607)
mroeschke May 24, 2021
1c22786
Update actions-38-numpydev.yaml (#41637)
lithomas1 May 25, 2021
ce1205e
REGR: CategoricalIndex(None) (#41612)
jbrockmendel May 25, 2021
8327872
ENH: `Styler.text_gradient`: easy extension alternative to `.backgrou…
attack68 May 25, 2021
e4d0c1d
BUG: Bug in loc raised ValueError when setting value via boolean list…
phofl May 25, 2021
4f7da2c
BUG: loc casting to float for scalar with MultiIndex df (#41374)
phofl May 25, 2021
f8460a3
REF: de-duplicate _format_attrs (#41655)
jbrockmendel May 25, 2021
2f87686
FMT: trim redundant freqstr from PeriodIndex __repr__ (#41653)
jbrockmendel May 25, 2021
0bc1698
update styler user guide for text_gradient (#41661)
attack68 May 25, 2021
59024aa
REF: share __array_wrap__ (#41643)
jbrockmendel May 25, 2021
140802a
REF: share _mpl_repr (#41627)
jbrockmendel May 25, 2021
10a76bd
REF: simplify maybe_cast_to_datetime (#41624)
jbrockmendel May 25, 2021
7cdd833
REF: _try_cast (#41618)
jbrockmendel May 25, 2021
bea8c89
BUG: case argument ignored when regex is False in Series.str.replace …
simonjayhawkins May 25, 2021
6437029
[ArrowStringArray] REF: str.extract - move code from function to acce…
simonjayhawkins May 25, 2021
f8696d5
DOC: add `Styler.to_latex` info in `io.rst` doc page (#41658)
attack68 May 25, 2021
5d474cc
Deprecate non-keyword arguments for drop_duplicates. (#41500)
jmholzer May 25, 2021
4dcdec0
pre-commit autoupdate (except for black formatter) (#41160)
github-actions[bot] May 25, 2021
532166e
BUG: groupby.transform/agg caching *args with numba engine (#41656)
mroeschke May 26, 2021
7fe9217
added deprecate_nonkeyword_arguments to function where (#41523)
Jiezheng2018 May 26, 2021
17da7f7
CLN: remove unnecessary _comparables (#41638)
jbrockmendel May 26, 2021
b8807eb
REF: re-use sanitize_array in DataFrame._sanitize_columns (#41611)
jbrockmendel May 26, 2021
43d450a
[ArrowStringArray] PERF: use pyarrow.compute.replace_substring(_regex…
simonjayhawkins May 26, 2021
2f7be5e
BUG: Check for null values when infering excel in read_clipboard (#41…
saucoide May 26, 2021
f373bba
DEPR: dropping nuisance columns in DataFrameGroupby apply, agg, trans…
jbrockmendel May 26, 2021
0fd4aa7
Deprecate passing args as positional in sort_index (#41506)
MarcoGorelli May 26, 2021
282a0fb
BUG: MultiIndex.union dropping duplicates from result (#38977)
phofl May 26, 2021
81eac3c
Bug in loc returning multiindex in wrong oder with duplicated indexer…
phofl May 26, 2021
b880cf9
Deprecate passing args as positional in DataFrame/Series.clip (#41511)
MarcoGorelli May 26, 2021
45ad3ef
Deprecate passing default arguments as positional in reset_index (#41…
MarcoGorelli May 26, 2021
427a493
API: Add `Styler.to_html`, for saving output to HTML file (#40312)
attack68 May 26, 2021
3448d47
BUG: raise ValueError when sep and delimiter are defined in read_csv …
phofl May 26, 2021
036c930
Fix unable to build Pandas with xlc on z/OS (#35829)
pitmanst May 26, 2021
e7c1ef7
BUG: Rolling.__iter__ includes on index columns in the result (#41405)
mroeschke May 26, 2021
4944939
ENH: Deprecate non-keyword arguments for MultiIndex.set_levels (#41589)
01-vyom May 26, 2021
fa8f68e
BUG/API: SeriesGroupBy reduction with numeric_only=True (#41342)
jbrockmendel May 26, 2021
0b8294e
DEPR: Deprecate convert_float (#41176)
ahawryluk May 26, 2021
db980ba
Deprecate passing default args as positional in DataFrame.set_index (…
MarcoGorelli May 26, 2021
d662e97
Deprecate passing args as positional in dropna (#41504)
MarcoGorelli May 26, 2021
fd38824
TST: Old Issues (#41674)
mroeschke May 26, 2021
9f65984
Deprecate passing args as positional in sort_values (#41505)
MarcoGorelli May 26, 2021
eb7d46d
Deprecate passing args as positional DataFrame/Series.ffill (#41508)
MarcoGorelli May 27, 2021
104769c
DOC: Add woodwork to ecosystem docs (#41684)
gsheni May 27, 2021
ad8a4ea
REF: move _str_extract function in accessor.py to array method (#41663)
simonjayhawkins May 27, 2021
4f1b41a
Fix error in pre commit for ecosystem rst (#41688)
phofl May 27, 2021
22252c9
Deprecate non-keyword arguments in drop (#41486)
MarcoGorelli May 27, 2021
a25c2f1
Deprecate nonkeyword args set axis (#41491)
MarcoGorelli May 27, 2021
1fc9d7e
ENH: Deprecate non-keyword arguments for Index.set_names. (#41551)
jmholzer May 27, 2021
beabf0a
Deprecate non-keyword arguments in mask (#41580)
ShreyDixit May 27, 2021
1fe2a54
Deprecated nonkeyword arguments for set_codes function (#41650)
Pydare May 27, 2021
433860b
REF: type change `escape` in `Styler.format` to str to allow "html" a…
attack68 May 27, 2021
91bd03b
deprecate positional args in read_csv (#41657)
Anupam-USP May 27, 2021
1a20d13
TST: Check float format in object column (#35603) (#41668)
mdhsieh May 27, 2021
ddc28a4
BUG: PeriodIndex.get_loc with mismatched freq (#41670)
jbrockmendel May 28, 2021
fd346ae
DEPR: error_bad_lines and warn_bad_lines for read_csv (#40413)
lithomas1 May 28, 2021
73f4711
Add test for fixed regression in concat with empty DataFrames (#41677)
May 28, 2021
a811c96
TST: More old issues (#41697)
mroeschke May 28, 2021
6925fd0
CLN: Removing unused Travis files for GBQ (#41708)
datapythonista May 30, 2021
1b6cb0f
TST: More old issues (#41712)
mroeschke May 31, 2021
e8dbdb0
ENH: Improve error message in corr/cov for Rolling/Expanding/EWM when…
mroeschke May 31, 2021
67b79e5
DEPR: Series(dt64naive, dtype=dt64tz) -> will match DatetimeIndex (#4…
jbrockmendel May 31, 2021
bc9b470
CLN: Deprecate non-keyword arguments in read_table #41485 (#41717)
tegardp May 31, 2021
e96ef03
CLN: Remove old docs README (#41735)
datapythonista May 31, 2021
505abc1
CI: suppress npdev warnings (#41730)
jbrockmendel May 31, 2021
1b057ab
[ArrowStringArray] ENH: raise an ImportError when trying to create an…
simonjayhawkins May 31, 2021
8517391
REF: avoid maybe_convert_platform (#41709)
jbrockmendel May 31, 2021
b117ab5
[ArrowStringArray] fix test_astype_int, test_astype_float (#41018)
simonjayhawkins May 31, 2021
9004414
REG: quantile with IntegerArray/FloatingArray (#41428)
jbrockmendel May 31, 2021
12e78f4
REF: simplify _try_cast (#41705)
jbrockmendel May 31, 2021
9afda72
TYP: fix ignores (#41702)
jbrockmendel May 31, 2021
4ed1bc2
REF: remove unnecessary try/excepts (#41744)
jbrockmendel May 31, 2021
fb4c5b8
REF: simplify Index.astype (#41703)
jbrockmendel May 31, 2021
1d69d79
Fix 32bit test; follow-up to #41709 (#41746)
jbrockmendel May 31, 2021
c1007bb
TYP: tighten types in core.construction (#41729)
jbrockmendel May 31, 2021
dcc2a8f
CI: Activating CircleCI (#41752)
datapythonista Jun 1, 2021
9231b49
BUG: Fix behavior of replace_list with mixed types. (#40555)
Jun 1, 2021
c58ea4f
CLN: Remove travis build (#41738)
datapythonista Jun 1, 2021
7b8f638
DEPR: ignoring dtype in DataFrame constructor failures (#41733)
jbrockmendel Jun 1, 2021
b8ee68b
DEPR: datetimelike inference with strings (#41731)
jbrockmendel Jun 1, 2021
b9e96fa
BUG: MultiIndex.reindex with non-MultiIndex; Series constructor (#41707)
jbrockmendel Jun 1, 2021
db6e71b
DEPR: silent overflow on Series construction (#41734)
jbrockmendel Jun 1, 2021
f7dd14b
REGR: DataFrame reduction with min_count (#41711)
jbrockmendel Jun 1, 2021
44237a5
TST: Make ARM build work (not in the CI) (#41739)
datapythonista Jun 1, 2021
408b54c
use type annotations in timezones.pyi (#41769)
fangchenli Jun 1, 2021
8d6f681
CLN: assorted follow-ups (#41772)
jbrockmendel Jun 2, 2021
8e7e85a
TYP: use type annotations in vectorized.pyi (#41774)
fangchenli Jun 2, 2021
b1e62a1
BUG: lib.infer_dtype with incompatible intervals (#41749)
jbrockmendel Jun 2, 2021
860bae5
ENH: maybe_convert_objects handle IntervalArray (#41776)
jbrockmendel Jun 2, 2021
2003d93
TYP: use type annotations in tzconversion.pyi (#41771)
fangchenli Jun 2, 2021
f1c886d
Min max sparse fillna (#41691)
taytzehao Jun 2, 2021
8caf370
TST: Check map function works with StringDtype (#40823) (#41723)
mdhsieh Jun 2, 2021
6b94e24
BUG: DataFrameGroupBy with numeric_only and empty non-numeric data (#…
jbrockmendel Jun 2, 2021
9c68314
TYP: remove future import from pyi file (#41783)
fangchenli Jun 2, 2021
3eb26c7
BUG: clean_index_list handle uint64 case (#41784)
jbrockmendel Jun 2, 2021
e186e18
ENH: maybe_convert_objects corner cases (#41714)
jbrockmendel Jun 2, 2021
a8b313f
REF: de-duplicate nested-dict handling in DataFrame construction (#41…
jbrockmendel Jun 2, 2021
dc4fddc
REF: Simplify Index.union (#41773)
topper-123 Jun 2, 2021
7dc65ae
REF: de-duplicate ExtensionIndex methods (#41791)
jbrockmendel Jun 3, 2021
3bbb93c
REF: de-duplicate _validate_fill_value/_validate_scalar (#41790)
jbrockmendel Jun 3, 2021
21d6145
DOC: whatsnew 1.3.0 syntax errors (#41794)
rhshadrach Jun 3, 2021
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
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Looking for unwanted patterns
run: ci/code_checks.sh patterns
Expand Down Expand Up @@ -94,7 +96,9 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up pandas
uses: ./.github/actions/setup
Expand Down Expand Up @@ -147,7 +151,9 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up pandas
uses: ./.github/actions/setup
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Cache conda
uses: actions/cache@v1
uses: actions/cache@v2
env:
CACHE_NUMBER: 0
with:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Cache conda
uses: actions/cache@v1
uses: actions/cache@v2
env:
CACHE_NUMBER: 0
with:
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ repos:
types_or: [python, rst, markdown]
files: ^(pandas|doc)/
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: debug-statements
- id: end-of-file-fixer
exclude: \.txt$
- id: trailing-whitespace
- repo: https://github.com/cpplint/cpplint
rev: f7061b1 # the latest tag does not have the hook
rev: 1.5.5
hooks:
- id: cpplint
# We don't lint all C files because we don't want to lint any that are built
Expand Down Expand Up @@ -57,7 +57,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v2.18.3
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -72,7 +72,7 @@ repos:
types: [text] # overwrite types: [rst]
types_or: [python, rst]
- repo: https://github.com/asottile/yesqa
rev: v1.2.2
rev: v1.2.3
hooks:
- id: yesqa
additional_dependencies:
Expand Down
73 changes: 0 additions & 73 deletions .travis.yml

This file was deleted.

28 changes: 0 additions & 28 deletions ci/check_git_tags.sh

This file was deleted.

2 changes: 1 addition & 1 deletion ci/deps/actions-37-db-min.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:

# tools
- cython>=0.29.21
- pytest>=5.0.1
- pytest>=6.0
- pytest-cov
- pytest-xdist>=1.21
- hypothesis>=3.58.0
Expand Down
4 changes: 2 additions & 2 deletions ci/deps/actions-37-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:

# tools
- cython>=0.29.21
- pytest>=5.0.1
- pytest>=6.0
- pytest-xdist>=1.21
- hypothesis>=3.58.0
- pytest-cov>=2.10.1 # this is only needed in the coverage build, ref: GH 35737
Expand All @@ -25,7 +25,7 @@ dependencies:
- flask
- nomkl
- numexpr
- numpy=1.16.*
- numpy=1.17.*
- odfpy
- openpyxl
- pandas-gbq
Expand Down
6 changes: 3 additions & 3 deletions ci/deps/actions-37-locale_slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:

# tools
- cython>=0.29.21
- pytest>=5.0.1
- pytest>=6.0
- pytest-cov
- pytest-xdist>=1.21
- hypothesis>=3.58.0
Expand All @@ -17,13 +17,13 @@ dependencies:
- bottleneck=1.2.*
- lxml
- matplotlib=3.0.0
- numpy=1.16.*
- numpy=1.17.*
- openpyxl=3.0.0
- python-dateutil
- python-blosc
- pytz=2017.3
- scipy
- sqlalchemy=1.2.8
- sqlalchemy=1.3.0
- xlrd=1.2.0
- xlsxwriter=1.0.2
- xlwt=1.3.0
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-37-slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:

# tools
- cython>=0.29.21
- pytest>=5.0.1
- pytest>=6.0
- pytest-cov
- pytest-xdist>=1.21
- hypothesis>=3.58.0
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-37.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:

# tools
- cython>=0.29.21
- pytest>=5.0.1
- pytest>=6.0
- pytest-cov
- pytest-xdist>=1.21
- hypothesis>=3.58.0
Expand Down
4 changes: 2 additions & 2 deletions ci/deps/actions-38-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:

# tools
- cython>=0.29.21
- pytest>=5.0.1
- pytest>=6.0
- pytest-cov
- pytest-xdist>=1.21
- pytest-asyncio>=0.12.0
Expand All @@ -20,7 +20,7 @@ dependencies:
- jinja2
- jedi<0.18.0
- lxml
- matplotlib <3.3.0
- matplotlib<3.3.0
- moto
- nomkl
- numexpr
Expand Down
4 changes: 2 additions & 2 deletions ci/deps/actions-38-numpydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ dependencies:
- python=3.8.*

# tools
- pytest>=5.0.1
- pytest>=6.0
- pytest-cov
- pytest-xdist>=1.21
- hypothesis>=3.58.0

# pandas dependencies
- pytz
- pip=20.2
- pip
- pip:
- cython==0.29.21 # GH#34014
- "git+git://github.com/dateutil/dateutil.git"
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-38-slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:

# tools
- cython>=0.29.21
- pytest>=5.0.1
- pytest>=6.0
- pytest-cov
- pytest-xdist>=1.21
- hypothesis>=3.58.0
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:

# tools
- cython>=0.29.21
- pytest>=5.0.1
- pytest>=6.0
- pytest-cov
- pytest-xdist>=1.21
- hypothesis>=3.58.0
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:

# tools
- cython>=0.29.21
- pytest>=5.0.1
- pytest>=6.0
- pytest-cov
- pytest-xdist>=1.21
- hypothesis>=3.58.0
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/azure-macos-37.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python=3.7.*

# tools
- pytest>=5.0.1
- pytest>=6.0
- pytest-xdist>=1.21
- hypothesis>=3.58.0
- pytest-azurepipelines
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/azure-windows-37.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:

# tools
- cython>=0.29.21
- pytest>=5.0.1
- pytest>=6.0
- pytest-xdist>=1.21
- hypothesis>=3.58.0
- pytest-azurepipelines
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/azure-windows-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:

# tools
- cython>=0.29.21
- pytest>=5.0.1
- pytest>=6.0
- pytest-xdist>=1.21
- hypothesis>=3.58.0
- pytest-azurepipelines
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:

# tools
- cython>=0.29.21
- pytest>=5.0.1
- pytest>=6.0
- pytest-xdist>=1.21
- hypothesis>=3.58.0

Expand Down
Loading