- 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/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=23
This commit is contained in:
parent
ec94240187
commit
5f104464e9
@ -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:42318e27fd7434b68999953391bd71d03ac721b251097b3f0e5eb1d9cfaa9fe0
|
||||||
|
size 7599230
|
@ -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>
|
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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-pandas
|
Name: python-pandas
|
||||||
Version: 0.25.1
|
Version: 0.25.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python data structures for data analysis, time series, and statistics
|
Summary: Python data structures for data analysis, time series, and statistics
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user