0ae9364c9c
- update to 2.3.3 * compatibility with Python 3.14 * Improvements and fixes for the StringDtype * Fix bug in Series.str methods * Fix bug in groupby() with sum() and unobserved categories resulting in 0 instead of the empty string - Add upstream pandas-pr62553-numexpr.patch to fix compatibility with numexpr 2.13
Markéta Machová2025-12-18 10:37:38 +00:00
93ae2a2ae1
Accepting request 1304697 from devel:languages:python:numeric
Ana Guerrero2025-09-15 17:50:32 +00:00
1f436a5c27
- update to 2.3.2: * Fix to_json() with orient="table" to correctly use the “string” type in the JSON Table Schema for StringDtype columns * Boolean operations (|, &, ^) with bool-dtype objects on the left and StringDtype objects on the right now cast the string to bool, with a deprecation warning * Fixed match(), fullmatch() and contains() string methods with compiled regex for the Arrow-backed string dtype * Bug in Series.replace() and DataFrame.replace() inconsistently replacing matching values when missing values are present for string dtypes - Change skipped tests to also support Python 3.13. - Skip two tests that fail with Numpy 2.1. - Prepare for Python 3.13, by skipping it if we aren't building for it. - enable py312 testing, remove py39 testing RangeIndex the "c" and "python" engines * Bug in Series.str.split() and Series.str.rsplit() with expand=True (GH42915) * Fixed regression in DataFrame.groupby.rolling.cov() and * The deprecated attributes _AXIS_NAMES and _AXIS_NUMBERS of * Bumped minimum fastparquet version to 0.4.0 to avoid * Bumped minimum pymysql version to 0.8.1 to avoid test failures * Added reference to backwards incompatible check_freq arg of testing.assert_frame_equal() and testing.assert_series_equal() * WARNING: no longer maintained. The xlrd package is now only for reading Previously, the default argument engine=None to read_excel() would result in using the xlrd engine in many cases, including new Excel 2007+ (.xlsx) files. If openpyxl is installed, many
Dirk Mueller2025-09-14 22:04:11 +00:00
2d224fe122
- Update to 2.3.1 * This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0) ## Improvements and fixes for the StringDtype * Comparisons between different string dtypes * Index set operations ignore empty RangeIndex and object dtype Index ## Bug fixes * Bug in DataFrameGroupBy.min(), DataFrameGroupBy.max(), Resampler.min(), Resampler.max() where all NA values of string dtype would return float instead of string dtype (GH 60810) * Bug in DataFrame.join() incorrectly downcasting object-dtype indexes (GH 61771) * Bug in DataFrame.sum() with axis=1, DataFrameGroupBy.sum() or SeriesGroupBy.sum() with skipna=True, and Resampler.sum() with all NA values of StringDtype resulted in 0 instead of the empty string "" (GH 60229) * Fixed bug in DataFrame.explode() and Series.explode() where methods would fail with dtype="str" (GH 61623) * Fixed bug in unpickling objects pickled in pandas versions pre-2.3.0 that used StringDtype (GH 61763) - Release 2.3.0 ## Enhancements * The semantics for the copy keyword in __array__ methods (i.e. called when using np.array() or np.asarray() on pandas objects) has been updated to work correctly with NumPy >= 2 (GH 57739) * Series.str.decode() result now has StringDtype when future.infer_string is True (GH 60709) * to_hdf() and to_hdf() now round-trip with StringDtype (GH 60663)
Benjamin Greiner2025-07-11 21:51:16 +00:00
31ec40e067
Accepting request 1254714 from devel:languages:python:numeric
Ana Guerrero2025-03-21 19:21:31 +00:00
fd609b4228
- Add dropna.patch and timedelta.patch to fix tests with Numpy 2.2
Markéta Machová2025-03-20 12:22:59 +00:00
70eb931282
- Support pyarrow 19 * Add pandas-pr60545-arrow-exception.patch gh#pandas-dev/pandas#60545 * Skip TestParquetPyArrow.test_roundtrip_decimal: Would require gh#pandas-dev/pandas#60755 and all other backports of the new string type system.
Benjamin Greiner2025-02-20 18:33:07 +00:00
2798c7a559
- Add pandas-pr60584-60586-mpl-vert.patch * Fixes matplotlib deprecation errors in the test suite * gh#pandas-dev/pandas#60584 * backported in gh#pandas-dev/pandas#60586
Matej Cepl2025-02-07 20:58:31 +00:00
fa780a9d09
Accepting request 1230726 from devel:languages:python:numeric
Ana Guerrero2024-12-13 21:33:02 +00:00
b2102469f7
- Change skipped tests to also support Python 3.13.
Steve Kowalik2024-12-13 06:53:19 +00:00
4aba75120f
Accepting request 1226927 from devel:languages:python:numeric
Ana Guerrero2024-11-27 21:10:51 +00:00
1ba1eb643a
- Drop tests-nomkl.patch and tests-wasm.patch, not needed anymore - Skip a test failing with new xarray ------------------------------------------------------------------
Benjamin Greiner2024-11-27 15:04:51 +00:00
0f67c70d37
Accepting request 1218705 from devel:languages:python:numeric
Ana Guerrero2024-10-28 14:17:44 +00:00
c95de0adff
- Skip two tests that fail with Numpy 2.1.
Steve Kowalik2024-10-25 05:20:36 +00:00
65565ef45c
- Prepare for Python 3.13, by skipping it if we aren't building for it.
Steve Kowalik2024-10-11 04:42:02 +00:00
1913e4ed18
- Update to 2.2.3 * Bug in eval() on complex including division / discards imaginary part. (GH 21374) * Minor fixes for numpy 2.1 compatibility. (GH 59444) * Missing licenses for 3rd party dependencies were added back into the wheels. (GH 58632) - Drop pandas-pr58269-pyarrow16xpass.patch, merged upstream - Drop pandas-pr58484-matplotlib.patch, merged upstream - Drop pandas-pr59175-matplotlib.patch, merged upstream - Drop pandas-pr59353-np2eval.patch, merged upstream - Drop tests-npdev.patch, merged upstream - Drop tests-timedelta.patch, merged upstream - Refresh tests-nomkl.patch - Renumber remaining patches
Matej Cepl2024-10-02 08:15:57 +00:00
c7c075db10
Accepting request 1201618 from devel:languages:python:numeric
Ana Guerrero2024-09-17 16:17:31 +00:00
b9debc1c19
- Add bunch of patches to fix the testsuite with NumPy 2.1 * tests-wasm.patch * tests-nomkl.patch * tests-timedelta.patch * tests-npdev.patch - Skip one test failing with new timezone, the patch would be too big
Daniel Garcia2024-09-17 12:46:45 +00:00
6789fc612d
Accepting request 1199479 from devel:languages:python:numeric
Ana Guerrero2024-09-10 19:12:17 +00:00
60349b6793
- Drop pandas-pr58720-xarray-dp.patch: It does no longer xfail
Dirk Mueller2024-09-08 16:12:30 +00:00
8224719555
Accepting request 1179390 from devel:languages:python:numeric
Ana Guerrero2024-06-09 18:18:43 +00:00
e8a960e9a2
- Skip also test_plot_scatter_shape (gh#pandas-dev/pandas#58851)
Matej Cepl2024-06-07 17:58:35 +00:00
8946b05778
- Add pandas-pr58269-pyarrow16xpass.patch (gh#pandas-dev/pandas!58269) - Add pandas-pr58720-xarray-dp.patch (gh#pandas-dev/pandas!58720), which makes pandas compatible with the modern xarray - Add pandas-pr58484-matplotlib.patch (gh#pandas-dev/pandas!58484), which makes pandas compatible with the modern matplotlib
Matej Cepl2024-06-07 16:33:39 +00:00
12cdb27e5b
Accepting request 1173512 from devel:languages:python:numeric
Ana Guerrero2024-05-13 15:57:37 +00:00
dc27535a17
- Reverting, apparently it was a bad idea.
Matej Cepl2024-05-12 17:57:54 +00:00
489eb0fe0b
- Skip build on Python 3.10 ... too many dependencies are missing.
Matej Cepl2024-05-09 23:45:09 +00:00
844d58b543
Accepting request 1133624 from devel:languages:python:numeric
Ana Guerrero2023-12-17 20:28:55 +00:00
d9e0095014
Accepting request 1133481 from home:bnavigator:branches:devel:languages:python:numeric
Dirk Mueller2023-12-16 19:13:55 +00:00
42e512df07
Accepting request 1130126 from devel:languages:python:numeric
Ana Guerrero2023-12-01 20:25:00 +00:00
006aa4a237
- Update to 2.1.3: * Reverted deprecation of fill_method=None in DataFrame.pct_change(), Series.pct_change(), DataFrameGroupBy.pct_change(), and SeriesGroupBy.pct_change(); the values 'backfill', 'bfill', 'pad', and 'ffill' are still deprecated * Fixed regressions + Fixed infinite recursion from operations that return a new object on some DataFrame subclasses + Fixed regression in DataFrame.join() where result has missing values and dtype is arrow backed string + Fixed regression in rolling() where non-nanosecond index or on column would produce incorrect results + Fixed regression in DataFrame.resample() which was extrapolating back to origin when origin was outside its bounds + Fixed regression in DataFrame.sort_index() which was not sorting correctly when the index was a sliced MultiIndex + Fixed regression in DataFrameGroupBy.agg() and SeriesGroupBy.agg() where if the option compute.use_numba was set to True, groupby methods not supported by the numba engine would raise a TypeError + Fixed performance regression with wide DataFrames, typically involving methods where all columns were accessed individually + Fixed regression in merge_asof() raising TypeError for by with datetime and timedelta dtypes + Fixed regression in read_parquet() when reading a file with a string column consisting of more than 2 GB of string data and using the "string" dtype + Fixed regression in DataFrame.to_sql() not roundtripping datetime columns correctly for sqlite when using detect_types + Fixed regression in construction of certain DataFrame or Series subclasses
Steve Kowalik2023-12-01 03:26:59 +00:00
f9ff9dc141
Accepting request 1117788 from devel:languages:python:numeric
Ana Guerrero2023-10-15 17:26:04 +00:00
be276136fd
Accepting request 1117743 from home:bmwiedemann:branches:devel:languages:python:numeric
Matej Cepl2023-10-14 10:56:18 +00:00
a960c6efaf
Accepting request 1116350 from devel:languages:python:numeric
Ana Guerrero2023-10-11 21:53:30 +00:00
99d77ec49e
Accepting request 1116287 from home:bnavigator:branches:devel:languages:python:numeric
Ondřej Súkup2023-10-08 23:16:49 +00:00
c543d32990
Accepting request 1110188 from devel:languages:python:numeric
Ana Guerrero2023-09-12 19:02:13 +00:00
5dae941acb
Accepting request 1110151 from home:bnavigator:branches:devel:languages:python:numeric
Steve Kowalik2023-09-11 04:56:28 +00:00
1389598a83
Accepting request 1109366 from devel:languages:python:numeric
Ana Guerrero2023-09-07 19:12:08 +00:00
078ed02459
Accepting request 1109356 from home:bnavigator:branches:devel:languages:python:numeric:pandas
Matej Cepl2023-09-06 22:28:51 +00:00
d6e140e6d9
Accepting request 1104661 from devel:languages:python:numeric
Ana Guerrero2023-08-18 17:27:43 +00:00
e08d685614
- update to 2.0.3: * Bug in Timestamp.weekday`() was returning incorrect results before '0000-02-29' * Fixed performance regression in merging on datetime-like columns * Fixed regression when DataFrame.to_string() creates extra space for string dtypes * Bug in DataFrame.convert_dtype() and Series.convert_dtype() when trying to convert ArrowDtype with dtype_backend="nullable_numpy" * Bug in RangeIndex.union() when using sort=True with another RangeIndex * Bug in Series.reindex() when expanding a non-nanosecond datetime or timedelta * Bug in read_csv() when defining dtype with bool[pyarrow] for the "c" and "python" engines * Bug in Series.str.split() and Series.str.rsplit() with expand=True * Bug in indexing methods (e.g. DataFrame.__getitem__()) where taking the entire DataFrame/Series would raise an OverflowError when Copy on Write was enabled the length of the array was over the maximum size a 32-bit integer can hold * Bug when constructing a DataFrame with columns of an ArrowDtype with a pyarrow.dictionary type that reindexes the data * Bug when indexing a DataFrame or Series with an Index with a timestamp ArrowDtype would raise an AttributeError - drop pandas-fix-tests.patch (upstream)
Dirk Mueller2023-08-13 21:57:11 +00:00