Hello community, here is the log from the commit of package python3-pandas for openSUSE:Factory checked in at 2014-10-22 16:23:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-pandas (Old) and /work/SRC/openSUSE:Factory/.python3-pandas.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pandas" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-pandas/python3-pandas.changes 2014-07-31 21:50:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-pandas.new/python3-pandas.changes 2014-10-22 16:23:25.000000000 +0200 @@ -1,0 +2,23 @@ +Mon Oct 20 10:42:30 UTC 2014 - [email protected] + +- Update to 0.15.0, highlights: + - Drop support for numpy < 1.7.0 + - The Categorical type was integrated as a first-class + pandas type + - New scalar type Timedelta, and a new index type TimedeltaIndex + - New DataFrame default display for df.info() to + include memory usage + - New datetimelike properties accessor .dt for Series + - Split indexing documentation into Indexing and Selecting Data and + MultiIndex / Advanced Indexing + - Split out string methods documentation into Working with Text Data + - read_csv will now by default ignore blank lines when parsing + - API change in using Indexes in set operations + - Internal refactoring of the Index class to no longer + sub-class ndarray + - dropping support for PyTables less than version 3.0.0, + and numexpr less than version 2.1 +- Update minimum dependency versions of + python-numpy, python-tables, and python-numexpr + +------------------------------------------------------------------- Old: ---- pandas-0.14.1.tar.gz New: ---- pandas-0.15.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-pandas.spec ++++++ --- /var/tmp/diff_new_pack.69RcH0/_old 2014-10-22 16:23:26.000000000 +0200 +++ /var/tmp/diff_new_pack.69RcH0/_new 2014-10-22 16:23:26.000000000 +0200 @@ -18,7 +18,7 @@ %define modname pandas Name: python3-%{modname} -Version: 0.14.1 +Version: 0.15.0 Release: 0 Summary: Make working with "relational" or "labeled" data both easy and intuitive License: BSD-3-Clause @@ -38,19 +38,19 @@ BuildRequires: python3-html5lib BuildRequires: python3-lxml BuildRequires: python3-matplotlib -BuildRequires: python3-numexpr -BuildRequires: python3-numpy-devel +BuildRequires: python3-numexpr >= 2.1 +BuildRequires: python3-numpy-devel >= 1.7.0 BuildRequires: python3-openpyxl BuildRequires: python3-pytz BuildRequires: python3-scipy BuildRequires: python3-setuptools BuildRequires: python3-SQLAlchemy -BuildRequires: python3-tables +BuildRequires: python3-tables >= 3.0.0 BuildRequires: python3-xlrd # Not yet available for python 3 # BuildRequires: python3-xlwt Requires: python3-dateutil -Requires: python3-numpy +Requires: python3-numpy >= 1.7.0 Requires: python3-pytz Recommends: python3-Bottleneck Recommends: python3-beautifulsoup4 @@ -58,13 +58,13 @@ Recommends: python3-html5lib Recommends: python3-lxml Recommends: python3-matplotlib -Recommends: python3-numexpr +Recommends: python3-numexpr >= 2.1 Recommends: python3-openpyxl Recommends: python3-scipy Recommends: python3-statsmodels Recommends: python3-SQLAlchemy Recommends: python3-statsmodels -Recommends: python3-tables +Recommends: python3-tables >= 3.0.0 Recommends: python3-xlrd Recommends: python3-xlwt BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ pandas-0.14.1.tar.gz -> pandas-0.15.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python3-pandas/pandas-0.14.1.tar.gz /work/SRC/openSUSE:Factory/.python3-pandas.new/pandas-0.15.0.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
