- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=27
This commit is contained in:
2020-02-21 06:02:09 +00:00
committed by Git OBS Bridge
parent 7fd2305835
commit ff1a37d74f
4 changed files with 33 additions and 4 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
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>