summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbad <bad>2013-05-16 23:10:16 +0000
committerbad <bad>2013-05-16 23:10:16 +0000
commitd2cedb36ff7b7d45ccc6e9b305d393de56048062 (patch)
treefd68e764950e4554b8409865b66cd93e2ce42ca3
parentf6db61237dea3a54e492873b7be7390cb7b742bc (diff)
downloadpkgsrc-d2cedb36ff7b7d45ccc6e9b305d393de56048062.tar.gz
Update py-pandas to 0.11.0.
Summary of changes since 0.10.1: This is a major release from 0.10.1 and includes many new features and enhancements along with a large number of bug fixes. The methods of Selecting Data have had quite a number of additions, and Dtype support is now full-fledged. There are also a number of important API changes that long-time pandas users should pay close attention to. * New precision indexing fields loc, iloc, at, and iat, to reduce occasional ambiguity in the catch-all hitherto ix method. * Expanded support for NumPy data types in DataFrame. * NumExpr integration to accelerate various operator evaluation. * Improved DataFrame to CSV exporting performance. For a full list refer to the "what's new" page. Also fixes PLIST errors introduced in last update.
-rw-r--r--math/py-pandas/Makefile6
-rw-r--r--math/py-pandas/PLIST70
-rw-r--r--math/py-pandas/distinfo8
3 files changed, 62 insertions, 22 deletions
diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile
index 2da68c04bf0..fd645296dbe 100644
--- a/math/py-pandas/Makefile
+++ b/math/py-pandas/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2013/02/16 00:02:19 bad Exp $
+# $NetBSD: Makefile,v 1.4 2013/05/16 23:10:16 bad Exp $
-DISTNAME= pandas-0.10.1
+DISTNAME= pandas-0.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math graphics python
MASTER_SITES= http://pypi.python.org/packages/source/p/pandas/
@@ -22,7 +22,9 @@ USE_LANGUAGES+= c c++
# XXX Avoid picking up other compilers when installed
.include "../../mk/compiler.mk"
+# XXX want py-bottleneck
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
+.include "../../math/py-numexpr/buildlink3.mk"
.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/py-pandas/PLIST b/math/py-pandas/PLIST
index bc255fb1d32..4aa590756cf 100644
--- a/math/py-pandas/PLIST
+++ b/math/py-pandas/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2013/01/07 23:18:35 bad Exp $
+@comment $NetBSD: PLIST,v 1.3 2013/05/16 23:10:16 bad Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -26,6 +26,9 @@ ${PYSITELIB}/pandas/core/algorithms.pyo
${PYSITELIB}/pandas/core/api.py
${PYSITELIB}/pandas/core/api.pyc
${PYSITELIB}/pandas/core/api.pyo
+${PYSITELIB}/pandas/core/array.py
+${PYSITELIB}/pandas/core/array.pyc
+${PYSITELIB}/pandas/core/array.pyo
${PYSITELIB}/pandas/core/categorical.py
${PYSITELIB}/pandas/core/categorical.pyc
${PYSITELIB}/pandas/core/categorical.pyo
@@ -41,12 +44,12 @@ ${PYSITELIB}/pandas/core/config_init.pyo
${PYSITELIB}/pandas/core/daterange.py
${PYSITELIB}/pandas/core/daterange.pyc
${PYSITELIB}/pandas/core/daterange.pyo
-${PYSITELIB}/pandas/core/daterange_flymake.py
-${PYSITELIB}/pandas/core/daterange_flymake.pyc
-${PYSITELIB}/pandas/core/daterange_flymake.pyo
${PYSITELIB}/pandas/core/datetools.py
${PYSITELIB}/pandas/core/datetools.pyc
${PYSITELIB}/pandas/core/datetools.pyo
+${PYSITELIB}/pandas/core/expressions.py
+${PYSITELIB}/pandas/core/expressions.pyc
+${PYSITELIB}/pandas/core/expressions.pyo
${PYSITELIB}/pandas/core/format.py
${PYSITELIB}/pandas/core/format.pyc
${PYSITELIB}/pandas/core/format.pyo
@@ -127,16 +130,27 @@ ${PYSITELIB}/pandas/io/sql.pyo
${PYSITELIB}/pandas/io/tests/__init__.py
${PYSITELIB}/pandas/io/tests/__init__.pyc
${PYSITELIB}/pandas/io/tests/__init__.pyo
-${PYSITELIB}/pandas/io/tests/legacy.h5
-${PYSITELIB}/pandas/io/tests/legacy_table.h5
-${PYSITELIB}/pandas/io/tests/rossi_small.csv
-${PYSITELIB}/pandas/io/tests/salary.table
-${PYSITELIB}/pandas/io/tests/test.xls
-${PYSITELIB}/pandas/io/tests/test.xlsx
-${PYSITELIB}/pandas/io/tests/test1.csv
-${PYSITELIB}/pandas/io/tests/test2.csv
-${PYSITELIB}/pandas/io/tests/test2.xls
-${PYSITELIB}/pandas/io/tests/test3.xls
+${PYSITELIB}/pandas/io/tests/data/legacy_hdf/legacy.h5
+${PYSITELIB}/pandas/io/tests/data/legacy_hdf/legacy_0.10.h5
+${PYSITELIB}/pandas/io/tests/data/legacy_hdf/legacy_table.h5
+${PYSITELIB}/pandas/io/tests/data/legacy_hdf/pytables_native.h5
+${PYSITELIB}/pandas/io/tests/data/legacy_hdf/pytables_native2.h5
+${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.10.1/AMD64_windows_2.7.3.pickle
+${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.10.1/x86_64_linux_2.7.3.pickle
+${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_2.7.3.pickle
+${PYSITELIB}/pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_3.3.0.pickle
+${PYSITELIB}/pandas/io/tests/data/salary.table
+${PYSITELIB}/pandas/io/tests/data/test.xls
+${PYSITELIB}/pandas/io/tests/data/test.xlsx
+${PYSITELIB}/pandas/io/tests/data/test1.csv
+${PYSITELIB}/pandas/io/tests/data/test2.csv
+${PYSITELIB}/pandas/io/tests/data/test2.xls
+${PYSITELIB}/pandas/io/tests/data/test3.xls
+${PYSITELIB}/pandas/io/tests/data/unicode_series.csv
+${PYSITELIB}/pandas/io/tests/data/utf16_ex.txt
+${PYSITELIB}/pandas/io/tests/generate_legacy_pickles.py
+${PYSITELIB}/pandas/io/tests/generate_legacy_pickles.pyc
+${PYSITELIB}/pandas/io/tests/generate_legacy_pickles.pyo
${PYSITELIB}/pandas/io/tests/test_cparser.py
${PYSITELIB}/pandas/io/tests/test_cparser.pyc
${PYSITELIB}/pandas/io/tests/test_cparser.pyo
@@ -152,17 +166,24 @@ ${PYSITELIB}/pandas/io/tests/test_ga.pyo
${PYSITELIB}/pandas/io/tests/test_parsers.py
${PYSITELIB}/pandas/io/tests/test_parsers.pyc
${PYSITELIB}/pandas/io/tests/test_parsers.pyo
+${PYSITELIB}/pandas/io/tests/test_pickle.py
+${PYSITELIB}/pandas/io/tests/test_pickle.pyc
+${PYSITELIB}/pandas/io/tests/test_pickle.pyo
${PYSITELIB}/pandas/io/tests/test_pytables.py
${PYSITELIB}/pandas/io/tests/test_pytables.pyc
${PYSITELIB}/pandas/io/tests/test_pytables.pyo
${PYSITELIB}/pandas/io/tests/test_sql.py
${PYSITELIB}/pandas/io/tests/test_sql.pyc
${PYSITELIB}/pandas/io/tests/test_sql.pyo
-${PYSITELIB}/pandas/io/tests/test_utf16.csv
+${PYSITELIB}/pandas/io/tests/test_wb.py
+${PYSITELIB}/pandas/io/tests/test_wb.pyc
+${PYSITELIB}/pandas/io/tests/test_wb.pyo
${PYSITELIB}/pandas/io/tests/test_yahoo.py
${PYSITELIB}/pandas/io/tests/test_yahoo.pyc
${PYSITELIB}/pandas/io/tests/test_yahoo.pyo
-${PYSITELIB}/pandas/io/tests/utf16_ex.txt
+${PYSITELIB}/pandas/io/wb.py
+${PYSITELIB}/pandas/io/wb.pyc
+${PYSITELIB}/pandas/io/wb.pyo
${PYSITELIB}/pandas/lib.so
${PYSITELIB}/pandas/rpy/__init__.py
${PYSITELIB}/pandas/rpy/__init__.pyc
@@ -281,6 +302,7 @@ ${PYSITELIB}/pandas/tests/__init__.pyo
${PYSITELIB}/pandas/tests/data/iris.csv
${PYSITELIB}/pandas/tests/data/mindex_073.pickle
${PYSITELIB}/pandas/tests/data/multiindex_v1.pickle
+${PYSITELIB}/pandas/tests/data/tips.csv
${PYSITELIB}/pandas/tests/data/unicode_series.csv
${PYSITELIB}/pandas/tests/test_algos.py
${PYSITELIB}/pandas/tests/test_algos.pyc
@@ -291,6 +313,9 @@ ${PYSITELIB}/pandas/tests/test_common.pyo
${PYSITELIB}/pandas/tests/test_config.py
${PYSITELIB}/pandas/tests/test_config.pyc
${PYSITELIB}/pandas/tests/test_config.pyo
+${PYSITELIB}/pandas/tests/test_expressions.py
+${PYSITELIB}/pandas/tests/test_expressions.pyc
+${PYSITELIB}/pandas/tests/test_expressions.pyo
${PYSITELIB}/pandas/tests/test_factor.py
${PYSITELIB}/pandas/tests/test_factor.pyc
${PYSITELIB}/pandas/tests/test_factor.pyo
@@ -309,6 +334,9 @@ ${PYSITELIB}/pandas/tests/test_groupby.pyo
${PYSITELIB}/pandas/tests/test_index.py
${PYSITELIB}/pandas/tests/test_index.pyc
${PYSITELIB}/pandas/tests/test_index.pyo
+${PYSITELIB}/pandas/tests/test_indexing.py
+${PYSITELIB}/pandas/tests/test_indexing.pyc
+${PYSITELIB}/pandas/tests/test_indexing.pyo
${PYSITELIB}/pandas/tests/test_internals.py
${PYSITELIB}/pandas/tests/test_internals.pyc
${PYSITELIB}/pandas/tests/test_internals.pyo
@@ -330,6 +358,9 @@ ${PYSITELIB}/pandas/tests/test_panelnd.pyo
${PYSITELIB}/pandas/tests/test_reshape.py
${PYSITELIB}/pandas/tests/test_reshape.pyc
${PYSITELIB}/pandas/tests/test_reshape.pyo
+${PYSITELIB}/pandas/tests/test_rplot.py
+${PYSITELIB}/pandas/tests/test_rplot.pyc
+${PYSITELIB}/pandas/tests/test_rplot.pyo
${PYSITELIB}/pandas/tests/test_series.py
${PYSITELIB}/pandas/tests/test_series.pyc
${PYSITELIB}/pandas/tests/test_series.pyo
@@ -339,6 +370,9 @@ ${PYSITELIB}/pandas/tests/test_stats.pyo
${PYSITELIB}/pandas/tests/test_strings.py
${PYSITELIB}/pandas/tests/test_strings.pyc
${PYSITELIB}/pandas/tests/test_strings.pyo
+${PYSITELIB}/pandas/tests/test_tests.py
+${PYSITELIB}/pandas/tests/test_tests.pyc
+${PYSITELIB}/pandas/tests/test_tests.pyo
${PYSITELIB}/pandas/tests/test_tseries.py
${PYSITELIB}/pandas/tests/test_tseries.pyc
${PYSITELIB}/pandas/tests/test_tseries.pyo
@@ -357,6 +391,9 @@ ${PYSITELIB}/pandas/tools/pivot.pyo
${PYSITELIB}/pandas/tools/plotting.py
${PYSITELIB}/pandas/tools/plotting.pyc
${PYSITELIB}/pandas/tools/plotting.pyo
+${PYSITELIB}/pandas/tools/rplot.py
+${PYSITELIB}/pandas/tools/rplot.pyc
+${PYSITELIB}/pandas/tools/rplot.pyo
${PYSITELIB}/pandas/tools/tests/__init__.py
${PYSITELIB}/pandas/tools/tests/__init__.pyc
${PYSITELIB}/pandas/tools/tests/__init__.pyo
@@ -414,6 +451,7 @@ ${PYSITELIB}/pandas/tseries/tests/__init__.pyc
${PYSITELIB}/pandas/tseries/tests/__init__.pyo
${PYSITELIB}/pandas/tseries/tests/data/daterange_073.pickle
${PYSITELIB}/pandas/tseries/tests/data/frame.pickle
+${PYSITELIB}/pandas/tseries/tests/data/frame2.pickle
${PYSITELIB}/pandas/tseries/tests/data/series.pickle
${PYSITELIB}/pandas/tseries/tests/data/series_daterange0.pickle
${PYSITELIB}/pandas/tseries/tests/test_converter.py
diff --git a/math/py-pandas/distinfo b/math/py-pandas/distinfo
index 3c4555f6fd0..fbb94c19ce6 100644
--- a/math/py-pandas/distinfo
+++ b/math/py-pandas/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2013/02/16 00:02:19 bad Exp $
+$NetBSD: distinfo,v 1.4 2013/05/16 23:10:16 bad Exp $
-SHA1 (pandas-0.10.1.tar.gz) = a1da6856763509fdef82fd2029b867c270691d42
-RMD160 (pandas-0.10.1.tar.gz) = d2e64ae86d0f470f70abb74663afb5e1d72a07f4
-Size (pandas-0.10.1.tar.gz) = 2499500 bytes
+SHA1 (pandas-0.11.0.tar.gz) = 45ec33b4f500f89e16d842fd6c674722898b21eb
+RMD160 (pandas-0.11.0.tar.gz) = 600d3c4619def15f53d4a16bf6f91553f76c9df6
+Size (pandas-0.11.0.tar.gz) = 2783590 bytes