Hello community,

here is the log from the commit of package python-pandas for openSUSE:Factory 
checked in at 2020-11-06 23:43:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pandas (Old)
 and      /work/SRC/openSUSE:Factory/.python-pandas.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pandas"

Fri Nov  6 23:43:59 2020 rev:31 rq:845470 version:1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes      
2020-10-08 13:10:44.463094039 +0200
+++ /work/SRC/openSUSE:Factory/.python-pandas.new.11331/python-pandas.changes   
2020-11-06 23:44:19.515352921 +0100
@@ -1,0 +2,57 @@
+Fri Oct 30 22:30:53 UTC 2020 - Arun Persaud <[email protected]>
+
+- update to version 1.1.4:
+  * Fixed regressions
+    + Fixed regression in read_csv() raising a ValueError when names
+      was of type dict_keys (GH36928)
+    + Fixed regression in read_csv() with more than 1M rows and
+      specifying a index_col argument (GH37094)
+    + Fixed regression where attempting to mutate a DateOffset object
+      would no longer raise an AttributeError (GH36940)
+    + Fixed regression where DataFrame.agg() would fail with TypeError
+      when passed positional arguments to be passed on to the
+      aggregation function (GH36948).
+    + Fixed regression in RollingGroupby with sort=False not being
+      respected (GH36889)
+    + Fixed regression in Series.astype() converting None to "nan"
+      when casting to string (GH36904)
+    + Fixed regression in Series.rank() method failing for read-only
+      data (GH37290)
+    + Fixed regression in RollingGroupby causing a segmentation fault
+      with Index of dtype object (GH36727)
+    + Fixed regression in DataFrame.resample(...).apply(...)() raised
+      AttributeError when input was a DataFrame and only a Series was
+      evaluated (GH36951)
+    + Fixed regression in DataFrame.groupby(..).std() with nullable
+      integer dtype (GH37415)
+    + Fixed regression in PeriodDtype comparing both equal and unequal
+      to its string representation (GH37265)
+    + Fixed regression where slicing DatetimeIndex raised
+      AssertionError on irregular time series with pd.NaT or on
+      unsorted indices (GH36953 and GH35509)
+    + Fixed regression in certain offsets (pd.offsets.Day() and below)
+      no longer being hashable (GH37267)
+    + Fixed regression in StataReader which required chunksize to be
+      manually set when using an iterator to read a dataset (GH37280)
+    + Fixed regression in setitem with DataFrame.iloc() which raised
+      error when trying to set a value while filtering with a boolean
+      list (GH36741)
+    + Fixed regression in setitem with a Series getting aligned before
+      setting the values (GH37427)
+    + Fixed regression in MultiIndex.is_monotonic_increasing returning
+      wrong results with NaN in at least one of the levels (GH37220)
+    + Fixed regression in inplace arithmetic operation on a Series not
+      updating the parent DataFrame (GH36373)
+  * Bug fixes
+    + Bug causing groupby(...).sum() and similar to not preserve
+      metadata (GH29442)
+    + Bug in Series.isin() and DataFrame.isin() raising a ValueError
+      when the target was read-only (GH37174)
+    + Bug in GroupBy.fillna() that introduced a performance regression
+      after 1.0.5 (GH36757)
+    + Bug in DataFrame.info() was raising a KeyError when the
+      DataFrame has integer column names (GH37245)
+    + Bug in DataFrameGroupby.apply() would drop a CategoricalIndex
+      when grouped on (GH35792)
+
+-------------------------------------------------------------------

Old:
----
  pandas-1.1.3.tar.gz

New:
----
  pandas-1.1.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pandas.spec ++++++
--- /var/tmp/diff_new_pack.VwkbD5/_old  2020-11-06 23:44:20.419351184 +0100
+++ /var/tmp/diff_new_pack.VwkbD5/_new  2020-11-06 23:44:20.423351176 +0100
@@ -27,7 +27,7 @@
 %bcond_with test
 %endif
 Name:           python-pandas%{psuffix}
-Version:        1.1.3
+Version:        1.1.4
 Release:        0
 Summary:        Python data structures for data analysis, time series, and 
statistics
 License:        BSD-3-Clause

++++++ pandas-1.1.3.tar.gz -> pandas-1.1.4.tar.gz ++++++
++++ 2196 lines of diff (skipped)


Reply via email to