Accepting request 747290 from devel:languages:python:numeric
- Update to version 0.25.3 + Support Python 3.8 + Bug fixes > Indexing * Fix regression in DataFrame.reindex() not following the limit argument * Fix regression in RangeIndex.get_indexer() for decreasing RangeIndex where target values may be improperly identified as missing/present > I/O * Fix regression in notebook display where <th> tags were missing for DataFrame.index values * Regression in to_csv() where writing a Series or DataFrame indexed by an IntervalIndex would incorrectly raise a TypeError * Fix to_csv() with ExtensionArray with list-like values > Groupby/resample/rolling * Bug incorrectly raising an IndexError when passing a list of quantiles to pandas.core.groupby.DataFrameGroupBy.quantile() * Bug in pandas.core.groupby.GroupBy.shift(), pandas.core.groupby.GroupBy.bfill() and pandas.core.groupby.GroupBy.ffill() where timezone information would be dropped * Bug in DataFrameGroupBy.quantile() where NA values in the grouping could cause segfaults or incorrect results OBS-URL: https://build.opensuse.org/request/show/747290 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=21
This commit is contained in:
commit
d46f408b67
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb2e197b7b0687becb026b84d3c242482f20cbb29a9981e43604eb67576da9f6
|
||||
size 12626560
|
3
pandas-0.25.3.tar.gz
Normal file
3
pandas-0.25.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52da74df8a9c9a103af0a72c9d5fdc8e0183a90884278db7f386b5692a2220a4
|
||||
size 12632585
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 01:59:25 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to version 0.25.3
|
||||
+ Support Python 3.8
|
||||
+ Bug fixes
|
||||
> Indexing
|
||||
* Fix regression in DataFrame.reindex() not following the limit argument
|
||||
* Fix regression in RangeIndex.get_indexer() for decreasing RangeIndex
|
||||
where target values may be improperly identified as missing/present
|
||||
> I/O
|
||||
* Fix regression in notebook display where <th> tags were missing for
|
||||
DataFrame.index values
|
||||
* Regression in to_csv() where writing a Series or DataFrame indexed by
|
||||
an IntervalIndex would incorrectly raise a TypeError
|
||||
* Fix to_csv() with ExtensionArray with list-like values
|
||||
> Groupby/resample/rolling
|
||||
* Bug incorrectly raising an IndexError when passing a list of quantiles
|
||||
to pandas.core.groupby.DataFrameGroupBy.quantile()
|
||||
* Bug in pandas.core.groupby.GroupBy.shift(),
|
||||
pandas.core.groupby.GroupBy.bfill() and
|
||||
pandas.core.groupby.GroupBy.ffill() where timezone information would
|
||||
be dropped
|
||||
* Bug in DataFrameGroupBy.quantile() where NA values in the grouping
|
||||
could cause segfaults or incorrect results
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 09:40:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pandas
|
||||
Version: 0.25.1
|
||||
Version: 0.25.3
|
||||
Release: 0
|
||||
Summary: Python data structures for data analysis, time series, and statistics
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user