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.
devel
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#60586Matej Cepl2025-02-07 20:58:31 +00:00
fa780a9d09Accepting request 1230726 from devel:languages:python:numeric
Ana Guerrero
2024-12-13 21:33:02 +00:00
b2102469f7- Change skipped tests to also support Python 3.13.
Steve Kowalik
2024-12-13 06:53:19 +00:00
4aba75120fAccepting request 1226927 from devel:languages:python:numeric
Ana Guerrero
2024-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
0f67c70d37Accepting request 1218705 from devel:languages:python:numeric
Ana Guerrero
2024-10-28 14:17:44 +00:00
c95de0adff- Skip two tests that fail with Numpy 2.1.
Steve Kowalik
2024-10-25 05:20:36 +00:00
65565ef45c- Prepare for Python 3.13, by skipping it if we aren't building for it.
Steve Kowalik
2024-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 patchesMatej Cepl2024-10-02 08:15:57 +00:00
c7c075db10Accepting request 1201618 from devel:languages:python:numeric
Ana Guerrero
2024-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 bigDaniel Garcia2024-09-17 12:46:45 +00:00
6789fc612dAccepting request 1199479 from devel:languages:python:numeric
Ana Guerrero
2024-09-10 19:12:17 +00:00
60349b6793- Drop pandas-pr58720-xarray-dp.patch: It does no longer xfailDirk Mueller2024-09-08 16:12:30 +00:00
8224719555Accepting request 1179390 from devel:languages:python:numeric
Ana Guerrero
2024-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 matplotlibMatej Cepl2024-06-07 16:33:39 +00:00
12cdb27e5bAccepting request 1173512 from devel:languages:python:numeric
Ana Guerrero
2024-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
844d58b543Accepting request 1133624 from devel:languages:python:numeric
Ana Guerrero
2023-12-17 20:28:55 +00:00
d9e0095014Accepting request 1133481 from home:bnavigator:branches:devel:languages:python:numericDirk Mueller2023-12-16 19:13:55 +00:00
42e512df07Accepting request 1130126 from devel:languages:python:numeric
Ana Guerrero
2023-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 Kowalik
2023-12-01 03:26:59 +00:00
f9ff9dc141Accepting request 1117788 from devel:languages:python:numeric
Ana Guerrero
2023-10-15 17:26:04 +00:00
be276136fdAccepting request 1117743 from home:bmwiedemann:branches:devel:languages:python:numericMatej Cepl2023-10-14 10:56:18 +00:00
a960c6efafAccepting request 1116350 from devel:languages:python:numeric
Ana Guerrero
2023-10-11 21:53:30 +00:00
99d77ec49eAccepting request 1116287 from home:bnavigator:branches:devel:languages:python:numericOndřej Súkup2023-10-08 23:16:49 +00:00
c543d32990Accepting request 1110188 from devel:languages:python:numeric
Ana Guerrero
2023-09-12 19:02:13 +00:00
5dae941acbAccepting request 1110151 from home:bnavigator:branches:devel:languages:python:numeric
Steve Kowalik
2023-09-11 04:56:28 +00:00
1389598a83Accepting request 1109366 from devel:languages:python:numeric
Ana Guerrero
2023-09-07 19:12:08 +00:00
078ed02459Accepting request 1109356 from home:bnavigator:branches:devel:languages:python:numeric:pandasMatej Cepl2023-09-06 22:28:51 +00:00
d6e140e6d9Accepting request 1104661 from devel:languages:python:numeric
Ana Guerrero
2023-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