Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pandas for openSUSE:Factory 
checked in at 2021-10-25 15:17:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pandas (Old)
 and      /work/SRC/openSUSE:Factory/.python-pandas.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pandas"

Mon Oct 25 15:17:09 2021 rev:38 rq:926609 version:1.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes      
2021-09-26 21:49:26.142831258 +0200
+++ /work/SRC/openSUSE:Factory/.python-pandas.new.1890/python-pandas.changes    
2021-10-25 15:17:44.869687428 +0200
@@ -1,0 +2,40 @@
+Wed Oct 20 12:29:00 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Update to version 1.3.4
+  * Fixed regression in DataFrame.convert_dtypes() incorrectly
+    converts byte strings to strings (GH43183)
+  * Fixed regression in GroupBy.agg() where it was failing
+    silently with mixed data types along axis=1 and MultiIndex (GH43209)
+  * Fixed regression in merge() with integer and NaN keys
+    failing with outer merge (GH43550)
+  * Fixed regression in DataFrame.corr() raising ValueError with
+    method="spearman" on 32-bit platforms (GH43588)
+  * Fixed performance regression in MultiIndex.equals() (GH43549)
+  * Fixed performance regression in GroupBy.first() and GroupBy.last()
+    with StringDtype (GH41596)
+  * Fixed regression in Series.cat.reorder_categories() failing to
+    update the categories on the Series (GH43232)
+  * Fixed regression in Series.cat.categories() setter failing to
+    update the categories on the Series (GH43334)
+  * Fixed regression in read_csv() raising UnicodeDecodeError exception
+    when memory_map=True (GH43540)
+  * Fixed regression in DataFrame.explode() raising AssertionError
+    when column is any scalar which is not a string (GH43314)
+  * Fixed regression in Series.aggregate() attempting to pass args
+    and kwargs multiple times to the user supplied func in certain cases 
(GH43357)
+  * Fixed regression when iterating over a DataFrame.groupby.rolling
+    object causing the resulting DataFrames to have an incorrect index if the 
input groupings were not sorted (GH43386)
+  * Fixed regression in DataFrame.groupby.rolling.cov() and 
+    DataFrame.groupby.rolling.corr() computing incorrect results if the
+    input groupings were not sorted (GH43386)
+  * Fixed bug in pandas.DataFrame.groupby.rolling() and
+    pandas.api.indexers.FixedForwardWindowIndexer leading to
+    segfaults and window endpoints being mixed across groups (GH43267)
+  * Fixed bug in GroupBy.mean() with datetimelike values
+    including NaT values returning incorrect results (GH43132)
+  * Fixed bug in Series.aggregate() not passing the first args
+    to the user supplied func in certain cases (GH43357)
+  * Fixed memory leaks in Series.rolling.quantile() and
+    Series.rolling.median() (GH43339)
+
+-------------------------------------------------------------------

Old:
----
  pandas-1.3.3.tar.gz

New:
----
  pandas-1.3.4.tar.gz

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

Other differences:
------------------
++++++ python-pandas.spec ++++++
--- /var/tmp/diff_new_pack.b0j7iG/_old  2021-10-25 15:17:45.477687808 +0200
+++ /var/tmp/diff_new_pack.b0j7iG/_new  2021-10-25 15:17:45.477687808 +0200
@@ -28,7 +28,7 @@
 %bcond_with test
 %endif
 Name:           python-pandas%{psuffix}
-Version:        1.3.3
+Version:        1.3.4
 Release:        0
 Summary:        Python data structures for data analysis, time series, and 
statistics
 License:        BSD-3-Clause

++++++ pandas-1.3.3.tar.gz -> pandas-1.3.4.tar.gz ++++++
++++ 2300 lines of diff (skipped)

Reply via email to