forked from pool/python-pandas
- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52da74df8a9c9a103af0a72c9d5fdc8e0183a90884278db7f386b5692a2220a4
|
||||
size 12632585
|
||||
3
pandas-1.0.1.tar.gz
Normal file
3
pandas-1.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c07765308f091d81b6735d4f2242bb43c332cc3461cae60543df6b10967fe27
|
||||
size 4852368
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pandas
|
||||
Version: 0.25.3
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: Python data structures for data analysis, time series, and statistics
|
||||
License: BSD-3-Clause
|
||||
@@ -68,6 +68,7 @@ Recommends: xsel
|
||||
Obsoletes: python-pandas-doc < %{version}
|
||||
Provides: python-pandas-doc = %{version}
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module Jinja2}
|
||||
BuildRequires: %{python_module SQLAlchemy >= 1.1.4}
|
||||
BuildRequires: %{python_module XlsxWriter >= 0.9.8}
|
||||
BuildRequires: %{python_module beautifulsoup4 >= 4.6.0}
|
||||
@@ -81,6 +82,7 @@ BuildRequires: %{python_module python-dateutil >= 2.6.1}
|
||||
BuildRequires: %{python_module pytz >= 2015.4}
|
||||
BuildRequires: %{python_module xlrd >= 1.1.0}
|
||||
BuildRequires: %{python_module xlwt >= 1.2.0}
|
||||
BuildRequires: xsel
|
||||
BuildRequires: xvfb-run
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user