Go to file
Steve Kowalik 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=102
2023-12-01 03:26:59 +00:00
_constraints Accepting request 1091249 from home:bnavigator:branches:devel:languages:python:numeric 2023-06-07 10:23:44 +00:00
_multibuild Accepting request 1090040 from home:bnavigator:branches:devel:languages:python:numeric 2023-06-05 14:32:15 +00:00
_service - Update to 2.1.3: 2023-12-01 03:26:59 +00:00
.gitattributes Accepting request 436929 from devel:languages:python 2017-01-25 22:18:43 +00:00
.gitignore Accepting request 436929 from devel:languages:python 2017-01-25 22:18:43 +00:00
pandas-2.1.3.tar.gz - Update to 2.1.3: 2023-12-01 03:26:59 +00:00
python-pandas.changes - Update to 2.1.3: 2023-12-01 03:26:59 +00:00
python-pandas.spec - Update to 2.1.3: 2023-12-01 03:26:59 +00:00