forked from pool/python-pandas
Accepting request 627515 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/627515 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pandas?expand=0&rev=14
This commit is contained in:
parent
9ff20375b3
commit
df68863666
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9cd3614b4e31a0889388ff1bd19ae857ad52658b33f776065793c293a29cf612
|
|
||||||
size 10500436
|
|
3
pandas-0.23.4.tar.gz
Normal file
3
pandas-0.23.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5b24ca47acf69222e82530e89111dd9d14f9b970ab2cd3a1c2c78f0c4fbba4f4
|
||||||
|
size 10490077
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 4 19:07:22 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Update to 0.23.4
|
||||||
|
* Python 3.7 with Windows gave all missing values for rolling variance calculations (:issue:`21813`)
|
||||||
|
* Bug where calling :func:`DataFrameGroupBy.agg` with a list of functions including ``ohlc`` as the non-initial element would raise a ``ValueError`` (:issue:`21716`)
|
||||||
|
* Bug in ``roll_quantile`` caused a memory leak when calling ``.rolling(...).quantile(q)`` with ``q`` in (0,1) (:issue:`21965`)
|
||||||
|
* Bug in :func:`Series.clip` and :func:`DataFrame.clip` cannot accept list-like threshold containing ``NaN`` (:issue:`19992`)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 14 01:59:02 UTC 2018 - arun@gmx.de
|
Sat Jul 14 01:59:02 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-pandas
|
Name: python-pandas
|
||||||
Version: 0.23.3
|
Version: 0.23.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Make working with "relational" or "labeled" data both easy and intuitive
|
Summary: Make working with "relational" or "labeled" data both easy and intuitive
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user