1
0
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:
2018-08-06 09:54:25 +00:00
committed by Git OBS Bridge
parent 9ff20375b3
commit df68863666
4 changed files with 13 additions and 4 deletions

View File

@@ -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