1
0
forked from pool/python-pandas

Accepting request 777937 from devel:languages:python:numeric

Revert, breaks ton of stuff

OBS-URL: https://build.opensuse.org/request/show/777937
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=28
This commit is contained in:
Tomáš Chvátal
2020-02-21 11:53:33 +00:00
committed by Git OBS Bridge
parent ff1a37d74f
commit 3a1ba12f92
4 changed files with 4 additions and 33 deletions

View File

@@ -1,30 +1,3 @@
-------------------------------------------------------------------
Fri Feb 21 05:56:43 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to version 1.0.1
+ Enhancements
* Using Numba in rolling.apply and expanding.apply
* Defining custom windows for rolling operations
* Converting to Markdown
+ Experimental new features
* Experimental NA scalar to denote missing values
* Dedicated string data type
* Boolean data type with missing values support
* convert_dtypes method to ease use of supported extension dtypes
+ Backwards incompatible API changes
* Avoid using names from MultiIndex.levels
* New repr for IntervalArray
* DataFrame.rename now only accepts one positional argument
* Extended verbose info output for DataFrame
* pandas.array() inference changes
* arrays.IntegerArray now uses pandas.NA
* arrays.IntegerArray comparisons return arrays.BooleanArray
* By default Categorical.min() now returns the minimum instead of np.nan
* Default dtype of empty pandas.Series
* Result dtype inference changes for resample operations
+ Many, many fixed regressions
- Add Jinja2 and xsel to BuildRequires
-------------------------------------------------------------------
Tue Jan 14 12:28:49 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>