0f67c70d37Accepting request 1218705 from devel:languages:python:numeric
factory
Ana Guerrero
2024-10-28 14:17:44 +0000
c95de0adff- Skip two tests that fail with Numpy 2.1.
devel
Steve Kowalik
2024-10-25 05:20:36 +0000
65565ef45c- Prepare for Python 3.13, by skipping it if we aren't building for it.
Steve Kowalik
2024-10-11 04:42:02 +0000
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 +0000
c7c075db10Accepting request 1201618 from devel:languages:python:numeric
Ana Guerrero
2024-09-17 16:17:31 +0000
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 +0000
6789fc612dAccepting request 1199479 from devel:languages:python:numeric
Ana Guerrero
2024-09-10 19:12:17 +0000
60349b6793- Drop pandas-pr58720-xarray-dp.patch: It does no longer xfailDirk Mueller2024-09-08 16:12:30 +0000
84dd2bde95Accepting request 1197229 from devel:languages:python:numeric
Dominique Leuenberger
2024-08-30 11:25:55 +0000
75f85e65a8- Skip overflowing tests on 32-bit
Steve Kowalik
2024-08-29 04:05:54 +0000
790978b920PyTables is finally np2 compatible.
Steve Kowalik
2024-08-28 02:53:17 +0000
45d1f08bf7Accepting request 1187906 from devel:languages:python:numeric
Ana Guerrero
2024-07-17 13:14:18 +0000
8224719555Accepting request 1179390 from devel:languages:python:numeric
Ana Guerrero
2024-06-09 18:18:43 +0000
e8a960e9a2- Skip also test_plot_scatter_shape (gh#pandas-dev/pandas#58851)Matej Cepl2024-06-07 17:58:35 +0000
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 +0000
12cdb27e5bAccepting request 1173512 from devel:languages:python:numeric
Ana Guerrero
2024-05-13 15:57:37 +0000
dc27535a17- Reverting, apparently it was a bad idea.Matej Cepl2024-05-12 17:57:54 +0000
489eb0fe0b- Skip build on Python 3.10 ... too many dependencies are missing.Matej Cepl2024-05-09 23:45:09 +0000
e543de2338Accepting request 1172106 from devel:languages:python:numeric
Dominique Leuenberger
2024-05-07 16:02:13 +0000
1654daaf58Accepting request 1171775 from home:bnavigator:branches:devel:languages:python:numericDirk Mueller2024-05-06 08:07:03 +0000
169c9e24ecAccepting request 1155222 from devel:languages:python:numeric
Dominique Leuenberger
2024-03-06 22:03:00 +0000
38bd51831fAccepting request 1155210 from home:bnavigator:branches:devel:languages:python:numericMarkéta Machová2024-03-05 14:09:14 +0000
d5a9405122Accepting request 1152290 from devel:languages:python:numeric
Ana Guerrero
2024-02-28 18:45:15 +0000
1983426e6eAccepting request 1152058 from home:bnavigator:branches:scienceMarkéta Machová2024-02-27 13:46:02 +0000
9f8369fd5aAccepting request 1144848 from devel:languages:python:numeric
Ana Guerrero
2024-02-08 18:01:34 +0000
844d58b543Accepting request 1133624 from devel:languages:python:numeric
Ana Guerrero
2023-12-17 20:28:55 +0000
d9e0095014Accepting request 1133481 from home:bnavigator:branches:devel:languages:python:numericDirk Mueller2023-12-16 19:13:55 +0000
42e512df07Accepting request 1130126 from devel:languages:python:numeric
Ana Guerrero
2023-12-01 20:25:00 +0000
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 +0000
f9ff9dc141Accepting request 1117788 from devel:languages:python:numeric
Ana Guerrero
2023-10-15 17:26:04 +0000
be276136fdAccepting request 1117743 from home:bmwiedemann:branches:devel:languages:python:numericMatej Cepl2023-10-14 10:56:18 +0000
a960c6efafAccepting request 1116350 from devel:languages:python:numeric
Ana Guerrero
2023-10-11 21:53:30 +0000
99d77ec49eAccepting request 1116287 from home:bnavigator:branches:devel:languages:python:numericOndřej Súkup2023-10-08 23:16:49 +0000
c543d32990Accepting request 1110188 from devel:languages:python:numeric
Ana Guerrero
2023-09-12 19:02:13 +0000
5dae941acbAccepting request 1110151 from home:bnavigator:branches:devel:languages:python:numeric
Steve Kowalik
2023-09-11 04:56:28 +0000
1389598a83Accepting request 1109366 from devel:languages:python:numeric
Ana Guerrero
2023-09-07 19:12:08 +0000
078ed02459Accepting request 1109356 from home:bnavigator:branches:devel:languages:python:numeric:pandasMatej Cepl2023-09-06 22:28:51 +0000
d6e140e6d9Accepting request 1104661 from devel:languages:python:numeric
Ana Guerrero
2023-08-18 17:27:43 +0000
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 +0000
695170252fAccepting request 1094649 from devel:languages:python:numeric
Dominique Leuenberger
2023-06-23 19:52:06 +0000
ddc519d9d8Accepting request 1094617 from home:Guillaume_G:branches:openSUSE:Factory:ARMDirk Mueller2023-06-22 11:42:54 +0000
09d40058f7Accepting request 1092401 from devel:languages:python:numeric
Dominique Leuenberger
2023-06-13 14:08:45 +0000
7d2709819aAccepting request 1092395 from home:ojkastl_buildservice:Branch_systemsmanagement_ansibleDirk Mueller2023-06-11 20:27:57 +0000
ee1be8e207Accepting request 1091253 from devel:languages:python:numeric
Dominique Leuenberger
2023-06-08 19:41:52 +0000
e4a86f669eAccepting request 1091249 from home:bnavigator:branches:devel:languages:python:numericMarkéta Machová2023-06-07 10:23:44 +0000
cd0cd5b190Accepting request 1090940 from devel:languages:python:numeric
Dominique Leuenberger
2023-06-06 17:55:36 +0000
749b1f8721Accepting request 1090040 from home:bnavigator:branches:devel:languages:python:numericMarkéta Machová2023-06-05 14:32:15 +0000
73c436b30dAccepting request 1085438 from devel:languages:python:numeric
Dominique Leuenberger
2023-05-09 11:07:41 +0000
5d32d9366fAccepting request 1085405 from home:ojkastl_buildservice:Branch_systemsmanagement_ansibleDirk Mueller2023-05-08 08:18:44 +0000
3bd2ce4d8eAccepting request 1064396 from devel:languages:python:numeric
Dominique Leuenberger
2023-02-13 15:39:26 +0000
cac58a923cAccepting request 1063914 from home:apersaud:branches:devel:languages:python:numericMatej Cepl2023-02-11 15:53:21 +0000
ca05c49dd8Accepting request 1045178 from devel:languages:python:numeric
Dominique Leuenberger
2022-12-25 14:14:34 +0000
04666fb180Accepting request 1045082 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2022-12-24 10:44:42 +0000
7bdba623afAccepting request 1030925 from devel:languages:python:numeric
Dominique Leuenberger
2022-10-27 11:53:09 +0000
17f26b04daAccepting request 1030618 from home:apersaud:branches:devel:languages:python:numericMarkéta Machová2022-10-24 16:57:48 +0000
862d494c22Accepting request 1002729 from devel:languages:python:numeric
Dominique Leuenberger
2022-09-17 18:08:09 +0000
0421f08f59Accepting request 1002435 from home:apersaud:branches:devel:languages:python:numericDirk Mueller2022-09-12 07:57:41 +0000
323552450bAccepting request 988285 from devel:languages:python:numeric
Dominique Leuenberger
2022-07-12 09:12:02 +0000
52c754d3bfAccepting request 988042 from home:apersaud:branches:devel:languages:python:numericDirk Mueller2022-07-11 07:30:15 +0000
b6caad6ec1Accepting request 967174 from devel:languages:python:numeric
Dominique Leuenberger
2022-04-07 22:27:12 +0000
efb32b793fAccepting request 967137 from home:bnavigator:branches:devel:languages:python:numericMarkéta Machová2022-04-06 05:42:27 +0000
cac40aa6b6Accepting request 954099 from devel:languages:python:numeric
Dominique Leuenberger
2022-02-15 22:57:10 +0000
eb6a616f64Accepting request 953981 from home:apersaud:branches:devel:languages:python:numericMatej Cepl2022-02-13 16:15:44 +0000
1eefc7498dAccepting request 949618 from devel:languages:python:numeric
Dominique Leuenberger
2022-02-03 22:16:06 +0000
c08530f049Accepting request 949309 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2022-01-28 09:08:01 +0000
10b38d61beAccepting request 948450 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2022-01-25 07:38:27 +0000
75f318c1caAccepting request 943930 from devel:languages:python:numeric
Dominique Leuenberger
2022-01-07 11:44:42 +0000
80efc897c8Accepting request 943876 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2022-01-05 08:50:45 +0000
25f743cef2Accepting request 926609 from devel:languages:python:numeric
Dominique Leuenberger
2021-10-25 13:17:09 +0000
b099e8b0faAccepting request 926551 from home:Guillaume_G:branches:devel:languages:python:numericMatej Cepl2021-10-20 18:24:36 +0000
dc3a042e3cAccepting request 921134 from devel:languages:python:numeric
Dominique Leuenberger
2021-09-26 19:48:36 +0000
aab0b4e004Accepting request 920383 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2021-09-23 11:26:45 +0000
7a41bacfdfAccepting request 912685 from devel:languages:python:numeric
Dominique Leuenberger
2021-08-23 08:07:36 +0000
87513c0f77Accepting request 912579 from home:favogt:branches:devel:languages:python:numericMarkéta Machová2021-08-17 13:15:08 +0000
54f1ddcb96Accepting request 911980 from devel:languages:python:numeric
Richard Brown
2021-08-16 08:08:35 +0000
0de64384b4Accepting request 911851 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2021-08-13 12:10:16 +0000
769c403887Accepting request 890050 from devel:languages:python:numeric
Dominique Leuenberger
2021-05-05 18:39:39 +0000
b493e949adAccepting request 889896 from home:apersaud:branches:devel:languages:python:numericMarkéta Machová2021-05-03 14:16:13 +0000
09fdd10305Accepting request 877583 from devel:languages:python:numeric
Dominique Leuenberger
2021-03-12 12:30:55 +0000
142ca081b6Accepting request 876612 from home:apersaud:branches:devel:languages:python:numericDirk Mueller2021-03-08 08:29:31 +0000
6b8139c3cfAccepting request 872266 from devel:languages:python:numeric
Dominique Leuenberger
2021-02-16 21:34:17 +0000
f3f936b788Accepting request 872216 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2021-02-15 06:55:56 +0000
ad94842b55Accepting request 845470 from devel:languages:python:numeric
Dominique Leuenberger
2020-11-06 22:43:59 +0000
8117f721d8Accepting request 845115 from home:apersaud:branches:devel:languages:python:numericMarkéta Machová2020-11-02 15:25:28 +0000
1666b41692Accepting request 839707 from devel:languages:python:numeric
Dominique Leuenberger
2020-10-08 11:09:41 +0000
376c96c266Accepting request 839658 from home:apersaud:branches:devel:languages:python:numeric
Tomáš Chvátal
2020-10-06 08:01:19 +0000
4139fd717bAccepting request 834031 from home:apersaud:branches:devel:languages:python:numeric
Tomáš Chvátal
2020-09-13 17:43:16 +0000
3f721d0ecaAccepting request 832629 from devel:languages:python:numeric
Dominique Leuenberger
2020-09-09 15:48:06 +0000