title
stringlengths
1
185
diff
stringlengths
0
32.2M
body
stringlengths
0
123k
url
stringlengths
57
58
created_at
stringlengths
20
20
closed_at
stringlengths
20
20
merged_at
stringlengths
20
20
updated_at
stringlengths
20
20
DEPR: groupby nuisance warnings
diff --git a/pandas/core/groupby/generic.py b/pandas/core/groupby/generic.py index 71cef46950e12..03b0992fa1a64 100644 --- a/pandas/core/groupby/generic.py +++ b/pandas/core/groupby/generic.py @@ -27,6 +27,7 @@ import numpy as np from pandas._libs import reduction as libreduction +import pandas._libs.lib as lib fr...
Follow up to #41475 - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). The warning currently generated for pivot_table says groupby - but it points to the correct line of user code, and I think it's easy to understand what's going on from a...
https://api.github.com/repos/pandas-dev/pandas/pulls/46010
2022-02-15T22:45:23Z
2022-02-19T17:18:23Z
null
2022-09-10T16:49:51Z
CLN: standardize ArrowExtensionArray in tests
diff --git a/pandas/tests/extension/arrow/arrays.py b/pandas/tests/extension/arrow/arrays.py index fad28c1896ad0..3707447151ae3 100644 --- a/pandas/tests/extension/arrow/arrays.py +++ b/pandas/tests/extension/arrow/arrays.py @@ -77,7 +77,9 @@ class ArrowExtensionArray(OpsMixin, ExtensionArray): _data: pa.ChunkedAr...
- [ ] closes #xxxx (Replace xxxx with the Github issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/con...
https://api.github.com/repos/pandas-dev/pandas/pulls/46009
2022-02-15T21:57:14Z
2022-02-16T13:33:13Z
2022-02-16T13:33:13Z
2022-02-16T13:33:13Z
BUG: to_csv not respecting float_format for Float64
diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index 71394a858aefe..6fb2914543fc1 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -353,6 +353,7 @@ I/O - Bug in :func:`read_excel` results in an infinite loop with certain ``skiprows`` callables (:issue:`4...
- [x] closes #45991 (Replace xxxx with the Github issue number) - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/co...
https://api.github.com/repos/pandas-dev/pandas/pulls/46007
2022-02-15T20:48:49Z
2022-02-16T13:31:02Z
2022-02-16T13:31:02Z
2022-02-16T18:46:31Z
BUG: PeriodArray subtraction returning wrong results
diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index 71394a858aefe..3b5d0fc624753 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -358,7 +358,7 @@ I/O Period ^^^^^^ -- +- Bug in subtraction of :class:`Period` from :class:`PeriodArray` returning wrong...
- [x] closes #45999 (Replace xxxx with the Github issue number) - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/co...
https://api.github.com/repos/pandas-dev/pandas/pulls/46006
2022-02-15T20:36:57Z
2022-02-16T13:35:33Z
2022-02-16T13:35:33Z
2022-02-16T18:47:26Z
Backport PR #45995 on branch 1.4.x (CI: Add single_cpu build)
diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 0e8da7b66026f..35196ad2840c6 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -13,7 +13,6 @@ on: - "doc/**" env: - PYTEST_WORKERS: "auto" PANDAS_CI: 1 jobs: @@ -25,33 +24,48 @@ jobs: timeout-m...
Backport PR #45995: CI: Add single_cpu build
https://api.github.com/repos/pandas-dev/pandas/pulls/46005
2022-02-15T20:34:10Z
2022-02-16T13:05:05Z
2022-02-16T13:05:05Z
2022-02-16T13:05:06Z
TST: Don't mark all plotting tests as slow
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 7c11eb13e0e1d..aa6bb714af9dd 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -30,10 +30,6 @@ if [[ "$PATTERN" ]]; then PYTEST_CMD="$PYTEST_CMD -m \"$PATTERN\"" fi -if [[ $(uname) != "Linux" && $(uname) != "Darwin" ]]; then - PYTEST_CMD="$PYTEST_CMD --...
- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). Ideally we should be mor...
https://api.github.com/repos/pandas-dev/pandas/pulls/46003
2022-02-15T19:32:40Z
2022-02-27T15:20:55Z
2022-02-27T15:20:55Z
2022-02-28T03:05:45Z
REF: Share NumericArray/NumericDtype methods
diff --git a/pandas/core/arrays/floating.py b/pandas/core/arrays/floating.py index d55aef953b5b5..49a71922f331b 100644 --- a/pandas/core/arrays/floating.py +++ b/pandas/core/arrays/floating.py @@ -3,8 +3,8 @@ import numpy as np from pandas._typing import DtypeObj -from pandas.util._decorators import cache_readonly ...
- [ ] closes #xxxx (Replace xxxx with the Github issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/con...
https://api.github.com/repos/pandas-dev/pandas/pulls/45997
2022-02-15T06:12:01Z
2022-02-16T13:36:22Z
2022-02-16T13:36:22Z
2022-02-16T15:45:12Z
TST: Use uuid instead of random chars for temp files
diff --git a/pandas/_testing/contexts.py b/pandas/_testing/contexts.py index 5a77c06d65d07..547ec9db20994 100644 --- a/pandas/_testing/contexts.py +++ b/pandas/_testing/contexts.py @@ -3,14 +3,13 @@ from contextlib import contextmanager import os from pathlib import Path -import random from shutil import rmtree -im...
- [x] closes #39197 (Replace xxxx with the Github issue number) - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/co...
https://api.github.com/repos/pandas-dev/pandas/pulls/45996
2022-02-15T03:17:11Z
2022-02-15T18:55:09Z
2022-02-15T18:55:09Z
2022-02-15T18:55:13Z
CI: Add single_cpu build
diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 0e8da7b66026f..35196ad2840c6 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -13,7 +13,6 @@ on: - "doc/**" env: - PYTEST_WORKERS: "auto" PANDAS_CI: 1 jobs: @@ -25,33 +24,48 @@ jobs: timeout-m...
- [x] Closes #45705 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). A...
https://api.github.com/repos/pandas-dev/pandas/pulls/45995
2022-02-15T02:27:35Z
2022-02-15T20:33:39Z
2022-02-15T20:33:38Z
2022-02-15T20:34:19Z
Pandas pivot_table MultiIndex and dropna=False generates all combinations of modalities instead of keeping existing one only
diff --git a/pandas/core/reshape/pivot.py b/pandas/core/reshape/pivot.py index b428155e722ff..52c9a8b78a328 100644 --- a/pandas/core/reshape/pivot.py +++ b/pandas/core/reshape/pivot.py @@ -204,12 +204,6 @@ def __internal_pivot_table( table = agged.unstack(to_unstack) if not dropna: - if isinstanc...
- [ ] closes #18030 There was already another proposed fix #28540 which never concluded. I propose a more straightforward solution to simply deprecate the current behaviour, for the following reasons: - The current behaviour was never documented. [`pivot_table`](https://pandas.pydata.org/docs/reference/api/pandas...
https://api.github.com/repos/pandas-dev/pandas/pulls/45994
2022-02-15T02:12:19Z
2022-04-24T02:59:51Z
null
2022-04-24T02:59:52Z
Backport PR #45949 on branch 1.4.x (TST: Check network URL statuses in tests)
diff --git a/pandas/_testing/_io.py b/pandas/_testing/_io.py index f4654582277df..4c7e669f94734 100644 --- a/pandas/_testing/_io.py +++ b/pandas/_testing/_io.py @@ -3,6 +3,7 @@ import bz2 from functools import wraps import gzip +import socket from typing import ( TYPE_CHECKING, Any, @@ -73,7 +74,13 @@ def...
Backport PR #45949: TST: Check network URL statuses in tests
https://api.github.com/repos/pandas-dev/pandas/pulls/45993
2022-02-15T00:59:34Z
2022-02-15T20:53:13Z
2022-02-15T20:53:13Z
2022-02-15T20:53:13Z
TST: Clean tests/plotting
diff --git a/pandas/plotting/_matplotlib/compat.py b/pandas/plotting/_matplotlib/compat.py index 5569b1f2979b0..c731c40f10a05 100644 --- a/pandas/plotting/_matplotlib/compat.py +++ b/pandas/plotting/_matplotlib/compat.py @@ -10,18 +10,10 @@ def inner(): import matplotlib as mpl except ImportError:...
- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). * Remove old, unsupporte...
https://api.github.com/repos/pandas-dev/pandas/pulls/45992
2022-02-14T22:50:40Z
2022-02-15T02:09:48Z
2022-02-15T02:09:48Z
2022-02-15T02:19:00Z
Removed broken link from NDFrame#interpolate docs.
diff --git a/pandas/core/generic.py b/pandas/core/generic.py index b329f4fb00ccc..bd5a114769cfb 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -6870,9 +6870,7 @@ def interpolate( similar names. These use the actual numerical values of the index. For more information on their behav...
The link at https://docs.scipy.org/doc/scipy/reference/tutorial/interpolate.html pointing to the SciPy Interpolation tutorial is broken. An alternative tutorial was not found in the new documentation. - [ ] closes #xxxx (Replace xxxx with the Github issue number) - [ ] [Tests added and passed](https://pandas.pydata...
https://api.github.com/repos/pandas-dev/pandas/pulls/45990
2022-02-14T21:36:26Z
2022-02-15T18:31:36Z
2022-02-15T18:31:36Z
2022-02-15T18:31:43Z
DOCS: Add comment about index_col and forward filling missing values
diff --git a/doc/source/user_guide/io.rst b/doc/source/user_guide/io.rst index 34f10c1b3ec28..f11b6af24e4e4 100644 --- a/doc/source/user_guide/io.rst +++ b/doc/source/user_guide/io.rst @@ -3675,6 +3675,10 @@ should be passed to ``index_col`` and ``header``: os.remove("path_to_file.xlsx") +Missing values in colu...
- [x] closes #44837 (Replace xxxx with the Github issue number) - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/co...
https://api.github.com/repos/pandas-dev/pandas/pulls/45989
2022-02-14T19:50:19Z
2022-02-14T22:03:00Z
2022-02-14T22:03:00Z
2022-02-15T12:49:09Z
TST: Use fixture instead of setup_method in tests/array/categorical
diff --git a/pandas/tests/arrays/categorical/common.py b/pandas/tests/arrays/categorical/common.py deleted file mode 100644 index 86d80c5476195..0000000000000 --- a/pandas/tests/arrays/categorical/common.py +++ /dev/null @@ -1,8 +0,0 @@ -from pandas import Categorical - - -class TestCategorical: - def setup_method(s...
- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit).
https://api.github.com/repos/pandas-dev/pandas/pulls/45988
2022-02-14T17:45:35Z
2022-02-15T00:57:56Z
2022-02-15T00:57:55Z
2022-02-15T01:21:07Z
BUG: groupby.size and groupby.transform('size') incorrect for axis=1
diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index ea5258cf1537d..3cd2b0334ca15 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -371,7 +371,8 @@ Plotting Groupby/resample/rolling ^^^^^^^^^^^^^^^^^^^^^^^^ - Bug in :meth:`DataFrame.resample` ignoring ...
- [x] closes #45715 (Replace xxxx with the Github issue number) - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/co...
https://api.github.com/repos/pandas-dev/pandas/pulls/45987
2022-02-14T17:23:08Z
2022-02-15T01:00:55Z
2022-02-15T01:00:54Z
2023-01-31T04:27:45Z
BUG: index.getitem raising ValueError with boolean indexer and NA
diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index ea5258cf1537d..9d586696c392f 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -325,6 +325,7 @@ Indexing - Bug in :meth:`loc.__setitem__` treating ``range`` keys as positional instead of label-based (:i...
- [x] closes #45806 (Replace xxxx with the Github issue number) - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/co...
https://api.github.com/repos/pandas-dev/pandas/pulls/45985
2022-02-14T15:16:25Z
2022-02-16T13:34:55Z
2022-02-16T13:34:55Z
2022-02-16T21:21:40Z
TST: Simplify test_register_writer
diff --git a/pandas/tests/io/excel/test_writers.py b/pandas/tests/io/excel/test_writers.py index 16a656d71e496..5b46c0baac165 100644 --- a/pandas/tests/io/excel/test_writers.py +++ b/pandas/tests/io/excel/test_writers.py @@ -1309,11 +1309,6 @@ def test_ExcelWriter_dispatch_raises(self): ExcelWriter("nothin...
- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit).
https://api.github.com/repos/pandas-dev/pandas/pulls/45984
2022-02-14T14:12:07Z
2022-02-14T17:35:54Z
2022-02-14T17:35:54Z
2022-02-14T17:59:45Z
REGR: drop raising with ea index and duplicates
diff --git a/doc/source/whatsnew/v1.4.2.rst b/doc/source/whatsnew/v1.4.2.rst index 9ba7461b830da..fdac1c385499a 100644 --- a/doc/source/whatsnew/v1.4.2.rst +++ b/doc/source/whatsnew/v1.4.2.rst @@ -14,7 +14,7 @@ including other versions of pandas. Fixed regressions ~~~~~~~~~~~~~~~~~ -- +- Fixed regression in :meth:`...
- [x] closes #45860 (Replace xxxx with the Github issue number) - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/co...
https://api.github.com/repos/pandas-dev/pandas/pulls/45983
2022-02-14T12:18:21Z
2022-02-16T13:06:37Z
2022-02-16T13:06:37Z
2022-02-16T18:52:43Z
Test case dataframe.groupby incorrect with multiindex and None value
diff --git a/pandas/tests/groupby/test_indexing.py b/pandas/tests/groupby/test_indexing.py index 0caa17f387a94..35236c3afc942 100644 --- a/pandas/tests/groupby/test_indexing.py +++ b/pandas/tests/groupby/test_indexing.py @@ -314,3 +314,19 @@ def test_groupby_duplicated_columns(func): [[1.5, 3.0, 1.5]], columns...
- [✔] closes #32492 - [✔] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [✔] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ...
https://api.github.com/repos/pandas-dev/pandas/pulls/45982
2022-02-14T12:01:50Z
2022-02-16T14:52:00Z
2022-02-16T14:51:59Z
2022-02-16T14:52:15Z
Backport PR #45950 on branch 1.4.x (CI: Set max job limit for test runs)
diff --git a/ci/azure/posix.yml b/ci/azure/posix.yml index e4a0d982223be..6d33cd7e5f5d9 100644 --- a/ci/azure/posix.yml +++ b/ci/azure/posix.yml @@ -4,40 +4,22 @@ parameters: jobs: - job: ${{ parameters.name }} + timeoutInMinutes: 90 pool: vmImage: ${{ parameters.vmImage }} strategy: matrix: - ...
Backport PR #45950: CI: Set max job limit for test runs
https://api.github.com/repos/pandas-dev/pandas/pulls/45980
2022-02-14T10:20:38Z
2022-02-15T01:01:21Z
2022-02-15T01:01:21Z
2022-02-15T01:01:21Z
Manual Backport PR #45950 on branch 1.4.x (CI: Set max job limit for test runs)
diff --git a/ci/azure/posix.yml b/ci/azure/posix.yml index e4a0d982223be..6d33cd7e5f5d9 100644 --- a/ci/azure/posix.yml +++ b/ci/azure/posix.yml @@ -4,40 +4,22 @@ parameters: jobs: - job: ${{ parameters.name }} + timeoutInMinutes: 90 pool: vmImage: ${{ parameters.vmImage }} strategy: matrix: - ...
null
https://api.github.com/repos/pandas-dev/pandas/pulls/45977
2022-02-13T21:11:03Z
2022-02-14T17:41:04Z
null
2022-02-14T17:41:11Z
TST: Inline once used variables & parameterize
diff --git a/pandas/tests/apply/test_str.py b/pandas/tests/apply/test_str.py index 266423fea689d..554fd4174c7a4 100644 --- a/pandas/tests/apply/test_str.py +++ b/pandas/tests/apply/test_str.py @@ -45,12 +45,11 @@ def test_apply_with_string_funcs(request, float_frame, func, args, kwds, how): tm.assert_series_equal(...
- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit).
https://api.github.com/repos/pandas-dev/pandas/pulls/45976
2022-02-13T19:24:35Z
2022-02-14T04:55:01Z
2022-02-14T04:55:01Z
2022-02-14T04:55:05Z
TST: Use pytest idioms in test_libsparse
diff --git a/pandas/tests/arrays/sparse/test_libsparse.py b/pandas/tests/arrays/sparse/test_libsparse.py index 527ae3ce37d1e..35d58c29b1e03 100644 --- a/pandas/tests/arrays/sparse/test_libsparse.py +++ b/pandas/tests/arrays/sparse/test_libsparse.py @@ -16,183 +16,134 @@ TEST_LENGTH = 20 -plain_case = { - "xloc"...
- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit).
https://api.github.com/repos/pandas-dev/pandas/pulls/45975
2022-02-13T18:36:39Z
2022-02-14T17:32:51Z
2022-02-14T17:32:51Z
2022-02-14T17:32:55Z
Manual Backport PR #45946 on branch 1.4.x (CI: Debug min build timing out)
diff --git a/.github/workflows/datamanger.yml b/.github/workflows/datamanger.yml index 7e93696b3c317..63b7a88aa12c4 100644 --- a/.github/workflows/datamanger.yml +++ b/.github/workflows/datamanger.yml @@ -18,6 +18,7 @@ jobs: data_manager: name: Test experimental data manager runs-on: ubuntu-latest + tim...
Backport PR #45946
https://api.github.com/repos/pandas-dev/pandas/pulls/45974
2022-02-13T18:23:24Z
2022-02-13T20:50:15Z
2022-02-13T20:50:15Z
2022-03-07T01:37:43Z
ENH: pd.read_html argument to extract hrefs along with text from cells
diff --git a/doc/source/user_guide/io.rst b/doc/source/user_guide/io.rst index 3ad2263cc4b97..a5fb90d20ed37 100644 --- a/doc/source/user_guide/io.rst +++ b/doc/source/user_guide/io.rst @@ -2743,6 +2743,30 @@ succeeds, the function will return*. dfs = pd.read_html(url, "Metcalf Bank", index_col=0, flavor=["lxml", ...
- [x] closes #13141 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [x]...
https://api.github.com/repos/pandas-dev/pandas/pulls/45973
2022-02-13T17:59:35Z
2022-08-16T18:41:43Z
2022-08-16T18:41:43Z
2022-08-16T18:45:54Z
BUG: Convert <br> to space in `pd.read_html`
diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index 6cbee83247692..e4e46299d101b 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -497,6 +497,7 @@ I/O - Bug in :func:`read_csv` not respecting a specified converter to index columns in all cases (:issue:`...
- [x] closes #29528 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [x]...
https://api.github.com/repos/pandas-dev/pandas/pulls/45972
2022-02-13T17:11:05Z
2022-04-10T16:50:26Z
2022-04-10T16:50:25Z
2022-04-10T16:50:29Z
Skip converts na values to strings
diff --git a/pandas/core/dtypes/astype.py b/pandas/core/dtypes/astype.py index 1e78bf0cd33ae..7636cd9080107 100644 --- a/pandas/core/dtypes/astype.py +++ b/pandas/core/dtypes/astype.py @@ -224,7 +224,7 @@ def astype_array(values: ArrayLike, dtype: DtypeObj, copy: bool = False) -> Arra values = values.astype(dt...
- [✓] closes #44156 - [✓] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [✓] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ...
https://api.github.com/repos/pandas-dev/pandas/pulls/45971
2022-02-13T16:31:45Z
2022-02-15T12:25:39Z
null
2022-02-15T12:25:39Z
BUG: Series[dt64].__setitem__ with all-false mask incorrectly upcasting
diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index e73a4348eece1..d76c3fe665d2a 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -326,6 +326,7 @@ Indexing - Bug in :meth:`loc.__setitem__` treating ``range`` keys as positional instead of label-based (:i...
- [ ] closes #xxxx (Replace xxxx with the Github issue number) - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/con...
https://api.github.com/repos/pandas-dev/pandas/pulls/45967
2022-02-12T22:22:30Z
2022-02-17T16:06:46Z
2022-02-17T16:06:46Z
2022-02-17T16:30:05Z
Fix scatter norm keyword
diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index 44429b11856eb..1c809b2b77a6d 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -421,7 +421,7 @@ Plotting - Bug in :meth:`DataFrame.plot.box` that prevented labeling the x-axis (:issue:`45463`) - Bug in...
- [x] closes #45809 - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [x]...
https://api.github.com/repos/pandas-dev/pandas/pulls/45966
2022-02-12T21:56:18Z
2022-03-06T00:54:26Z
2022-03-06T00:54:25Z
2022-03-06T03:49:20Z
Bug fix - Astype Timedelta64[ns] fails when np.nan is included
diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index 7e470a51858ce..a4bf1e484754a 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -284,7 +284,7 @@ Datetimelike Timedelta ^^^^^^^^^ -- +- Bug in :func:`astype_nansafe` astype("timedelta64[ns]") fails wh...
- [x] closes #45798 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [x]...
https://api.github.com/repos/pandas-dev/pandas/pulls/45965
2022-02-12T16:21:23Z
2022-02-27T20:17:54Z
2022-02-27T20:17:54Z
2022-02-27T22:27:14Z
Backport PR #45938 on branch 1.4.x (DOC: Start v1.4.2 release notes)
diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index a3214834fb764..0f546d04ea0e7 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -16,6 +16,7 @@ Version 1.4 .. toctree:: :maxdepth: 2 + v1.4.2 v1.4.1 v1.4.0 diff --git a/doc/source/whatsnew/...
Backport PR #45938: DOC: Start v1.4.2 release notes
https://api.github.com/repos/pandas-dev/pandas/pulls/45960
2022-02-12T10:18:45Z
2022-02-13T10:18:56Z
2022-02-13T10:18:56Z
2022-02-13T10:18:57Z
REF: avoid special-casing in SelectN
diff --git a/pandas/core/algorithms.py b/pandas/core/algorithms.py index a1415d5989e2e..8c10b62d83f9e 100644 --- a/pandas/core/algorithms.py +++ b/pandas/core/algorithms.py @@ -64,6 +64,7 @@ ) from pandas.core.dtypes.concat import concat_compat from pandas.core.dtypes.dtypes import ( + BaseMaskedDtype, Exten...
- [ ] closes #xxxx (Replace xxxx with the Github issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/con...
https://api.github.com/repos/pandas-dev/pandas/pulls/45956
2022-02-12T04:50:49Z
2022-02-15T00:57:13Z
2022-02-15T00:57:13Z
2022-02-15T02:29:02Z
BUG: Fix implementation of temp_setattr
diff --git a/pandas/core/common.py b/pandas/core/common.py index cd3e76ec0079d..94fb09ddc79b3 100644 --- a/pandas/core/common.py +++ b/pandas/core/common.py @@ -545,8 +545,10 @@ def temp_setattr(obj, attr: str, value) -> Iterator[None]: """ old_value = getattr(obj, attr) setattr(obj, attr, value) - yi...
- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). Doesn't fix any user-fac...
https://api.github.com/repos/pandas-dev/pandas/pulls/45954
2022-02-12T04:01:04Z
2022-02-16T13:27:30Z
2022-02-16T13:27:30Z
2022-02-16T13:28:29Z
BUG: Fix some cases of groupby(...).transform with dropna=True
diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index 7e470a51858ce..92193d167dd87 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -57,6 +57,39 @@ Styler - Fixed bug in :class:`CSSToExcelConverter` leading to ``TypeError`` when border color provided wi...
Part of #17093 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [x] Ad...
https://api.github.com/repos/pandas-dev/pandas/pulls/45953
2022-02-12T03:27:24Z
2022-02-27T20:19:46Z
2022-02-27T20:19:46Z
2022-02-27T20:24:28Z
REF: share MaskedArray methods
diff --git a/pandas/core/arrays/boolean.py b/pandas/core/arrays/boolean.py index b1a9ae8e8481d..10cb7683e57d4 100644 --- a/pandas/core/arrays/boolean.py +++ b/pandas/core/arrays/boolean.py @@ -381,6 +381,3 @@ def _logical_method(self, other, op): # error: Argument 2 to "BooleanArray" has incompatible type "Opt...
- [ ] closes #xxxx (Replace xxxx with the Github issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/con...
https://api.github.com/repos/pandas-dev/pandas/pulls/45951
2022-02-12T02:01:00Z
2022-02-15T00:56:45Z
2022-02-15T00:56:44Z
2022-02-15T02:30:15Z
CI: Set max job limit for test runs
diff --git a/ci/azure/posix.yml b/ci/azure/posix.yml index e4a0d982223be..6d33cd7e5f5d9 100644 --- a/ci/azure/posix.yml +++ b/ci/azure/posix.yml @@ -4,40 +4,22 @@ parameters: jobs: - job: ${{ parameters.name }} + timeoutInMinutes: 90 pool: vmImage: ${{ parameters.vmImage }} strategy: matrix: - ...
xref https://github.com/pandas-dev/pandas/pull/45946 If a test run goes beyond 1.5/2 hours, I think it's safe to assume that the test run had an issue. (Since GHA will run for 6 hours, better to short circuit at 2 hours)
https://api.github.com/repos/pandas-dev/pandas/pulls/45950
2022-02-12T01:23:36Z
2022-02-13T20:25:53Z
2022-02-13T20:25:53Z
2022-02-14T17:40:51Z
TST: Check network URL statuses in tests
diff --git a/pandas/_testing/_io.py b/pandas/_testing/_io.py index f4654582277df..4c7e669f94734 100644 --- a/pandas/_testing/_io.py +++ b/pandas/_testing/_io.py @@ -3,6 +3,7 @@ import bz2 from functools import wraps import gzip +import socket from typing import ( TYPE_CHECKING, Any, @@ -73,7 +74,13 @@ def...
This run failed because a test that hit a url was able to download content but the page displayed a 404 page https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=73924&view=logs&jobId=054c7612-f473-5cf0-0a65-77b54574553a&j=054c7612-f473-5cf0-0a65-77b54574553a&t=7218990d-7c28-52cc-5797-2fee2b0645b4 Check...
https://api.github.com/repos/pandas-dev/pandas/pulls/45949
2022-02-12T00:51:22Z
2022-02-15T00:58:51Z
2022-02-15T00:58:51Z
2022-02-15T01:21:20Z
Test case multiplying large series by NA
diff --git a/pandas/tests/arrays/integer/test_arithmetic.py b/pandas/tests/arrays/integer/test_arithmetic.py index d14a6d089ecd6..dc5071e7585a9 100644 --- a/pandas/tests/arrays/integer/test_arithmetic.py +++ b/pandas/tests/arrays/integer/test_arithmetic.py @@ -314,3 +314,12 @@ def test_unary_int_operators(any_signed_in...
- [ ✔] closes #33701 - [✔] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [✔] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [X...
https://api.github.com/repos/pandas-dev/pandas/pulls/45948
2022-02-11T21:34:37Z
2022-02-22T05:13:01Z
2022-02-22T05:13:01Z
2022-02-22T05:13:15Z
DEPR: warn parameter in infer_freq
diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index 713863204f1a5..7d6cb8b431f89 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -240,7 +240,7 @@ Other Deprecations - Deprecated :meth:`Series.is_monotonic` and :meth:`Index.is_monotonic` in favor of :me...
- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [x] Added an entry in th...
https://api.github.com/repos/pandas-dev/pandas/pulls/45947
2022-02-11T20:12:50Z
2022-02-12T18:33:19Z
2022-02-12T18:33:19Z
2022-02-12T18:33:30Z
CI: Debug min build timing out
diff --git a/.github/workflows/datamanger.yml b/.github/workflows/datamanger.yml index 368c770ad5f14..d355bdec82443 100644 --- a/.github/workflows/datamanger.yml +++ b/.github/workflows/datamanger.yml @@ -20,6 +20,7 @@ jobs: data_manager: name: Test experimental data manager runs-on: ubuntu-latest + tim...
I've gathered that it's due to some S3 test and that now is the time to enforce running non-single tests with xdist and `-n auto`. Will follow up with one single build after: https://github.com/pandas-dev/pandas/issues/44584
https://api.github.com/repos/pandas-dev/pandas/pulls/45946
2022-02-11T19:43:38Z
2022-02-13T18:10:01Z
2022-02-13T18:10:01Z
2022-02-14T10:07:06Z
ENH: exclude html table border w/False value
diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index 8acf0ab3b7761..902279f44299e 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -566,6 +566,8 @@ I/O - Bug in Parquet roundtrip for Interval dtype with ``datetime64[ns]`` subtype (:issue:`45881`) - Bug ...
Per the HTML5 spec, border attributes on table elements are obsolete. Borders should be implemented via CSS instead. https://html.spec.whatwg.org/multipage/obsolete.html#attr-table-border This enhancement will retain the default behavior of the border keyword of to_html, but will exclude the attribute entirely upon...
https://api.github.com/repos/pandas-dev/pandas/pulls/45943
2022-02-11T16:27:10Z
2022-04-17T17:03:06Z
2022-04-17T17:03:05Z
2022-04-17T17:24:18Z
Backport PR #45587 on branch 1.4.x (DOC: append deprecation)
diff --git a/doc/source/whatsnew/v1.4.0.rst b/doc/source/whatsnew/v1.4.0.rst index 47a087d38d146..7340f2475e1f6 100644 --- a/doc/source/whatsnew/v1.4.0.rst +++ b/doc/source/whatsnew/v1.4.0.rst @@ -637,11 +637,11 @@ will continue to return :class:`Int64Index`, :class:`UInt64Index` and .. _whatsnew_140.deprecations.fr...
Backport PR #45587: DOC: append deprecation
https://api.github.com/repos/pandas-dev/pandas/pulls/45942
2022-02-11T14:31:16Z
2022-02-11T17:00:09Z
2022-02-11T17:00:09Z
2022-02-11T17:00:09Z
Backport PR #45936 on branch 1.4.x (DOC: 1.4.1 release date)
diff --git a/doc/source/whatsnew/v1.4.1.rst b/doc/source/whatsnew/v1.4.1.rst index 19d8a2a9302d7..e941efd6dceec 100644 --- a/doc/source/whatsnew/v1.4.1.rst +++ b/doc/source/whatsnew/v1.4.1.rst @@ -1,6 +1,6 @@ .. _whatsnew_141: -What's new in 1.4.1 (February ??, 2022) +What's new in 1.4.1 (February 12, 2022) -------...
Backport PR #45936: DOC: 1.4.1 release date
https://api.github.com/repos/pandas-dev/pandas/pulls/45941
2022-02-11T12:30:59Z
2022-02-11T14:32:27Z
2022-02-11T14:32:27Z
2022-02-11T14:32:27Z
DOC: minor tidy of 1.5 release notes
diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index 10802850714df..713863204f1a5 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -37,8 +37,8 @@ Other enhancements - :meth:`to_numeric` now preserves float64 arrays when downcasting would generate values ...
null
https://api.github.com/repos/pandas-dev/pandas/pulls/45940
2022-02-11T10:42:19Z
2022-02-11T14:01:09Z
2022-02-11T14:01:09Z
2022-02-11T14:11:45Z
Backport PR #45925 on branch 1.4.x (BUG: rolling(axis=1).apply() raising ValueError)
diff --git a/doc/source/whatsnew/v1.4.1.rst b/doc/source/whatsnew/v1.4.1.rst index 19d8a2a9302d7..4536c06eb0867 100644 --- a/doc/source/whatsnew/v1.4.1.rst +++ b/doc/source/whatsnew/v1.4.1.rst @@ -36,6 +36,7 @@ Bug fixes - Stopped emitting unnecessary ``FutureWarning`` in :meth:`DataFrame.sort_values` with sparse colu...
Backport PR #45925: BUG: rolling(axis=1).apply() raising ValueError
https://api.github.com/repos/pandas-dev/pandas/pulls/45939
2022-02-11T10:12:24Z
2022-02-11T13:34:15Z
2022-02-11T13:34:15Z
2022-02-11T13:34:16Z
DOC: Start v1.4.2 release notes
diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index cb38166fcbc70..7ea81611ede27 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -24,6 +24,7 @@ Version 1.4 .. toctree:: :maxdepth: 2 + v1.4.2 v1.4.1 v1.4.0 diff --git a/doc/source/whatsnew/...
~~this fails until 1.4.1 tag exists.~~
https://api.github.com/repos/pandas-dev/pandas/pulls/45938
2022-02-11T10:08:47Z
2022-02-12T10:17:59Z
2022-02-12T10:17:59Z
2022-02-12T10:18:03Z
DO NOT MERGE: Testing if benchmarks build is slow with latest asv
diff --git a/environment.yml b/environment.yml index 2c6a6c95569d6..6144c7de84a6d 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,7 @@ dependencies: - pytz # benchmarks - - asv < 0.5.0 # 2022-02-08: v0.5.0 > leads to ASV checks running > 3 hours on CI + - asv # building # The compiler p...
xref https://github.com/airspeed-velocity/asv/issues/1026 #44450 We pinned asv in #45886 since the benchmarks build took a very long time to complete after the release. Testing here if this is consistent, and can be reproduced, or if it was something that happened just once. CC: @LucyJimenez
https://api.github.com/repos/pandas-dev/pandas/pulls/45937
2022-02-11T10:08:08Z
2022-02-16T13:22:29Z
null
2022-02-16T13:22:29Z
DOC: 1.4.1 release date
diff --git a/doc/source/whatsnew/v1.4.1.rst b/doc/source/whatsnew/v1.4.1.rst index 19d8a2a9302d7..e941efd6dceec 100644 --- a/doc/source/whatsnew/v1.4.1.rst +++ b/doc/source/whatsnew/v1.4.1.rst @@ -1,6 +1,6 @@ .. _whatsnew_141: -What's new in 1.4.1 (February ??, 2022) +What's new in 1.4.1 (February 12, 2022) -------...
null
https://api.github.com/repos/pandas-dev/pandas/pulls/45936
2022-02-11T09:59:21Z
2022-02-11T12:30:48Z
2022-02-11T12:30:48Z
2022-02-11T12:30:53Z
PERF: MultiIndex.get_locs
diff --git a/asv_bench/benchmarks/multiindex_object.py b/asv_bench/benchmarks/multiindex_object.py index 94b2ff4ae4bad..a498c6b2e4944 100644 --- a/asv_bench/benchmarks/multiindex_object.py +++ b/asv_bench/benchmarks/multiindex_object.py @@ -47,6 +47,29 @@ def time_small_get_loc_warm(self): self.mi_small.ge...
- [x] closes #45681 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [x]...
https://api.github.com/repos/pandas-dev/pandas/pulls/45931
2022-02-11T01:21:13Z
2022-02-17T16:02:12Z
2022-02-17T16:02:12Z
2022-03-02T01:13:17Z
Backport PR #45920 on branch 1.4.x (DOC: fix URLs, formatting and typos)
diff --git a/pandas/core/generic.py b/pandas/core/generic.py index cca8ed9789518..fee048a7d98cc 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -11440,7 +11440,7 @@ def _find_valid_index(self, *, how: str) -> Hashable | None: @doc(position="first", klass=_shared_doc_kwargs["klass"]) def fi...
Backport PR #45920: DOC: fix URLs, formatting and typos
https://api.github.com/repos/pandas-dev/pandas/pulls/45930
2022-02-11T00:55:13Z
2022-02-11T09:36:10Z
2022-02-11T09:36:10Z
2022-02-11T09:36:11Z
DOC: How to use storage_option param here to integrate with GCP bucket?
diff --git a/pandas/core/shared_docs.py b/pandas/core/shared_docs.py index 35ee1c7a4ddbb..0d7b9466a37f0 100644 --- a/pandas/core/shared_docs.py +++ b/pandas/core/shared_docs.py @@ -400,9 +400,12 @@ ] = """storage_options : dict, optional Extra options that make sense for a particular storage connection, e.g. ...
- [x] closes #42066 - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ...
https://api.github.com/repos/pandas-dev/pandas/pulls/45928
2022-02-10T21:20:07Z
2022-02-15T17:54:34Z
2022-02-15T17:54:33Z
2022-02-15T17:54:34Z
Backport PR #45923 on branch 1.4.x (DOC: add Python 3.10 to doc)
diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index df9c258f4aa6d..8fe0fd1f78e61 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -20,7 +20,7 @@ Instructions for installing from source, Python version support -----------...
Backport PR #45923: DOC: add Python 3.10 to doc
https://api.github.com/repos/pandas-dev/pandas/pulls/45927
2022-02-10T21:19:46Z
2022-02-11T00:48:41Z
2022-02-11T00:48:41Z
2022-02-11T00:48:41Z
BUG: Concatenating categorical datetime columns raises a ValueError since v1.2
diff --git a/pandas/tests/reshape/concat/test_categorical.py b/pandas/tests/reshape/concat/test_categorical.py index 5bafd2e8e8503..8c64d5e7b999f 100644 --- a/pandas/tests/reshape/concat/test_categorical.py +++ b/pandas/tests/reshape/concat/test_categorical.py @@ -1,5 +1,5 @@ import numpy as np - +from datetime import...
- [x] closes #39443 - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ]...
https://api.github.com/repos/pandas-dev/pandas/pulls/45926
2022-02-10T20:59:40Z
2022-05-07T02:54:49Z
null
2022-07-07T00:50:55Z
BUG: rolling(axis=1).apply() raising ValueError
diff --git a/doc/source/whatsnew/v1.4.1.rst b/doc/source/whatsnew/v1.4.1.rst index 19d8a2a9302d7..4536c06eb0867 100644 --- a/doc/source/whatsnew/v1.4.1.rst +++ b/doc/source/whatsnew/v1.4.1.rst @@ -36,6 +36,7 @@ Bug fixes - Stopped emitting unnecessary ``FutureWarning`` in :meth:`DataFrame.sort_values` with sparse colu...
- [x] closes #45912 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [x]...
https://api.github.com/repos/pandas-dev/pandas/pulls/45925
2022-02-10T19:36:15Z
2022-02-11T10:12:13Z
2022-02-11T10:12:13Z
2022-02-11T18:34:52Z
Backport PR #45633 on branch 1.4.x (DOC: Fix typo in nth docstring)
diff --git a/pandas/core/groupby/groupby.py b/pandas/core/groupby/groupby.py index e4c5541468629..e55149c36c096 100644 --- a/pandas/core/groupby/groupby.py +++ b/pandas/core/groupby/groupby.py @@ -2643,7 +2643,7 @@ def nth( A single nth value for the row or a list of nth values or slices. .....
Backport PR #45633: DOC: Fix typo in nth docstring
https://api.github.com/repos/pandas-dev/pandas/pulls/45924
2022-02-10T19:26:45Z
2022-02-11T02:00:39Z
2022-02-11T02:00:39Z
2022-02-11T02:00:40Z
DOC: add Python 3.10 to doc
diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index df9c258f4aa6d..8fe0fd1f78e61 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -20,7 +20,7 @@ Instructions for installing from source, Python version support -----------...
- [x] closes #45921 - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ...
https://api.github.com/repos/pandas-dev/pandas/pulls/45923
2022-02-10T19:10:09Z
2022-02-10T21:19:37Z
2022-02-10T21:19:37Z
2022-03-27T23:29:10Z
Backport PR #45853 on branch 1.4.x (Fixing documentation format in read_csv)
diff --git a/pandas/io/parsers/readers.py b/pandas/io/parsers/readers.py index ef693fcbd3720..577c38deb4ed4 100644 --- a/pandas/io/parsers/readers.py +++ b/pandas/io/parsers/readers.py @@ -374,7 +374,7 @@ - callable, function with signature ``(bad_line: list[str]) -> list[str] | None`` that will pro...
Backport PR #45853: Fixing documentation format in read_csv
https://api.github.com/repos/pandas-dev/pandas/pulls/45922
2022-02-10T18:51:57Z
2022-02-11T02:00:30Z
2022-02-11T02:00:30Z
2022-02-11T02:00:30Z
DOC: fix URLs, formatting and typos
diff --git a/pandas/core/generic.py b/pandas/core/generic.py index fcc7e915e2b57..b329f4fb00ccc 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -11443,7 +11443,7 @@ def _find_valid_index(self, *, how: str) -> Hashable | None: @doc(position="first", klass=_shared_doc_kwargs["klass"]) def fi...
"## Development tools" is not formatted correctly here: https://pandas.pydata.org/community/ecosystem.html ![Screenshot 2022-02-10 10 22 42](https://user-images.githubusercontent.com/23830955/153439086-c356f348-0e12-4888-9f46-a8729eab8bc7.png)
https://api.github.com/repos/pandas-dev/pandas/pulls/45920
2022-02-10T15:25:12Z
2022-02-11T00:55:01Z
2022-02-11T00:55:01Z
2022-02-11T02:37:35Z
Backport PR #45910 on branch 1.4.x (TST/CI: Set hypothesis deadline to None to avoid flaky failures)
diff --git a/pandas/conftest.py b/pandas/conftest.py index 3803a10e33fae..958df72b3f607 100644 --- a/pandas/conftest.py +++ b/pandas/conftest.py @@ -155,7 +155,9 @@ def pytest_collection_modifyitems(items, config): # is too short for a specific test, (a) try to make it faster, and (b) # if it really is slow a...
Backport PR #45910: TST/CI: Set hypothesis deadline to None to avoid flaky failures
https://api.github.com/repos/pandas-dev/pandas/pulls/45919
2022-02-10T14:17:38Z
2022-02-11T00:19:29Z
2022-02-11T00:19:29Z
2022-02-11T00:19:29Z
Backport PR #45909 on branch 1.4.x (BUG: DateOffset(n) not defaulting to days)
diff --git a/doc/source/whatsnew/v1.4.1.rst b/doc/source/whatsnew/v1.4.1.rst index 1acfbe0794b26..19d8a2a9302d7 100644 --- a/doc/source/whatsnew/v1.4.1.rst +++ b/doc/source/whatsnew/v1.4.1.rst @@ -24,7 +24,7 @@ Fixed regressions - Regression in :meth:`~Index.join` with overlapping :class:`IntervalIndex` raising an ``I...
Backport PR #45909: BUG: DateOffset(n) not defaulting to days
https://api.github.com/repos/pandas-dev/pandas/pulls/45918
2022-02-10T14:17:19Z
2022-02-11T00:19:15Z
2022-02-11T00:19:15Z
2022-02-11T00:19:16Z
fix URL redirect
diff --git a/web/pandas/about/index.md b/web/pandas/about/index.md index 02caaa3b8c53c..4c809a148b328 100644 --- a/web/pandas/about/index.md +++ b/web/pandas/about/index.md @@ -54,7 +54,7 @@ This will help ensure the success of development of _pandas_ as a world-class op series without losing data; - Highly **opt...
http://www.cython.org/ -> https://cython.org - [ ] closes #xxxx (Replace xxxx with the Github issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://p...
https://api.github.com/repos/pandas-dev/pandas/pulls/45917
2022-02-10T14:05:16Z
2022-02-10T19:53:46Z
null
2022-07-15T23:39:10Z
DOC: fix incorrect documentation
diff --git a/pandas/core/generic.py b/pandas/core/generic.py index fcc7e915e2b57..b329f4fb00ccc 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -11443,7 +11443,7 @@ def _find_valid_index(self, *, how: str) -> Hashable | None: @doc(position="first", klass=_shared_doc_kwargs["klass"]) def fi...
first_valid_index() returns None if no non-NA values are found. - [ ] closes #xxxx (Replace xxxx with the Github issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code check...
https://api.github.com/repos/pandas-dev/pandas/pulls/45915
2022-02-10T13:34:56Z
2022-02-10T19:52:11Z
null
2022-07-15T23:39:12Z
DOC: fix a typo
diff --git a/pandas/plotting/_core.py b/pandas/plotting/_core.py index 5ad3e404b94a9..216ccddcf05cb 100644 --- a/pandas/plotting/_core.py +++ b/pandas/plotting/_core.py @@ -1371,7 +1371,7 @@ def kde(self, bw_method=None, ind=None, **kwargs): `ind` number of equally spaced points are used. **kwargs...
all other plotting functions refer to :meth:`DataFrame.plot`. for **kwargs - [ ] closes #xxxx (Replace xxxx with the Github issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All ...
https://api.github.com/repos/pandas-dev/pandas/pulls/45913
2022-02-10T04:28:22Z
2022-02-10T19:48:58Z
null
2022-07-15T23:39:14Z
REF: dispatch Block.fillna to putmask/where
diff --git a/pandas/core/internals/blocks.py b/pandas/core/internals/blocks.py index 5eb59f2eb9a67..6cae99fbc656e 100644 --- a/pandas/core/internals/blocks.py +++ b/pandas/core/internals/blocks.py @@ -1019,7 +1019,7 @@ def putmask(self, mask, new) -> list[Block]: res_blocks.extend(rbs) ...
- [ ] closes #xxxx (Replace xxxx with the Github issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/con...
https://api.github.com/repos/pandas-dev/pandas/pulls/45911
2022-02-10T00:55:37Z
2022-02-11T02:01:53Z
2022-02-11T02:01:53Z
2022-02-13T18:25:04Z
TST/CI: Set hypothesis deadline to None to avoid flaky failures
diff --git a/pandas/conftest.py b/pandas/conftest.py index 54f49bb9f7fd6..d1669d530abb7 100644 --- a/pandas/conftest.py +++ b/pandas/conftest.py @@ -155,7 +155,9 @@ def pytest_collection_modifyitems(items, config): # is too short for a specific test, (a) try to make it faster, and (b) # if it really is slow a...
- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). Avoid these flaky hypoth...
https://api.github.com/repos/pandas-dev/pandas/pulls/45910
2022-02-09T23:57:32Z
2022-02-10T14:17:24Z
2022-02-10T14:17:24Z
2022-02-10T17:21:26Z
BUG: DateOffset(n) not defaulting to days
diff --git a/doc/source/whatsnew/v1.4.1.rst b/doc/source/whatsnew/v1.4.1.rst index 1acfbe0794b26..19d8a2a9302d7 100644 --- a/doc/source/whatsnew/v1.4.1.rst +++ b/doc/source/whatsnew/v1.4.1.rst @@ -24,7 +24,7 @@ Fixed regressions - Regression in :meth:`~Index.join` with overlapping :class:`IntervalIndex` raising an ``I...
- [x] closes #45890 (Replace xxxx with the Github issue number) - [x] closes #45643 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-do...
https://api.github.com/repos/pandas-dev/pandas/pulls/45909
2022-02-09T22:04:01Z
2022-02-10T14:16:37Z
2022-02-10T14:16:36Z
2022-02-10T17:21:17Z
DEPR: `null_color` since `color` used everywhere else
diff --git a/doc/source/user_guide/style.ipynb b/doc/source/user_guide/style.ipynb index 96589b74fcf6b..85c552a7d596f 100644 --- a/doc/source/user_guide/style.ipynb +++ b/doc/source/user_guide/style.ipynb @@ -1131,7 +1131,7 @@ "source": [ "df2.iloc[0,2] = np.nan\n", "df2.iloc[4,3] = np.nan\n", - "df2.l...
in all the builtin highlighters `color` is used. makes this more consistent.
https://api.github.com/repos/pandas-dev/pandas/pulls/45907
2022-02-09T20:00:43Z
2022-03-03T00:17:33Z
2022-03-03T00:17:33Z
2022-03-06T07:21:47Z
TST: Use more pytest idioms in test_reductions, test_generic
diff --git a/pandas/tests/frame/test_reductions.py b/pandas/tests/frame/test_reductions.py index daf70ccefc4ed..c727a02cb5061 100644 --- a/pandas/tests/frame/test_reductions.py +++ b/pandas/tests/frame/test_reductions.py @@ -141,155 +141,57 @@ def wrapper(x): tm.assert_series_equal(r1, expected) -def a...
- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit).
https://api.github.com/repos/pandas-dev/pandas/pulls/45906
2022-02-09T19:23:17Z
2022-02-11T01:01:32Z
2022-02-11T01:01:32Z
2022-02-11T01:01:36Z
TYP: Update type results for Groupby.count() and Groupby.size()
diff --git a/pandas/core/groupby/generic.py b/pandas/core/groupby/generic.py index aef82392590d3..0811adbeeeda0 100644 --- a/pandas/core/groupby/generic.py +++ b/pandas/core/groupby/generic.py @@ -240,7 +240,7 @@ def _iterate_slices(self) -> Iterable[Series]: input="series", examples=_apply_docs["series_ex...
- [x] closes #45875 - [ ] [Tests added and passed] - None - it is a typing issue - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ] Added an entry in the latest `doc/source/whatsnew/vX.X.X.rst` file if fixing a bug or adding a new featur...
https://api.github.com/repos/pandas-dev/pandas/pulls/45904
2022-02-09T18:08:04Z
2022-03-07T23:50:16Z
2022-03-07T23:50:16Z
2023-02-13T20:58:09Z
Use Mamba in Azure CI
diff --git a/ci/azure/posix.yml b/ci/azure/posix.yml index 6d33cd7e5f5d9..b599cfa40e89d 100644 --- a/ci/azure/posix.yml +++ b/ci/azure/posix.yml @@ -25,15 +25,20 @@ jobs: - script: echo '##vso[task.prependpath]$(HOME)/miniconda3/bin' displayName: 'Set conda path' + - script: rm /usr/local/miniconda/pkg...
Use Mamba in Azure CI to save ~10 minutes of setup time. - [ ] closes #xxxx (Replace xxxx with the Github issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passe...
https://api.github.com/repos/pandas-dev/pandas/pulls/45902
2022-02-09T16:53:07Z
2022-02-26T00:55:52Z
2022-02-26T00:55:51Z
2022-02-26T00:56:28Z
Backport PR #45893 on branch 1.4.x (DOC: 1.4.1 release notes (__setitem__/__getitem__ special methods are not a valid links/ref))
diff --git a/doc/source/whatsnew/v1.4.1.rst b/doc/source/whatsnew/v1.4.1.rst index db6d6650d690b..1acfbe0794b26 100644 --- a/doc/source/whatsnew/v1.4.1.rst +++ b/doc/source/whatsnew/v1.4.1.rst @@ -16,13 +16,13 @@ Fixed regressions ~~~~~~~~~~~~~~~~~ - Regression in :meth:`Series.mask` with ``inplace=True`` and ``Perio...
Backport PR #45893: DOC: 1.4.1 release notes (__setitem__/__getitem__ special methods are not a valid links/ref)
https://api.github.com/repos/pandas-dev/pandas/pulls/45901
2022-02-09T16:41:43Z
2022-02-09T18:05:14Z
2022-02-09T18:05:14Z
2022-02-09T18:05:14Z
Testcase Subtracting two series with unordered index and all-nan index produces unexpected result
diff --git a/pandas/tests/indexing/multiindex/test_multiindex.py b/pandas/tests/indexing/multiindex/test_multiindex.py index 9fa873a212cbd..b88c411636610 100644 --- a/pandas/tests/indexing/multiindex/test_multiindex.py +++ b/pandas/tests/indexing/multiindex/test_multiindex.py @@ -1,4 +1,5 @@ import numpy as np +import...
- [x] closes #38439 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ]...
https://api.github.com/repos/pandas-dev/pandas/pulls/45900
2022-02-09T15:23:28Z
2022-02-12T18:29:56Z
2022-02-12T18:29:55Z
2022-02-14T14:29:20Z
TST: Test change axis in boxplot
diff --git a/pandas/tests/plotting/test_boxplot_method.py b/pandas/tests/plotting/test_boxplot_method.py index d2a7d0fdb0cc2..0094c4a502bad 100644 --- a/pandas/tests/plotting/test_boxplot_method.py +++ b/pandas/tests/plotting/test_boxplot_method.py @@ -29,6 +29,27 @@ @td.skip_if_no_mpl class TestDataFramePlots(Test...
- [X] closes #2980 - [X] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [X] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit).
https://api.github.com/repos/pandas-dev/pandas/pulls/45899
2022-02-09T14:32:37Z
2022-02-10T00:07:18Z
2022-02-10T00:07:18Z
2022-02-10T15:11:52Z
BUG: Error reporting str.startswith and str.endswith
diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index ea5258cf1537d..ac1565d1e11c3 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -304,7 +304,7 @@ Conversion Strings ^^^^^^^ -- +- Bug in :meth:`str.startswith` and :meth:`str.endswith` when using othe...
- [X] closes #3485 - [X] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [X] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [X] ...
https://api.github.com/repos/pandas-dev/pandas/pulls/45897
2022-02-09T13:40:36Z
2022-02-14T23:23:08Z
2022-02-14T23:23:08Z
2022-02-14T23:40:08Z
DOC: Imbalanced backticks.
diff --git a/pandas/core/common.py b/pandas/core/common.py index e3989238be849..cd3e76ec0079d 100644 --- a/pandas/core/common.py +++ b/pandas/core/common.py @@ -475,7 +475,7 @@ def pipe( func : callable or tuple of (callable, str) Function to apply to this object or, alternatively, a ``(callable,...
Screw up some RST parsers. <!-- - [ ] closes #xxxx (Replace xxxx with the Github issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata...
https://api.github.com/repos/pandas-dev/pandas/pulls/45896
2022-02-09T12:38:09Z
2022-02-09T23:58:43Z
2022-02-09T23:58:43Z
2022-02-09T23:58:51Z
Backport PR #45785 on branch 1.4.x (Regression: Loc raising when indexing mi with one level)
diff --git a/doc/source/whatsnew/v1.4.1.rst b/doc/source/whatsnew/v1.4.1.rst index 78ec03b59c4fc..db6d6650d690b 100644 --- a/doc/source/whatsnew/v1.4.1.rst +++ b/doc/source/whatsnew/v1.4.1.rst @@ -16,6 +16,7 @@ Fixed regressions ~~~~~~~~~~~~~~~~~ - Regression in :meth:`Series.mask` with ``inplace=True`` and ``PeriodD...
Backport PR #45785
https://api.github.com/repos/pandas-dev/pandas/pulls/45895
2022-02-09T12:00:33Z
2022-02-09T16:39:57Z
2022-02-09T16:39:57Z
2022-02-09T16:40:01Z
DOC: 1.4.1 release notes (__setitem__/__getitem__ special methods are not a valid links/ref)
diff --git a/doc/source/whatsnew/v1.4.1.rst b/doc/source/whatsnew/v1.4.1.rst index db6d6650d690b..1acfbe0794b26 100644 --- a/doc/source/whatsnew/v1.4.1.rst +++ b/doc/source/whatsnew/v1.4.1.rst @@ -16,13 +16,13 @@ Fixed regressions ~~~~~~~~~~~~~~~~~ - Regression in :meth:`Series.mask` with ``inplace=True`` and ``Perio...
null
https://api.github.com/repos/pandas-dev/pandas/pulls/45893
2022-02-09T10:50:11Z
2022-02-09T16:41:07Z
2022-02-09T16:41:07Z
2022-02-09T16:41:51Z
Backport PR #45886 on branch 1.4.x (CI: Debug ASV timeout)
diff --git a/environment.yml b/environment.yml index d49192a7fb165..ff02ca2243d51 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,7 @@ dependencies: - pytz # benchmarks - - asv + - asv < 0.5.0 # 2022-02-08: v0.5.0 > leads to ASV checks running > 3 hours on CI # building # The compiler p...
Backport PR #45886: CI: Debug ASV timeout
https://api.github.com/repos/pandas-dev/pandas/pulls/45891
2022-02-09T09:50:21Z
2022-02-09T11:21:04Z
2022-02-09T11:21:04Z
2022-02-09T11:21:04Z
fix broken Docker image build
diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index 8a74ae14404b3..58bef05940af1 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -156,3 +156,27 @@ jobs: name: Benchmarks log path: asv_bench/benchmarks.log if: failure...
- [X] closes #45807 This PR adds a missing flag to successfully build the pandas Docker image.
https://api.github.com/repos/pandas-dev/pandas/pulls/45889
2022-02-09T08:00:16Z
2022-02-17T23:21:42Z
2022-02-17T23:21:42Z
2022-03-30T20:07:44Z
TST: add test for DataFrame with duplicate indices concat
diff --git a/pandas/tests/reshape/concat/test_concat.py b/pandas/tests/reshape/concat/test_concat.py index cafb119f0c4ba..eb44b4889afb8 100644 --- a/pandas/tests/reshape/concat/test_concat.py +++ b/pandas/tests/reshape/concat/test_concat.py @@ -11,7 +11,10 @@ import numpy as np import pytest -from pandas.errors imp...
- [x] closes #36263 - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ]...
https://api.github.com/repos/pandas-dev/pandas/pulls/45888
2022-02-09T06:05:46Z
2022-02-11T19:32:45Z
2022-02-11T19:32:44Z
2022-02-11T19:32:58Z
Backport PR #45868 on branch 1.4.x (CI: Always run clipboard tests on GHA Linux)
diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 8080a81519d8f..b97ecff3e4cd6 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -25,15 +25,15 @@ jobs: strategy: matrix: settings: [ - [actions-38-downstream_compat.yaml, "not slow and n...
Backport PR #45868: CI: Always run clipboard tests on GHA Linux
https://api.github.com/repos/pandas-dev/pandas/pulls/45887
2022-02-09T03:10:39Z
2022-02-09T09:29:33Z
2022-02-09T09:29:33Z
2022-02-09T09:29:33Z
CI: Debug ASV timeout
diff --git a/environment.yml b/environment.yml index 66df6a4ac05e6..c6395cf7e3728 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,7 @@ dependencies: - pytz # benchmarks - - asv + - asv < 0.5.0 # 2022-02-08: v0.5.0 > leads to ASV checks running > 3 hours on CI # building # The compiler p...
Appears ASV runs in the CI take 3+ hours recently. Confirming that this isn't due to the latest ASV release. Note: Appears it may have been due to the new release so pinning in environment.yml
https://api.github.com/repos/pandas-dev/pandas/pulls/45886
2022-02-09T00:23:14Z
2022-02-09T09:49:10Z
2022-02-09T09:49:09Z
2022-02-09T17:45:30Z
Backport PR #45878 on branch 1.4.x (DOC: restore SciPy intersphinx)
diff --git a/doc/source/conf.py b/doc/source/conf.py index 0fd075cee3f64..184bdcfd39bf6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -446,7 +446,7 @@ "pandas-gbq": ("https://pandas-gbq.readthedocs.io/en/latest/", None), "py": ("https://pylib.readthedocs.io/en/latest/", None), "...
Backport PR #45878: DOC: restore SciPy intersphinx
https://api.github.com/repos/pandas-dev/pandas/pulls/45883
2022-02-08T20:05:08Z
2022-02-08T21:52:20Z
2022-02-08T21:52:20Z
2022-02-08T21:52:20Z
Backport PR #45877 on branch 1.4.x (DOC: follow-up #45616, move release note from bugfix to regression section)
diff --git a/doc/source/whatsnew/v1.4.1.rst b/doc/source/whatsnew/v1.4.1.rst index 32e801e5c9231..78ec03b59c4fc 100644 --- a/doc/source/whatsnew/v1.4.1.rst +++ b/doc/source/whatsnew/v1.4.1.rst @@ -17,6 +17,7 @@ Fixed regressions - Regression in :meth:`Series.mask` with ``inplace=True`` and ``PeriodDtype`` and an incom...
Backport PR #45877: DOC: follow-up #45616, move release note from bugfix to regression section
https://api.github.com/repos/pandas-dev/pandas/pulls/45882
2022-02-08T19:57:55Z
2022-02-08T20:59:11Z
2022-02-08T20:59:11Z
2022-02-08T20:59:12Z
DOC: examples for Styler.pipe
diff --git a/doc/source/_static/style/df_pipe_applydata.png b/doc/source/_static/style/df_pipe_applydata.png new file mode 100644 index 0000000000000..a2d5aa514e311 Binary files /dev/null and b/doc/source/_static/style/df_pipe_applydata.png differ diff --git a/doc/source/_static/style/df_pipe_applymap.png b/doc/source/...
Addresses a recent issue raised in #45686 ![Screen Shot 2022-02-08 at 19 18 03](https://user-images.githubusercontent.com/24256554/153050869-5e92947f-b548-43cc-bc4c-f3015c45dc7a.png) ![Screen Shot 2022-02-08 at 19 18 10](https://user-images.githubusercontent.com/24256554/153050880-8ac9bb91-854a-44b7-884b-76357c37...
https://api.github.com/repos/pandas-dev/pandas/pulls/45880
2022-02-08T18:21:05Z
2022-02-09T00:56:57Z
2022-02-09T00:56:57Z
2022-02-09T07:58:42Z
Backport PR #45872 on branch 1.4.x (CI/TST: add is_ci_environment to test_close_file_handle_on_invalid_usecols skip)
diff --git a/pandas/tests/io/parser/test_unsupported.py b/pandas/tests/io/parser/test_unsupported.py index 5052373879865..fad5c3d785e97 100644 --- a/pandas/tests/io/parser/test_unsupported.py +++ b/pandas/tests/io/parser/test_unsupported.py @@ -13,6 +13,7 @@ import pytest from pandas.compat import ( + is_ci_envi...
Backport PR #45872: CI/TST: add is_ci_environment to test_close_file_handle_on_invalid_usecols skip
https://api.github.com/repos/pandas-dev/pandas/pulls/45879
2022-02-08T17:30:00Z
2022-02-08T19:50:26Z
2022-02-08T19:50:26Z
2022-02-08T19:50:26Z
DOC: restore SciPy intersphinx
diff --git a/doc/source/conf.py b/doc/source/conf.py index 0fd075cee3f64..184bdcfd39bf6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -446,7 +446,7 @@ "pandas-gbq": ("https://pandas-gbq.readthedocs.io/en/latest/", None), "py": ("https://pylib.readthedocs.io/en/latest/", None), "...
See: https://github.com/scipy/scipy/issues/15545#issuecomment-1032825234 Sorry about that--needed some `.htaccess` fixups with our new docs theme.
https://api.github.com/repos/pandas-dev/pandas/pulls/45878
2022-02-08T17:11:23Z
2022-02-08T20:04:59Z
2022-02-08T20:04:59Z
2022-02-08T20:05:23Z
DOC: follow-up #45616, move release note from bugfix to regression section
diff --git a/doc/source/whatsnew/v1.4.1.rst b/doc/source/whatsnew/v1.4.1.rst index 32e801e5c9231..78ec03b59c4fc 100644 --- a/doc/source/whatsnew/v1.4.1.rst +++ b/doc/source/whatsnew/v1.4.1.rst @@ -17,6 +17,7 @@ Fixed regressions - Regression in :meth:`Series.mask` with ``inplace=True`` and ``PeriodDtype`` and an incom...
follow-up #45616
https://api.github.com/repos/pandas-dev/pandas/pulls/45877
2022-02-08T16:45:28Z
2022-02-08T19:57:44Z
2022-02-08T19:57:44Z
2022-02-08T19:57:48Z
Backport PR #45871 on branch 1.4.x (Pin scipy docs to 1.7.1 until 1.8 is available)
diff --git a/doc/source/conf.py b/doc/source/conf.py index e8cd85e3369f7..0fd075cee3f64 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -446,7 +446,7 @@ "pandas-gbq": ("https://pandas-gbq.readthedocs.io/en/latest/", None), "py": ("https://pylib.readthedocs.io/en/latest/", None), "...
Backport PR #45871: Pin scipy docs to 1.7.1 until 1.8 is available
https://api.github.com/repos/pandas-dev/pandas/pulls/45874
2022-02-08T12:49:11Z
2022-02-08T16:30:12Z
2022-02-08T16:30:12Z
2022-02-08T16:30:12Z
Backport PR #45453 on branch 1.4.x (REF: move np_can_hold_element to mgr method)
diff --git a/pandas/core/internals/base.py b/pandas/core/internals/base.py index 75ae0f62681aa..b365bf9e08b0e 100644 --- a/pandas/core/internals/base.py +++ b/pandas/core/internals/base.py @@ -187,7 +187,7 @@ def setitem_inplace(self, indexer, value) -> None: # dt64/td64, which do their own validation. ...
Backport PR #45453 #45744 includes a partial backport of #45453. xref https://github.com/pandas-dev/pandas/pull/45744#issuecomment-1032546988 This PR is for completeness or alternatively we could remove the parts of #45453 included in #45744 added in https://github.com/pandas-dev/pandas/pull/45744/commits/0464ea8...
https://api.github.com/repos/pandas-dev/pandas/pulls/45873
2022-02-08T12:36:43Z
2022-02-08T19:55:29Z
2022-02-08T19:55:29Z
2022-02-08T19:55:33Z
CI/TST: add is_ci_environment to test_close_file_handle_on_invalid_usecols skip
diff --git a/pandas/tests/io/parser/test_unsupported.py b/pandas/tests/io/parser/test_unsupported.py index bc8cb18ab0eaf..b28417c9a3625 100644 --- a/pandas/tests/io/parser/test_unsupported.py +++ b/pandas/tests/io/parser/test_unsupported.py @@ -13,6 +13,7 @@ import pytest from pandas.compat import ( + is_ci_envi...
follow-up to #45507 and #45771, xref https://github.com/pandas-dev/pandas/pull/45786#discussion_r798163348
https://api.github.com/repos/pandas-dev/pandas/pulls/45872
2022-02-08T11:16:47Z
2022-02-08T17:29:48Z
2022-02-08T17:29:48Z
2022-02-08T19:04:21Z
Pin scipy docs to 1.7.1 until 1.8 is available
diff --git a/doc/source/conf.py b/doc/source/conf.py index e8cd85e3369f7..0fd075cee3f64 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -446,7 +446,7 @@ "pandas-gbq": ("https://pandas-gbq.readthedocs.io/en/latest/", None), "py": ("https://pylib.readthedocs.io/en/latest/", None), "...
- [x] xref #45850 (Replace xxxx with the Github issue number)
https://api.github.com/repos/pandas-dev/pandas/pulls/45871
2022-02-08T08:38:44Z
2022-02-08T12:48:23Z
2022-02-08T12:48:23Z
2022-06-24T11:26:17Z
TST: add test Index.where infers dtype instead of converting string to float (#32413)
diff --git a/pandas/tests/indexes/numeric/test_indexing.py b/pandas/tests/indexes/numeric/test_indexing.py index 7081cbdfe6428..1c4cbd21a988e 100644 --- a/pandas/tests/indexes/numeric/test_indexing.py +++ b/pandas/tests/indexes/numeric/test_indexing.py @@ -424,6 +424,17 @@ def test_where_uint64(self): result =...
- [x] closes #32413 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ]...
https://api.github.com/repos/pandas-dev/pandas/pulls/45870
2022-02-08T07:55:21Z
2022-02-09T00:27:35Z
2022-02-09T00:27:35Z
2022-02-09T08:32:29Z
CI: Always run clipboard tests on GHA Linux
diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 8080a81519d8f..b97ecff3e4cd6 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -25,15 +25,15 @@ jobs: strategy: matrix: settings: [ - [actions-38-downstream_compat.yaml, "not slow and n...
- [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature
https://api.github.com/repos/pandas-dev/pandas/pulls/45868
2022-02-08T03:53:38Z
2022-02-09T03:09:07Z
2022-02-09T03:09:07Z
2022-02-09T04:39:19Z
CI: Align GHA and MacOS Azure dependencies
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d69936322b47e..93269475426eb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,6 @@ variables: PANDAS_CI: 1 jobs: -# Mac and Linux use the same template - template: ci/azure/posix.yml parameters: name: macOS diff --git a/c...
- [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature
https://api.github.com/repos/pandas-dev/pandas/pulls/45867
2022-02-07T21:44:03Z
2022-02-19T23:26:28Z
null
2022-02-19T23:26:31Z
TST: Clean test_pickle
diff --git a/pandas/tests/io/test_pickle.py b/pandas/tests/io/test_pickle.py index 4700e307f2407..56fc42aa0e2db 100644 --- a/pandas/tests/io/test_pickle.py +++ b/pandas/tests/io/test_pickle.py @@ -73,14 +73,13 @@ def current_pickle_data(): # --------------------- # comparison functions # --------------------- -def c...
- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit).
https://api.github.com/repos/pandas-dev/pandas/pulls/45866
2022-02-07T21:32:33Z
2022-02-07T23:38:06Z
2022-02-07T23:38:06Z
2022-02-07T23:42:21Z
ENH: port time.pxd from cython
diff --git a/pandas/_libs/tslibs/ctime.pyx b/pandas/_libs/tslibs/ctime.pyx new file mode 100644 index 0000000000000..f5c0546e5f5b6 --- /dev/null +++ b/pandas/_libs/tslibs/ctime.pyx @@ -0,0 +1,78 @@ +""" +Cython implementation of (parts of) the standard library time module. +""" + +from cpython.exc cimport PyErr_SetFrom...
Until cython3 is out, we port it here. This will allow a cython implementation of dateutil's tzlocal, which will [yak-shaving] for non-nano dt64/td64.
https://api.github.com/repos/pandas-dev/pandas/pulls/45864
2022-02-07T20:35:11Z
2022-02-15T05:29:02Z
2022-02-15T05:29:02Z
2022-02-15T06:13:29Z
TST: Parameterize tests
diff --git a/pandas/tests/arithmetic/test_timedelta64.py b/pandas/tests/arithmetic/test_timedelta64.py index 3bc38c3e38213..1878b8c08b9a2 100644 --- a/pandas/tests/arithmetic/test_timedelta64.py +++ b/pandas/tests/arithmetic/test_timedelta64.py @@ -538,6 +538,7 @@ def test_timedelta(self, freq): expected = ind...
- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit).
https://api.github.com/repos/pandas-dev/pandas/pulls/45862
2022-02-07T17:29:07Z
2022-02-07T23:35:54Z
2022-02-07T23:35:54Z
2022-02-07T23:37:34Z
Backport PR #45856 on branch 1.4.x (CI: Align GHA and Windows Azure dependencies)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9c04d10707a64..865c5709b724c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,6 +18,8 @@ pr: variables: PYTEST_WORKERS: auto PYTEST_TARGET: pandas + PATTERN: "not slow and not high_memory and not db and not network" + PANDAS_CI: 1 ...
Backport PR #45856: CI: Align GHA and Windows Azure dependencies
https://api.github.com/repos/pandas-dev/pandas/pulls/45861
2022-02-07T13:53:00Z
2022-02-07T14:55:27Z
2022-02-07T14:55:27Z
2022-02-07T14:55:27Z