Hello community, here is the log from the commit of package python-pandas for openSUSE:Factory checked in at 2014-10-22 16:23:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pandas (Old) and /work/SRC/openSUSE:Factory/.python-pandas.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pandas" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes 2014-07-31 21:50:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-pandas.new/python-pandas.changes 2014-10-22 16:23:26.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: ------------------ ++++++ python-pandas.spec ++++++ --- /var/tmp/diff_new_pack.FPfs8x/_old 2014-10-22 16:23:27.000000000 +0200 +++ /var/tmp/diff_new_pack.FPfs8x/_new 2014-10-22 16:23:27.000000000 +0200 @@ -18,7 +18,7 @@ %define modname pandas Name: python-%{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 @@ -37,8 +37,8 @@ BuildRequires: python-html5lib BuildRequires: python-lxml BuildRequires: python-matplotlib -BuildRequires: python-numexpr -BuildRequires: python-numpy-devel +BuildRequires: python-numexpr >= 2.1 +BuildRequires: python-numpy-devel >= 1.7.0 BuildRequires: python-openpyxl BuildRequires: python-pytz BuildRequires: python-scipy @@ -48,7 +48,7 @@ BuildRequires: python-xlrd BuildRequires: python-xlwt Requires: python-dateutil -Requires: python-numpy +Requires: python-numpy >= 1.7.0 Requires: python-pytz Recommends: python-Bottleneck Recommends: python-beautifulsoup4 @@ -56,7 +56,7 @@ Recommends: python-html5lib Recommends: python-lxml Recommends: python-matplotlib -Recommends: python-numexpr +Recommends: python-numexpr >= 2.1 Recommends: python-openpyxl Recommends: python-scipy Recommends: python-SQLAlchemy ++++++ pandas-0.14.1.tar.gz -> pandas-0.15.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-pandas/pandas-0.14.1.tar.gz /work/SRC/openSUSE:Factory/.python-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]
