diff --git a/pandas-1.1.1.tar.gz b/pandas-1.1.1.tar.gz deleted file mode 100644 index 46e8a8a..0000000 --- a/pandas-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53328284a7bb046e2e885fd1b8c078bd896d7fc4575b915d4936f54984a2ba67 -size 5213685 diff --git a/pandas-1.1.2.tar.gz b/pandas-1.1.2.tar.gz new file mode 100644 index 0000000..01426c6 --- /dev/null +++ b/pandas-1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64ffd87a2cfd31b40acd4b92cb72ea9a52a48165aec4c140e78fd69c45d1444 +size 5220166 diff --git a/python-pandas.changes b/python-pandas.changes index e9f9333..8df2f22 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Sat Sep 12 19:56:08 UTC 2020 - Arun Persaud + +- update to version 1.1.2: + * Fixed regressions + + Regression in DatetimeIndex.intersection() incorrectly raising + AssertionError when intersecting against a list (GH35876) + + Fix regression in updating a column inplace (e.g. using + df['col'].fillna(.., inplace=True)) (GH35731) + + Fix regression in DataFrame.append() mixing tz-aware and + tz-naive datetime columns (GH35460) + + Performance regression for RangeIndex.format() (GH35712) + + Regression where MultiIndex.get_loc() would return a slice + spanning the full index when passed an empty list (GH35878) + + Fix regression in invalid cache after an indexing operation; + this can manifest when setting which does not update the data + (GH35521) + + Regression in DataFrame.replace() where a TypeError would be + raised when attempting to replace elements of type Interval + (GH35931) + + Fix regression in pickle roundtrip of the closed attribute of + IntervalIndex (GH35658) + + Fixed regression in DataFrameGroupBy.agg() where a ValueError: + buffer source array is read-only would be raised when the + underlying array is read-only (GH36014) + + Fixed regression in Series.groupby.rolling() number of levels of + MultiIndex in input was compressed to one (GH36018) + + Fixed regression in DataFrameGroupBy on an empty DataFrame + (GH36197) + * Bug fixes + + Bug in DataFrame.eval() with object dtype column binary + operations (GH35794) + + Bug in Series constructor raising a TypeError when constructing + sparse datetime64 dtypes (GH35762) + + Bug in DataFrame.apply() with result_type="reduce" returning + with incorrect index (GH35683) + + Bug in Series.astype() and DataFrame.astype() not respecting the + errors argument when set to "ignore" for extension dtypes + (GH35471) + + Bug in DateTimeIndex.format() and PeriodIndex.format() with + name=True setting the first item to "None" where it should be "" + (GH35712) + + Bug in Float64Index.__contains__() incorrectly raising TypeError + instead of returning False (GH35788) + + Bug in Series constructor incorrectly raising a TypeError when + passed an ordered set (GH36044) + + Bug in Series.dt.isocalendar() and DatetimeIndex.isocalendar() + that returned incorrect year for certain dates (GH36032) + + Bug in DataFrame indexing returning an incorrect Series in some + cases when the series has been altered and a cache not + invalidated (GH33675) + + Bug in DataFrame.corr() causing subsequent indexing lookups to + be incorrect (GH35882) + + Bug in import_optional_dependency() returning incorrect package + names in cases where package name is different from import name + (GH35948) + + Bug when setting empty DataFrame column to a Series in + preserving name of index in frame (GH31368) + * Other + + factorize() now supports na_sentinel=None to include NaN in the + uniques of the values and remove dropna keyword which was + unintentionally exposed to public facing API in 1.1 version from + factorize() (GH35667) + + DataFrame.plot() and Series.plot() raise UserWarning about usage + of FixedFormatter and FixedLocator (GH35684 and GH35945) + ------------------------------------------------------------------- Sat Sep 5 15:42:53 UTC 2020 - Arun Persaud diff --git a/python-pandas.spec b/python-pandas.spec index 26c6a2d..8c0acfc 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-pandas%{psuffix} -Version: 1.1.1 +Version: 1.1.2 Release: 0 Summary: Python data structures for data analysis, time series, and statistics License: BSD-3-Clause