pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-pandas



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 30 07:56:30 UTC 2018

Modified Files:
        pkgsrc/math/py-pandas: Makefile PLIST distinfo

Log Message:
py-pandas: updated to 0.23.0

v0.23.0:

This is a major release from 0.22.0 and includes a number of API changes,
deprecations, new features, enhancements, and performance improvements along
with a large number of bug fixes. We recommend that all users upgrade to this
version.

Highlights include:
- Round-trippable JSON format with 'table' orient
- Instantiation from dicts respects order for Python 3.6+
- Dependent column arguments for assign
- Merging / sorting on a combination of columns and index levels
- Extending Pandas with custom types
- Excluding unobserved categories from groupby
- Changes to make output shape of DataFrame.apply consistent


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/py-pandas/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/py-pandas/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/py-pandas/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-pandas/Makefile
diff -u pkgsrc/math/py-pandas/Makefile:1.21 pkgsrc/math/py-pandas/Makefile:1.22
--- pkgsrc/math/py-pandas/Makefile:1.21 Tue Jan 30 09:21:44 2018
+++ pkgsrc/math/py-pandas/Makefile      Wed May 30 07:56:30 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2018/01/30 09:21:44 adam Exp $
+# $NetBSD: Makefile,v 1.22 2018/05/30 07:56:30 adam Exp $
 
-DISTNAME=      pandas-0.22.0
+DISTNAME=      pandas-0.23.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pandas/}
@@ -18,8 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-pytables>=2.2:.
 DEPENDS+=      ${PYPKGPREFIX}-pytz>=1.5:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.7:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-# TEST_DEPENDS
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 # 20 test failures as of 0.18.1, see
 # https://github.com/pydata/pandas/issues/12337
 # https://github.com/pydata/pandas/issues/14043

Index: pkgsrc/math/py-pandas/PLIST
diff -u pkgsrc/math/py-pandas/PLIST:1.14 pkgsrc/math/py-pandas/PLIST:1.15
--- pkgsrc/math/py-pandas/PLIST:1.14    Thu Dec 14 13:37:59 2017
+++ pkgsrc/math/py-pandas/PLIST Wed May 30 07:56:30 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2017/12/14 13:37:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2018/05/30 07:56:30 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -16,33 +16,50 @@ ${PYSITELIB}/pandas/_libs/groupby.so
 ${PYSITELIB}/pandas/_libs/hashing.so
 ${PYSITELIB}/pandas/_libs/hashtable.so
 ${PYSITELIB}/pandas/_libs/index.so
+${PYSITELIB}/pandas/_libs/indexing.so
+${PYSITELIB}/pandas/_libs/internals.so
 ${PYSITELIB}/pandas/_libs/interval.so
 ${PYSITELIB}/pandas/_libs/join.so
 ${PYSITELIB}/pandas/_libs/json.so
 ${PYSITELIB}/pandas/_libs/lib.so
+${PYSITELIB}/pandas/_libs/missing.so
+${PYSITELIB}/pandas/_libs/ops.so
 ${PYSITELIB}/pandas/_libs/parsers.so
-${PYSITELIB}/pandas/_libs/period.so
 ${PYSITELIB}/pandas/_libs/properties.so
+${PYSITELIB}/pandas/_libs/reduction.so
 ${PYSITELIB}/pandas/_libs/reshape.so
+${PYSITELIB}/pandas/_libs/skiplist.so
 ${PYSITELIB}/pandas/_libs/sparse.so
 ${PYSITELIB}/pandas/_libs/testing.so
 ${PYSITELIB}/pandas/_libs/tslib.so
 ${PYSITELIB}/pandas/_libs/tslibs/__init__.py
 ${PYSITELIB}/pandas/_libs/tslibs/__init__.pyc
 ${PYSITELIB}/pandas/_libs/tslibs/__init__.pyo
+${PYSITELIB}/pandas/_libs/tslibs/ccalendar.so
+${PYSITELIB}/pandas/_libs/tslibs/conversion.so
 ${PYSITELIB}/pandas/_libs/tslibs/fields.so
 ${PYSITELIB}/pandas/_libs/tslibs/frequencies.so
+${PYSITELIB}/pandas/_libs/tslibs/nattype.so
+${PYSITELIB}/pandas/_libs/tslibs/np_datetime.so
+${PYSITELIB}/pandas/_libs/tslibs/offsets.so
 ${PYSITELIB}/pandas/_libs/tslibs/parsing.so
+${PYSITELIB}/pandas/_libs/tslibs/period.so
+${PYSITELIB}/pandas/_libs/tslibs/resolution.so
 ${PYSITELIB}/pandas/_libs/tslibs/strptime.so
 ${PYSITELIB}/pandas/_libs/tslibs/timedeltas.so
+${PYSITELIB}/pandas/_libs/tslibs/timestamps.so
 ${PYSITELIB}/pandas/_libs/tslibs/timezones.so
 ${PYSITELIB}/pandas/_libs/window.so
+${PYSITELIB}/pandas/_libs/writers.so
 ${PYSITELIB}/pandas/_version.py
 ${PYSITELIB}/pandas/_version.pyc
 ${PYSITELIB}/pandas/_version.pyo
 ${PYSITELIB}/pandas/api/__init__.py
 ${PYSITELIB}/pandas/api/__init__.pyc
 ${PYSITELIB}/pandas/api/__init__.pyo
+${PYSITELIB}/pandas/api/extensions/__init__.py
+${PYSITELIB}/pandas/api/extensions/__init__.pyc
+${PYSITELIB}/pandas/api/extensions/__init__.pyo
 ${PYSITELIB}/pandas/api/types/__init__.py
 ${PYSITELIB}/pandas/api/types/__init__.pyc
 ${PYSITELIB}/pandas/api/types/__init__.pyo
@@ -61,9 +78,6 @@ ${PYSITELIB}/pandas/compat/numpy/__init_
 ${PYSITELIB}/pandas/compat/numpy/function.py
 ${PYSITELIB}/pandas/compat/numpy/function.pyc
 ${PYSITELIB}/pandas/compat/numpy/function.pyo
-${PYSITELIB}/pandas/compat/openpyxl_compat.py
-${PYSITELIB}/pandas/compat/openpyxl_compat.pyc
-${PYSITELIB}/pandas/compat/openpyxl_compat.pyo
 ${PYSITELIB}/pandas/compat/pickle_compat.py
 ${PYSITELIB}/pandas/compat/pickle_compat.pyc
 ${PYSITELIB}/pandas/compat/pickle_compat.pyo
@@ -88,6 +102,18 @@ ${PYSITELIB}/pandas/core/algorithms.pyo
 ${PYSITELIB}/pandas/core/api.py
 ${PYSITELIB}/pandas/core/api.pyc
 ${PYSITELIB}/pandas/core/api.pyo
+${PYSITELIB}/pandas/core/apply.py
+${PYSITELIB}/pandas/core/apply.pyc
+${PYSITELIB}/pandas/core/apply.pyo
+${PYSITELIB}/pandas/core/arrays/__init__.py
+${PYSITELIB}/pandas/core/arrays/__init__.pyc
+${PYSITELIB}/pandas/core/arrays/__init__.pyo
+${PYSITELIB}/pandas/core/arrays/base.py
+${PYSITELIB}/pandas/core/arrays/base.pyc
+${PYSITELIB}/pandas/core/arrays/base.pyo
+${PYSITELIB}/pandas/core/arrays/categorical.py
+${PYSITELIB}/pandas/core/arrays/categorical.pyc
+${PYSITELIB}/pandas/core/arrays/categorical.pyo
 ${PYSITELIB}/pandas/core/base.py
 ${PYSITELIB}/pandas/core/base.pyc
 ${PYSITELIB}/pandas/core/base.pyo
@@ -148,6 +174,9 @@ ${PYSITELIB}/pandas/core/dtypes/__init__
 ${PYSITELIB}/pandas/core/dtypes/api.py
 ${PYSITELIB}/pandas/core/dtypes/api.pyc
 ${PYSITELIB}/pandas/core/dtypes/api.pyo
+${PYSITELIB}/pandas/core/dtypes/base.py
+${PYSITELIB}/pandas/core/dtypes/base.pyc
+${PYSITELIB}/pandas/core/dtypes/base.pyo
 ${PYSITELIB}/pandas/core/dtypes/cast.py
 ${PYSITELIB}/pandas/core/dtypes/cast.pyc
 ${PYSITELIB}/pandas/core/dtypes/cast.pyo
@@ -175,9 +204,12 @@ ${PYSITELIB}/pandas/core/frame.pyo
 ${PYSITELIB}/pandas/core/generic.py
 ${PYSITELIB}/pandas/core/generic.pyc
 ${PYSITELIB}/pandas/core/generic.pyo
-${PYSITELIB}/pandas/core/groupby.py
-${PYSITELIB}/pandas/core/groupby.pyc
-${PYSITELIB}/pandas/core/groupby.pyo
+${PYSITELIB}/pandas/core/groupby/__init__.py
+${PYSITELIB}/pandas/core/groupby/__init__.pyc
+${PYSITELIB}/pandas/core/groupby/__init__.pyo
+${PYSITELIB}/pandas/core/groupby/groupby.py
+${PYSITELIB}/pandas/core/groupby/groupby.pyc
+${PYSITELIB}/pandas/core/groupby/groupby.pyo
 ${PYSITELIB}/pandas/core/index.py
 ${PYSITELIB}/pandas/core/index.pyc
 ${PYSITELIB}/pandas/core/index.pyo
@@ -241,12 +273,6 @@ ${PYSITELIB}/pandas/core/ops.pyo
 ${PYSITELIB}/pandas/core/panel.py
 ${PYSITELIB}/pandas/core/panel.pyc
 ${PYSITELIB}/pandas/core/panel.pyo
-${PYSITELIB}/pandas/core/panel4d.py
-${PYSITELIB}/pandas/core/panel4d.pyc
-${PYSITELIB}/pandas/core/panel4d.pyo
-${PYSITELIB}/pandas/core/panelnd.py
-${PYSITELIB}/pandas/core/panelnd.pyc
-${PYSITELIB}/pandas/core/panelnd.pyo
 ${PYSITELIB}/pandas/core/resample.py
 ${PYSITELIB}/pandas/core/resample.pyc
 ${PYSITELIB}/pandas/core/resample.pyo
@@ -259,6 +285,9 @@ ${PYSITELIB}/pandas/core/reshape/api.pyo
 ${PYSITELIB}/pandas/core/reshape/concat.py
 ${PYSITELIB}/pandas/core/reshape/concat.pyc
 ${PYSITELIB}/pandas/core/reshape/concat.pyo
+${PYSITELIB}/pandas/core/reshape/melt.py
+${PYSITELIB}/pandas/core/reshape/melt.pyc
+${PYSITELIB}/pandas/core/reshape/melt.pyo
 ${PYSITELIB}/pandas/core/reshape/merge.py
 ${PYSITELIB}/pandas/core/reshape/merge.pyc
 ${PYSITELIB}/pandas/core/reshape/merge.pyo
@@ -292,9 +321,6 @@ ${PYSITELIB}/pandas/core/sparse/array.py
 ${PYSITELIB}/pandas/core/sparse/frame.py
 ${PYSITELIB}/pandas/core/sparse/frame.pyc
 ${PYSITELIB}/pandas/core/sparse/frame.pyo
-${PYSITELIB}/pandas/core/sparse/list.py
-${PYSITELIB}/pandas/core/sparse/list.pyc
-${PYSITELIB}/pandas/core/sparse/list.pyo
 ${PYSITELIB}/pandas/core/sparse/scipy_sparse.py
 ${PYSITELIB}/pandas/core/sparse/scipy_sparse.pyc
 ${PYSITELIB}/pandas/core/sparse/scipy_sparse.pyo
@@ -358,9 +384,6 @@ ${PYSITELIB}/pandas/io/clipboards.pyo
 ${PYSITELIB}/pandas/io/common.py
 ${PYSITELIB}/pandas/io/common.pyc
 ${PYSITELIB}/pandas/io/common.pyo
-${PYSITELIB}/pandas/io/data.py
-${PYSITELIB}/pandas/io/data.pyc
-${PYSITELIB}/pandas/io/data.pyo
 ${PYSITELIB}/pandas/io/date_converters.py
 ${PYSITELIB}/pandas/io/date_converters.pyc
 ${PYSITELIB}/pandas/io/date_converters.pyo
@@ -373,21 +396,27 @@ ${PYSITELIB}/pandas/io/feather_format.py
 ${PYSITELIB}/pandas/io/formats/__init__.py
 ${PYSITELIB}/pandas/io/formats/__init__.pyc
 ${PYSITELIB}/pandas/io/formats/__init__.pyo
-${PYSITELIB}/pandas/io/formats/common.py
-${PYSITELIB}/pandas/io/formats/common.pyc
-${PYSITELIB}/pandas/io/formats/common.pyo
 ${PYSITELIB}/pandas/io/formats/console.py
 ${PYSITELIB}/pandas/io/formats/console.pyc
 ${PYSITELIB}/pandas/io/formats/console.pyo
 ${PYSITELIB}/pandas/io/formats/css.py
 ${PYSITELIB}/pandas/io/formats/css.pyc
 ${PYSITELIB}/pandas/io/formats/css.pyo
+${PYSITELIB}/pandas/io/formats/csvs.py
+${PYSITELIB}/pandas/io/formats/csvs.pyc
+${PYSITELIB}/pandas/io/formats/csvs.pyo
 ${PYSITELIB}/pandas/io/formats/excel.py
 ${PYSITELIB}/pandas/io/formats/excel.pyc
 ${PYSITELIB}/pandas/io/formats/excel.pyo
 ${PYSITELIB}/pandas/io/formats/format.py
 ${PYSITELIB}/pandas/io/formats/format.pyc
 ${PYSITELIB}/pandas/io/formats/format.pyo
+${PYSITELIB}/pandas/io/formats/html.py
+${PYSITELIB}/pandas/io/formats/html.pyc
+${PYSITELIB}/pandas/io/formats/html.pyo
+${PYSITELIB}/pandas/io/formats/latex.py
+${PYSITELIB}/pandas/io/formats/latex.pyc
+${PYSITELIB}/pandas/io/formats/latex.pyo
 ${PYSITELIB}/pandas/io/formats/printing.py
 ${PYSITELIB}/pandas/io/formats/printing.pyc
 ${PYSITELIB}/pandas/io/formats/printing.pyo
@@ -467,9 +496,6 @@ ${PYSITELIB}/pandas/io/sql.pyo
 ${PYSITELIB}/pandas/io/stata.py
 ${PYSITELIB}/pandas/io/stata.pyc
 ${PYSITELIB}/pandas/io/stata.pyo
-${PYSITELIB}/pandas/io/wb.py
-${PYSITELIB}/pandas/io/wb.pyc
-${PYSITELIB}/pandas/io/wb.pyo
 ${PYSITELIB}/pandas/json.py
 ${PYSITELIB}/pandas/json.pyc
 ${PYSITELIB}/pandas/json.pyo
@@ -503,15 +529,6 @@ ${PYSITELIB}/pandas/plotting/_timeseries
 ${PYSITELIB}/pandas/plotting/_tools.py
 ${PYSITELIB}/pandas/plotting/_tools.pyc
 ${PYSITELIB}/pandas/plotting/_tools.pyo
-${PYSITELIB}/pandas/stats/__init__.py
-${PYSITELIB}/pandas/stats/__init__.pyc
-${PYSITELIB}/pandas/stats/__init__.pyo
-${PYSITELIB}/pandas/stats/api.py
-${PYSITELIB}/pandas/stats/api.pyc
-${PYSITELIB}/pandas/stats/api.pyo
-${PYSITELIB}/pandas/stats/moments.py
-${PYSITELIB}/pandas/stats/moments.pyc
-${PYSITELIB}/pandas/stats/moments.pyo
 ${PYSITELIB}/pandas/testing.py
 ${PYSITELIB}/pandas/testing.pyc
 ${PYSITELIB}/pandas/testing.pyo
@@ -527,6 +544,51 @@ ${PYSITELIB}/pandas/tests/api/test_api.p
 ${PYSITELIB}/pandas/tests/api/test_types.py
 ${PYSITELIB}/pandas/tests/api/test_types.pyc
 ${PYSITELIB}/pandas/tests/api/test_types.pyo
+${PYSITELIB}/pandas/tests/categorical/__init__.py
+${PYSITELIB}/pandas/tests/categorical/__init__.pyc
+${PYSITELIB}/pandas/tests/categorical/__init__.pyo
+${PYSITELIB}/pandas/tests/categorical/common.py
+${PYSITELIB}/pandas/tests/categorical/common.pyc
+${PYSITELIB}/pandas/tests/categorical/common.pyo
+${PYSITELIB}/pandas/tests/categorical/conftest.py
+${PYSITELIB}/pandas/tests/categorical/conftest.pyc
+${PYSITELIB}/pandas/tests/categorical/conftest.pyo
+${PYSITELIB}/pandas/tests/categorical/test_algos.py
+${PYSITELIB}/pandas/tests/categorical/test_algos.pyc
+${PYSITELIB}/pandas/tests/categorical/test_algos.pyo
+${PYSITELIB}/pandas/tests/categorical/test_analytics.py
+${PYSITELIB}/pandas/tests/categorical/test_analytics.pyc
+${PYSITELIB}/pandas/tests/categorical/test_analytics.pyo
+${PYSITELIB}/pandas/tests/categorical/test_api.py
+${PYSITELIB}/pandas/tests/categorical/test_api.pyc
+${PYSITELIB}/pandas/tests/categorical/test_api.pyo
+${PYSITELIB}/pandas/tests/categorical/test_constructors.py
+${PYSITELIB}/pandas/tests/categorical/test_constructors.pyc
+${PYSITELIB}/pandas/tests/categorical/test_constructors.pyo
+${PYSITELIB}/pandas/tests/categorical/test_dtypes.py
+${PYSITELIB}/pandas/tests/categorical/test_dtypes.pyc
+${PYSITELIB}/pandas/tests/categorical/test_dtypes.pyo
+${PYSITELIB}/pandas/tests/categorical/test_indexing.py
+${PYSITELIB}/pandas/tests/categorical/test_indexing.pyc
+${PYSITELIB}/pandas/tests/categorical/test_indexing.pyo
+${PYSITELIB}/pandas/tests/categorical/test_missing.py
+${PYSITELIB}/pandas/tests/categorical/test_missing.pyc
+${PYSITELIB}/pandas/tests/categorical/test_missing.pyo
+${PYSITELIB}/pandas/tests/categorical/test_operators.py
+${PYSITELIB}/pandas/tests/categorical/test_operators.pyc
+${PYSITELIB}/pandas/tests/categorical/test_operators.pyo
+${PYSITELIB}/pandas/tests/categorical/test_repr.py
+${PYSITELIB}/pandas/tests/categorical/test_repr.pyc
+${PYSITELIB}/pandas/tests/categorical/test_repr.pyo
+${PYSITELIB}/pandas/tests/categorical/test_sorting.py
+${PYSITELIB}/pandas/tests/categorical/test_sorting.pyc
+${PYSITELIB}/pandas/tests/categorical/test_sorting.pyo
+${PYSITELIB}/pandas/tests/categorical/test_subclass.py
+${PYSITELIB}/pandas/tests/categorical/test_subclass.pyc
+${PYSITELIB}/pandas/tests/categorical/test_subclass.pyo
+${PYSITELIB}/pandas/tests/categorical/test_warnings.py
+${PYSITELIB}/pandas/tests/categorical/test_warnings.pyc
+${PYSITELIB}/pandas/tests/categorical/test_warnings.pyo
 ${PYSITELIB}/pandas/tests/computation/__init__.py
 ${PYSITELIB}/pandas/tests/computation/__init__.pyc
 ${PYSITELIB}/pandas/tests/computation/__init__.pyo
@@ -559,12 +621,81 @@ ${PYSITELIB}/pandas/tests/dtypes/test_ge
 ${PYSITELIB}/pandas/tests/dtypes/test_inference.py
 ${PYSITELIB}/pandas/tests/dtypes/test_inference.pyc
 ${PYSITELIB}/pandas/tests/dtypes/test_inference.pyo
-${PYSITELIB}/pandas/tests/dtypes/test_io.py
-${PYSITELIB}/pandas/tests/dtypes/test_io.pyc
-${PYSITELIB}/pandas/tests/dtypes/test_io.pyo
 ${PYSITELIB}/pandas/tests/dtypes/test_missing.py
 ${PYSITELIB}/pandas/tests/dtypes/test_missing.pyc
 ${PYSITELIB}/pandas/tests/dtypes/test_missing.pyo
+${PYSITELIB}/pandas/tests/extension/__init__.py
+${PYSITELIB}/pandas/tests/extension/__init__.pyc
+${PYSITELIB}/pandas/tests/extension/__init__.pyo
+${PYSITELIB}/pandas/tests/extension/base/__init__.py
+${PYSITELIB}/pandas/tests/extension/base/__init__.pyc
+${PYSITELIB}/pandas/tests/extension/base/__init__.pyo
+${PYSITELIB}/pandas/tests/extension/base/base.py
+${PYSITELIB}/pandas/tests/extension/base/base.pyc
+${PYSITELIB}/pandas/tests/extension/base/base.pyo
+${PYSITELIB}/pandas/tests/extension/base/casting.py
+${PYSITELIB}/pandas/tests/extension/base/casting.pyc
+${PYSITELIB}/pandas/tests/extension/base/casting.pyo
+${PYSITELIB}/pandas/tests/extension/base/constructors.py
+${PYSITELIB}/pandas/tests/extension/base/constructors.pyc
+${PYSITELIB}/pandas/tests/extension/base/constructors.pyo
+${PYSITELIB}/pandas/tests/extension/base/dtype.py
+${PYSITELIB}/pandas/tests/extension/base/dtype.pyc
+${PYSITELIB}/pandas/tests/extension/base/dtype.pyo
+${PYSITELIB}/pandas/tests/extension/base/getitem.py
+${PYSITELIB}/pandas/tests/extension/base/getitem.pyc
+${PYSITELIB}/pandas/tests/extension/base/getitem.pyo
+${PYSITELIB}/pandas/tests/extension/base/groupby.py
+${PYSITELIB}/pandas/tests/extension/base/groupby.pyc
+${PYSITELIB}/pandas/tests/extension/base/groupby.pyo
+${PYSITELIB}/pandas/tests/extension/base/interface.py
+${PYSITELIB}/pandas/tests/extension/base/interface.pyc
+${PYSITELIB}/pandas/tests/extension/base/interface.pyo
+${PYSITELIB}/pandas/tests/extension/base/methods.py
+${PYSITELIB}/pandas/tests/extension/base/methods.pyc
+${PYSITELIB}/pandas/tests/extension/base/methods.pyo
+${PYSITELIB}/pandas/tests/extension/base/missing.py
+${PYSITELIB}/pandas/tests/extension/base/missing.pyc
+${PYSITELIB}/pandas/tests/extension/base/missing.pyo
+${PYSITELIB}/pandas/tests/extension/base/reshaping.py
+${PYSITELIB}/pandas/tests/extension/base/reshaping.pyc
+${PYSITELIB}/pandas/tests/extension/base/reshaping.pyo
+${PYSITELIB}/pandas/tests/extension/base/setitem.py
+${PYSITELIB}/pandas/tests/extension/base/setitem.pyc
+${PYSITELIB}/pandas/tests/extension/base/setitem.pyo
+${PYSITELIB}/pandas/tests/extension/category/__init__.py
+${PYSITELIB}/pandas/tests/extension/category/__init__.pyc
+${PYSITELIB}/pandas/tests/extension/category/__init__.pyo
+${PYSITELIB}/pandas/tests/extension/category/test_categorical.py
+${PYSITELIB}/pandas/tests/extension/category/test_categorical.pyc
+${PYSITELIB}/pandas/tests/extension/category/test_categorical.pyo
+${PYSITELIB}/pandas/tests/extension/conftest.py
+${PYSITELIB}/pandas/tests/extension/conftest.pyc
+${PYSITELIB}/pandas/tests/extension/conftest.pyo
+${PYSITELIB}/pandas/tests/extension/decimal/__init__.py
+${PYSITELIB}/pandas/tests/extension/decimal/__init__.pyc
+${PYSITELIB}/pandas/tests/extension/decimal/__init__.pyo
+${PYSITELIB}/pandas/tests/extension/decimal/array.py
+${PYSITELIB}/pandas/tests/extension/decimal/array.pyc
+${PYSITELIB}/pandas/tests/extension/decimal/array.pyo
+${PYSITELIB}/pandas/tests/extension/decimal/test_decimal.py
+${PYSITELIB}/pandas/tests/extension/decimal/test_decimal.pyc
+${PYSITELIB}/pandas/tests/extension/decimal/test_decimal.pyo
+${PYSITELIB}/pandas/tests/extension/json/__init__.py
+${PYSITELIB}/pandas/tests/extension/json/__init__.pyc
+${PYSITELIB}/pandas/tests/extension/json/__init__.pyo
+${PYSITELIB}/pandas/tests/extension/json/array.py
+${PYSITELIB}/pandas/tests/extension/json/array.pyc
+${PYSITELIB}/pandas/tests/extension/json/array.pyo
+${PYSITELIB}/pandas/tests/extension/json/test_json.py
+${PYSITELIB}/pandas/tests/extension/json/test_json.pyc
+${PYSITELIB}/pandas/tests/extension/json/test_json.pyo
+${PYSITELIB}/pandas/tests/extension/test_common.py
+${PYSITELIB}/pandas/tests/extension/test_common.pyc
+${PYSITELIB}/pandas/tests/extension/test_common.pyo
+${PYSITELIB}/pandas/tests/extension/test_external_block.py
+${PYSITELIB}/pandas/tests/extension/test_external_block.pyc
+${PYSITELIB}/pandas/tests/extension/test_external_block.pyo
 ${PYSITELIB}/pandas/tests/frame/__init__.py
 ${PYSITELIB}/pandas/tests/frame/__init__.pyc
 ${PYSITELIB}/pandas/tests/frame/__init__.pyo
@@ -583,6 +714,9 @@ ${PYSITELIB}/pandas/tests/frame/test_api
 ${PYSITELIB}/pandas/tests/frame/test_apply.py
 ${PYSITELIB}/pandas/tests/frame/test_apply.pyc
 ${PYSITELIB}/pandas/tests/frame/test_apply.pyo
+${PYSITELIB}/pandas/tests/frame/test_arithmetic.py
+${PYSITELIB}/pandas/tests/frame/test_arithmetic.pyc
+${PYSITELIB}/pandas/tests/frame/test_arithmetic.pyo
 ${PYSITELIB}/pandas/tests/frame/test_asof.py
 ${PYSITELIB}/pandas/tests/frame/test_asof.pyc
 ${PYSITELIB}/pandas/tests/frame/test_asof.pyo
@@ -643,6 +777,9 @@ ${PYSITELIB}/pandas/tests/frame/test_rep
 ${PYSITELIB}/pandas/tests/frame/test_reshape.py
 ${PYSITELIB}/pandas/tests/frame/test_reshape.pyc
 ${PYSITELIB}/pandas/tests/frame/test_reshape.pyo
+${PYSITELIB}/pandas/tests/frame/test_sort_values_level_as_str.py
+${PYSITELIB}/pandas/tests/frame/test_sort_values_level_as_str.pyc
+${PYSITELIB}/pandas/tests/frame/test_sort_values_level_as_str.pyo
 ${PYSITELIB}/pandas/tests/frame/test_sorting.py
 ${PYSITELIB}/pandas/tests/frame/test_sorting.pyc
 ${PYSITELIB}/pandas/tests/frame/test_sorting.pyo
@@ -652,21 +789,54 @@ ${PYSITELIB}/pandas/tests/frame/test_sub
 ${PYSITELIB}/pandas/tests/frame/test_timeseries.py
 ${PYSITELIB}/pandas/tests/frame/test_timeseries.pyc
 ${PYSITELIB}/pandas/tests/frame/test_timeseries.pyo
+${PYSITELIB}/pandas/tests/frame/test_timezones.py
+${PYSITELIB}/pandas/tests/frame/test_timezones.pyc
+${PYSITELIB}/pandas/tests/frame/test_timezones.pyo
 ${PYSITELIB}/pandas/tests/frame/test_to_csv.py
 ${PYSITELIB}/pandas/tests/frame/test_to_csv.pyc
 ${PYSITELIB}/pandas/tests/frame/test_to_csv.pyo
 ${PYSITELIB}/pandas/tests/frame/test_validate.py
 ${PYSITELIB}/pandas/tests/frame/test_validate.pyc
 ${PYSITELIB}/pandas/tests/frame/test_validate.pyo
+${PYSITELIB}/pandas/tests/generic/__init__.py
+${PYSITELIB}/pandas/tests/generic/__init__.pyc
+${PYSITELIB}/pandas/tests/generic/__init__.pyo
+${PYSITELIB}/pandas/tests/generic/test_frame.py
+${PYSITELIB}/pandas/tests/generic/test_frame.pyc
+${PYSITELIB}/pandas/tests/generic/test_frame.pyo
+${PYSITELIB}/pandas/tests/generic/test_generic.py
+${PYSITELIB}/pandas/tests/generic/test_generic.pyc
+${PYSITELIB}/pandas/tests/generic/test_generic.pyo
+${PYSITELIB}/pandas/tests/generic/test_label_or_level_utils.py
+${PYSITELIB}/pandas/tests/generic/test_label_or_level_utils.pyc
+${PYSITELIB}/pandas/tests/generic/test_label_or_level_utils.pyo
+${PYSITELIB}/pandas/tests/generic/test_panel.py
+${PYSITELIB}/pandas/tests/generic/test_panel.pyc
+${PYSITELIB}/pandas/tests/generic/test_panel.pyo
+${PYSITELIB}/pandas/tests/generic/test_series.py
+${PYSITELIB}/pandas/tests/generic/test_series.pyc
+${PYSITELIB}/pandas/tests/generic/test_series.pyo
 ${PYSITELIB}/pandas/tests/groupby/__init__.py
 ${PYSITELIB}/pandas/tests/groupby/__init__.pyc
 ${PYSITELIB}/pandas/tests/groupby/__init__.pyo
-${PYSITELIB}/pandas/tests/groupby/common.py
-${PYSITELIB}/pandas/tests/groupby/common.pyc
-${PYSITELIB}/pandas/tests/groupby/common.pyo
-${PYSITELIB}/pandas/tests/groupby/test_aggregate.py
-${PYSITELIB}/pandas/tests/groupby/test_aggregate.pyc
-${PYSITELIB}/pandas/tests/groupby/test_aggregate.pyo
+${PYSITELIB}/pandas/tests/groupby/aggregate/__init__.py
+${PYSITELIB}/pandas/tests/groupby/aggregate/__init__.pyc
+${PYSITELIB}/pandas/tests/groupby/aggregate/__init__.pyo
+${PYSITELIB}/pandas/tests/groupby/aggregate/test_aggregate.py
+${PYSITELIB}/pandas/tests/groupby/aggregate/test_aggregate.pyc
+${PYSITELIB}/pandas/tests/groupby/aggregate/test_aggregate.pyo
+${PYSITELIB}/pandas/tests/groupby/aggregate/test_cython.py
+${PYSITELIB}/pandas/tests/groupby/aggregate/test_cython.pyc
+${PYSITELIB}/pandas/tests/groupby/aggregate/test_cython.pyo
+${PYSITELIB}/pandas/tests/groupby/aggregate/test_other.py
+${PYSITELIB}/pandas/tests/groupby/aggregate/test_other.pyc
+${PYSITELIB}/pandas/tests/groupby/aggregate/test_other.pyo
+${PYSITELIB}/pandas/tests/groupby/conftest.py
+${PYSITELIB}/pandas/tests/groupby/conftest.pyc
+${PYSITELIB}/pandas/tests/groupby/conftest.pyo
+${PYSITELIB}/pandas/tests/groupby/test_apply.py
+${PYSITELIB}/pandas/tests/groupby/test_apply.pyc
+${PYSITELIB}/pandas/tests/groupby/test_apply.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_bin_groupby.py
 ${PYSITELIB}/pandas/tests/groupby/test_bin_groupby.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_bin_groupby.pyo
@@ -679,15 +849,24 @@ ${PYSITELIB}/pandas/tests/groupby/test_c
 ${PYSITELIB}/pandas/tests/groupby/test_filters.py
 ${PYSITELIB}/pandas/tests/groupby/test_filters.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_filters.pyo
+${PYSITELIB}/pandas/tests/groupby/test_function.py
+${PYSITELIB}/pandas/tests/groupby/test_function.pyc
+${PYSITELIB}/pandas/tests/groupby/test_function.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_groupby.py
 ${PYSITELIB}/pandas/tests/groupby/test_groupby.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_groupby.pyo
+${PYSITELIB}/pandas/tests/groupby/test_grouping.py
+${PYSITELIB}/pandas/tests/groupby/test_grouping.pyc
+${PYSITELIB}/pandas/tests/groupby/test_grouping.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_index_as_string.py
 ${PYSITELIB}/pandas/tests/groupby/test_index_as_string.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_index_as_string.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_nth.py
 ${PYSITELIB}/pandas/tests/groupby/test_nth.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_nth.pyo
+${PYSITELIB}/pandas/tests/groupby/test_rank.py
+${PYSITELIB}/pandas/tests/groupby/test_rank.pyc
+${PYSITELIB}/pandas/tests/groupby/test_rank.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_timegrouper.py
 ${PYSITELIB}/pandas/tests/groupby/test_timegrouper.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_timegrouper.pyo
@@ -717,6 +896,9 @@ ${PYSITELIB}/pandas/tests/indexes/dateti
 ${PYSITELIB}/pandas/tests/indexes/datetimes/__init__.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/__init__.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/__init__.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_arithmetic.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_arithmetic.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_arithmetic.pyo
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_astype.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_astype.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_astype.pyo
@@ -750,18 +932,51 @@ ${PYSITELIB}/pandas/tests/indexes/dateti
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_partial_slicing.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_partial_slicing.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_partial_slicing.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_scalar_compat.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_scalar_compat.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_scalar_compat.pyo
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_setops.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_setops.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_setops.pyo
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_timezones.py
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_timezones.pyc
+${PYSITELIB}/pandas/tests/indexes/datetimes/test_timezones.pyo
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_tools.py
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_tools.pyc
 ${PYSITELIB}/pandas/tests/indexes/datetimes/test_tools.pyo
+${PYSITELIB}/pandas/tests/indexes/interval/__init__.py
+${PYSITELIB}/pandas/tests/indexes/interval/__init__.pyc
+${PYSITELIB}/pandas/tests/indexes/interval/__init__.pyo
+${PYSITELIB}/pandas/tests/indexes/interval/test_astype.py
+${PYSITELIB}/pandas/tests/indexes/interval/test_astype.pyc
+${PYSITELIB}/pandas/tests/indexes/interval/test_astype.pyo
+${PYSITELIB}/pandas/tests/indexes/interval/test_construction.py
+${PYSITELIB}/pandas/tests/indexes/interval/test_construction.pyc
+${PYSITELIB}/pandas/tests/indexes/interval/test_construction.pyo
+${PYSITELIB}/pandas/tests/indexes/interval/test_interval.py
+${PYSITELIB}/pandas/tests/indexes/interval/test_interval.pyc
+${PYSITELIB}/pandas/tests/indexes/interval/test_interval.pyo
+${PYSITELIB}/pandas/tests/indexes/interval/test_interval_new.py
+${PYSITELIB}/pandas/tests/indexes/interval/test_interval_new.pyc
+${PYSITELIB}/pandas/tests/indexes/interval/test_interval_new.pyo
+${PYSITELIB}/pandas/tests/indexes/interval/test_interval_range.py
+${PYSITELIB}/pandas/tests/indexes/interval/test_interval_range.pyc
+${PYSITELIB}/pandas/tests/indexes/interval/test_interval_range.pyo
+${PYSITELIB}/pandas/tests/indexes/interval/test_interval_tree.py
+${PYSITELIB}/pandas/tests/indexes/interval/test_interval_tree.pyc
+${PYSITELIB}/pandas/tests/indexes/interval/test_interval_tree.pyo
 ${PYSITELIB}/pandas/tests/indexes/period/__init__.py
 ${PYSITELIB}/pandas/tests/indexes/period/__init__.pyc
 ${PYSITELIB}/pandas/tests/indexes/period/__init__.pyo
+${PYSITELIB}/pandas/tests/indexes/period/test_arithmetic.py
+${PYSITELIB}/pandas/tests/indexes/period/test_arithmetic.pyc
+${PYSITELIB}/pandas/tests/indexes/period/test_arithmetic.pyo
 ${PYSITELIB}/pandas/tests/indexes/period/test_asfreq.py
 ${PYSITELIB}/pandas/tests/indexes/period/test_asfreq.pyc
 ${PYSITELIB}/pandas/tests/indexes/period/test_asfreq.pyo
+${PYSITELIB}/pandas/tests/indexes/period/test_astype.py
+${PYSITELIB}/pandas/tests/indexes/period/test_astype.pyc
+${PYSITELIB}/pandas/tests/indexes/period/test_astype.pyo
 ${PYSITELIB}/pandas/tests/indexes/period/test_construction.py
 ${PYSITELIB}/pandas/tests/indexes/period/test_construction.pyc
 ${PYSITELIB}/pandas/tests/indexes/period/test_construction.pyo
@@ -783,6 +998,9 @@ ${PYSITELIB}/pandas/tests/indexes/period
 ${PYSITELIB}/pandas/tests/indexes/period/test_period_range.py
 ${PYSITELIB}/pandas/tests/indexes/period/test_period_range.pyc
 ${PYSITELIB}/pandas/tests/indexes/period/test_period_range.pyo
+${PYSITELIB}/pandas/tests/indexes/period/test_scalar_compat.py
+${PYSITELIB}/pandas/tests/indexes/period/test_scalar_compat.pyc
+${PYSITELIB}/pandas/tests/indexes/period/test_scalar_compat.pyo
 ${PYSITELIB}/pandas/tests/indexes/period/test_setops.py
 ${PYSITELIB}/pandas/tests/indexes/period/test_setops.pyc
 ${PYSITELIB}/pandas/tests/indexes/period/test_setops.pyo
@@ -798,9 +1016,6 @@ ${PYSITELIB}/pandas/tests/indexes/test_c
 ${PYSITELIB}/pandas/tests/indexes/test_frozen.py
 ${PYSITELIB}/pandas/tests/indexes/test_frozen.pyc
 ${PYSITELIB}/pandas/tests/indexes/test_frozen.pyo
-${PYSITELIB}/pandas/tests/indexes/test_interval.py
-${PYSITELIB}/pandas/tests/indexes/test_interval.pyc
-${PYSITELIB}/pandas/tests/indexes/test_interval.pyo
 ${PYSITELIB}/pandas/tests/indexes/test_multi.py
 ${PYSITELIB}/pandas/tests/indexes/test_multi.pyc
 ${PYSITELIB}/pandas/tests/indexes/test_multi.pyo
@@ -813,12 +1028,18 @@ ${PYSITELIB}/pandas/tests/indexes/test_r
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/__init__.py
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/__init__.pyc
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/__init__.pyo
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_arithmetic.py
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_arithmetic.pyc
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_arithmetic.pyo
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_astype.py
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_astype.pyc
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_astype.pyo
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_construction.py
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_construction.pyc
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_construction.pyo
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_formats.py
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_formats.pyc
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_formats.pyo
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_indexing.py
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_indexing.pyc
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_indexing.pyo
@@ -828,6 +1049,9 @@ ${PYSITELIB}/pandas/tests/indexes/timede
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_partial_slicing.py
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_partial_slicing.pyc
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_partial_slicing.pyo
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_scalar_compat.py
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_scalar_compat.pyc
+${PYSITELIB}/pandas/tests/indexes/timedeltas/test_scalar_compat.pyo
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_setops.py
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_setops.pyc
 ${PYSITELIB}/pandas/tests/indexes/timedeltas/test_setops.pyo
@@ -846,6 +1070,15 @@ ${PYSITELIB}/pandas/tests/indexing/__ini
 ${PYSITELIB}/pandas/tests/indexing/common.py
 ${PYSITELIB}/pandas/tests/indexing/common.pyc
 ${PYSITELIB}/pandas/tests/indexing/common.pyo
+${PYSITELIB}/pandas/tests/indexing/interval/__init__.py
+${PYSITELIB}/pandas/tests/indexing/interval/__init__.pyc
+${PYSITELIB}/pandas/tests/indexing/interval/__init__.pyo
+${PYSITELIB}/pandas/tests/indexing/interval/test_interval.py
+${PYSITELIB}/pandas/tests/indexing/interval/test_interval.pyc
+${PYSITELIB}/pandas/tests/indexing/interval/test_interval.pyo
+${PYSITELIB}/pandas/tests/indexing/interval/test_interval_new.py
+${PYSITELIB}/pandas/tests/indexing/interval/test_interval_new.pyc
+${PYSITELIB}/pandas/tests/indexing/interval/test_interval_new.pyo
 ${PYSITELIB}/pandas/tests/indexing/test_callable.py
 ${PYSITELIB}/pandas/tests/indexing/test_callable.pyc
 ${PYSITELIB}/pandas/tests/indexing/test_callable.pyo
@@ -873,9 +1106,6 @@ ${PYSITELIB}/pandas/tests/indexing/test_
 ${PYSITELIB}/pandas/tests/indexing/test_indexing_slow.py
 ${PYSITELIB}/pandas/tests/indexing/test_indexing_slow.pyc
 ${PYSITELIB}/pandas/tests/indexing/test_indexing_slow.pyo
-${PYSITELIB}/pandas/tests/indexing/test_interval.py
-${PYSITELIB}/pandas/tests/indexing/test_interval.pyc
-${PYSITELIB}/pandas/tests/indexing/test_interval.pyo
 ${PYSITELIB}/pandas/tests/indexing/test_ix.py
 ${PYSITELIB}/pandas/tests/indexing/test_ix.pyc
 ${PYSITELIB}/pandas/tests/indexing/test_ix.pyo
@@ -900,9 +1130,6 @@ ${PYSITELIB}/pandas/tests/indexing/test_
 ${PYSITELIB}/pandas/tests/internals/__init__.py
 ${PYSITELIB}/pandas/tests/internals/__init__.pyc
 ${PYSITELIB}/pandas/tests/internals/__init__.pyo
-${PYSITELIB}/pandas/tests/internals/test_external_block.py
-${PYSITELIB}/pandas/tests/internals/test_external_block.pyc
-${PYSITELIB}/pandas/tests/internals/test_external_block.pyo
 ${PYSITELIB}/pandas/tests/internals/test_internals.py
 ${PYSITELIB}/pandas/tests/internals/test_internals.pyc
 ${PYSITELIB}/pandas/tests/internals/test_internals.pyo
@@ -924,6 +1151,7 @@ ${PYSITELIB}/pandas/tests/io/data/blank_
 ${PYSITELIB}/pandas/tests/io/data/categorical_0_14_1.pickle
 ${PYSITELIB}/pandas/tests/io/data/categorical_0_15_2.pickle
 ${PYSITELIB}/pandas/tests/io/data/computer_sales_page.html
+${PYSITELIB}/pandas/tests/io/data/feather-0_3_1.feather
 ${PYSITELIB}/pandas/tests/io/data/fixed_width_format.txt
 ${PYSITELIB}/pandas/tests/io/data/gbq_fake_job.txt
 ${PYSITELIB}/pandas/tests/io/data/html_encoding/chinese_utf-16.html
@@ -991,6 +1219,7 @@ ${PYSITELIB}/pandas/tests/io/data/legacy
 ${PYSITELIB}/pandas/tests/io/data/legacy_pickle/0.15.2/0.15.2_x86_64_darwin_2.7.9.pickle
 ${PYSITELIB}/pandas/tests/io/data/legacy_pickle/0.16.0/0.16.0_x86_64_darwin_2.7.9.pickle
 ${PYSITELIB}/pandas/tests/io/data/legacy_pickle/0.16.2/0.16.2_AMD64_windows_2.7.10.pickle
+${PYSITELIB}/pandas/tests/io/data/legacy_pickle/0.16.2/0.16.2_AMD64_windows_2.7.14.pickle
 ${PYSITELIB}/pandas/tests/io/data/legacy_pickle/0.16.2/0.16.2_AMD64_windows_3.4.3.pickle
 ${PYSITELIB}/pandas/tests/io/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_2.7.10.pickle
 ${PYSITELIB}/pandas/tests/io/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_2.7.9.pickle
@@ -1013,6 +1242,7 @@ ${PYSITELIB}/pandas/tests/io/data/legacy
 ${PYSITELIB}/pandas/tests/io/data/legacy_pickle/0.18.0/0.18.0_x86_64_darwin_3.5.1.pickle
 ${PYSITELIB}/pandas/tests/io/data/legacy_pickle/0.18.1/0.18.1_x86_64_darwin_2.7.12.pickle
 ${PYSITELIB}/pandas/tests/io/data/legacy_pickle/0.18.1/0.18.1_x86_64_darwin_3.5.2.pickle
+${PYSITELIB}/pandas/tests/io/data/legacy_pickle/0.19.2/0.19.2_AMD64_windows_2.7.14.pickle
 ${PYSITELIB}/pandas/tests/io/data/legacy_pickle/0.19.2/0.19.2_x86_64_darwin_2.7.12.pickle
 ${PYSITELIB}/pandas/tests/io/data/legacy_pickle/0.19.2/0.19.2_x86_64_darwin_2.7.14.pickle
 ${PYSITELIB}/pandas/tests/io/data/legacy_pickle/0.19.2/0.19.2_x86_64_darwin_3.6.1.pickle
@@ -1244,9 +1474,11 @@ ${PYSITELIB}/pandas/tests/io/parser/conv
 ${PYSITELIB}/pandas/tests/io/parser/converters.pyc
 ${PYSITELIB}/pandas/tests/io/parser/converters.pyo
 ${PYSITELIB}/pandas/tests/io/parser/data/iris.csv
+${PYSITELIB}/pandas/tests/io/parser/data/items.jsonl
 ${PYSITELIB}/pandas/tests/io/parser/data/salaries.csv
 ${PYSITELIB}/pandas/tests/io/parser/data/salaries.csv.bz2
 ${PYSITELIB}/pandas/tests/io/parser/data/salaries.csv.gz
+${PYSITELIB}/pandas/tests/io/parser/data/salaries.csv.xz
 ${PYSITELIB}/pandas/tests/io/parser/data/salaries.csv.zip
 ${PYSITELIB}/pandas/tests/io/parser/data/sauron.SHIFT_JIS.csv
 ${PYSITELIB}/pandas/tests/io/parser/data/sub_char.csv
@@ -1351,6 +1583,7 @@ ${PYSITELIB}/pandas/tests/io/sas/data/te
 ${PYSITELIB}/pandas/tests/io/sas/data/test_12659.sas7bdat
 ${PYSITELIB}/pandas/tests/io/sas/data/test_sas7bdat_1.csv
 ${PYSITELIB}/pandas/tests/io/sas/data/test_sas7bdat_2.csv
+${PYSITELIB}/pandas/tests/io/sas/data/zero_variables.sas7bdat
 ${PYSITELIB}/pandas/tests/io/sas/test_sas.py
 ${PYSITELIB}/pandas/tests/io/sas/test_sas.pyc
 ${PYSITELIB}/pandas/tests/io/sas/test_sas.pyo
@@ -1435,31 +1668,40 @@ ${PYSITELIB}/pandas/tests/plotting/test_
 ${PYSITELIB}/pandas/tests/reshape/__init__.py
 ${PYSITELIB}/pandas/tests/reshape/__init__.pyc
 ${PYSITELIB}/pandas/tests/reshape/__init__.pyo
-${PYSITELIB}/pandas/tests/reshape/data/allow_exact_matches.csv
-${PYSITELIB}/pandas/tests/reshape/data/allow_exact_matches_and_tolerance.csv
-${PYSITELIB}/pandas/tests/reshape/data/asof.csv
-${PYSITELIB}/pandas/tests/reshape/data/asof2.csv
 ${PYSITELIB}/pandas/tests/reshape/data/cut_data.csv
-${PYSITELIB}/pandas/tests/reshape/data/quotes.csv
-${PYSITELIB}/pandas/tests/reshape/data/quotes2.csv
-${PYSITELIB}/pandas/tests/reshape/data/tolerance.csv
-${PYSITELIB}/pandas/tests/reshape/data/trades.csv
-${PYSITELIB}/pandas/tests/reshape/data/trades2.csv
+${PYSITELIB}/pandas/tests/reshape/merge/__init__.py
+${PYSITELIB}/pandas/tests/reshape/merge/__init__.pyc
+${PYSITELIB}/pandas/tests/reshape/merge/__init__.pyo
+${PYSITELIB}/pandas/tests/reshape/merge/data/allow_exact_matches.csv
+${PYSITELIB}/pandas/tests/reshape/merge/data/allow_exact_matches_and_tolerance.csv
+${PYSITELIB}/pandas/tests/reshape/merge/data/asof.csv
+${PYSITELIB}/pandas/tests/reshape/merge/data/asof2.csv
+${PYSITELIB}/pandas/tests/reshape/merge/data/quotes.csv
+${PYSITELIB}/pandas/tests/reshape/merge/data/quotes2.csv
+${PYSITELIB}/pandas/tests/reshape/merge/data/tolerance.csv
+${PYSITELIB}/pandas/tests/reshape/merge/data/trades.csv
+${PYSITELIB}/pandas/tests/reshape/merge/data/trades2.csv
+${PYSITELIB}/pandas/tests/reshape/merge/test_join.py
+${PYSITELIB}/pandas/tests/reshape/merge/test_join.pyc
+${PYSITELIB}/pandas/tests/reshape/merge/test_join.pyo
+${PYSITELIB}/pandas/tests/reshape/merge/test_merge.py
+${PYSITELIB}/pandas/tests/reshape/merge/test_merge.pyc
+${PYSITELIB}/pandas/tests/reshape/merge/test_merge.pyo
+${PYSITELIB}/pandas/tests/reshape/merge/test_merge_asof.py
+${PYSITELIB}/pandas/tests/reshape/merge/test_merge_asof.pyc
+${PYSITELIB}/pandas/tests/reshape/merge/test_merge_asof.pyo
+${PYSITELIB}/pandas/tests/reshape/merge/test_merge_index_as_string.py
+${PYSITELIB}/pandas/tests/reshape/merge/test_merge_index_as_string.pyc
+${PYSITELIB}/pandas/tests/reshape/merge/test_merge_index_as_string.pyo
+${PYSITELIB}/pandas/tests/reshape/merge/test_merge_ordered.py
+${PYSITELIB}/pandas/tests/reshape/merge/test_merge_ordered.pyc
+${PYSITELIB}/pandas/tests/reshape/merge/test_merge_ordered.pyo
 ${PYSITELIB}/pandas/tests/reshape/test_concat.py
 ${PYSITELIB}/pandas/tests/reshape/test_concat.pyc
 ${PYSITELIB}/pandas/tests/reshape/test_concat.pyo
-${PYSITELIB}/pandas/tests/reshape/test_join.py
-${PYSITELIB}/pandas/tests/reshape/test_join.pyc
-${PYSITELIB}/pandas/tests/reshape/test_join.pyo
-${PYSITELIB}/pandas/tests/reshape/test_merge.py
-${PYSITELIB}/pandas/tests/reshape/test_merge.pyc
-${PYSITELIB}/pandas/tests/reshape/test_merge.pyo
-${PYSITELIB}/pandas/tests/reshape/test_merge_asof.py
-${PYSITELIB}/pandas/tests/reshape/test_merge_asof.pyc
-${PYSITELIB}/pandas/tests/reshape/test_merge_asof.pyo
-${PYSITELIB}/pandas/tests/reshape/test_merge_ordered.py
-${PYSITELIB}/pandas/tests/reshape/test_merge_ordered.pyc
-${PYSITELIB}/pandas/tests/reshape/test_merge_ordered.pyo
+${PYSITELIB}/pandas/tests/reshape/test_melt.py
+${PYSITELIB}/pandas/tests/reshape/test_melt.pyc
+${PYSITELIB}/pandas/tests/reshape/test_melt.pyo
 ${PYSITELIB}/pandas/tests/reshape/test_pivot.py
 ${PYSITELIB}/pandas/tests/reshape/test_pivot.pyc
 ${PYSITELIB}/pandas/tests/reshape/test_pivot.pyo
@@ -1478,30 +1720,96 @@ ${PYSITELIB}/pandas/tests/reshape/test_u
 ${PYSITELIB}/pandas/tests/scalar/__init__.py
 ${PYSITELIB}/pandas/tests/scalar/__init__.pyc
 ${PYSITELIB}/pandas/tests/scalar/__init__.pyo
-${PYSITELIB}/pandas/tests/scalar/test_interval.py
-${PYSITELIB}/pandas/tests/scalar/test_interval.pyc
-${PYSITELIB}/pandas/tests/scalar/test_interval.pyo
+${PYSITELIB}/pandas/tests/scalar/interval/__init__.py
+${PYSITELIB}/pandas/tests/scalar/interval/__init__.pyc
+${PYSITELIB}/pandas/tests/scalar/interval/__init__.pyo
+${PYSITELIB}/pandas/tests/scalar/interval/test_interval.py
+${PYSITELIB}/pandas/tests/scalar/interval/test_interval.pyc
+${PYSITELIB}/pandas/tests/scalar/interval/test_interval.pyo
+${PYSITELIB}/pandas/tests/scalar/period/__init__.py
+${PYSITELIB}/pandas/tests/scalar/period/__init__.pyc
+${PYSITELIB}/pandas/tests/scalar/period/__init__.pyo
+${PYSITELIB}/pandas/tests/scalar/period/test_asfreq.py
+${PYSITELIB}/pandas/tests/scalar/period/test_asfreq.pyc
+${PYSITELIB}/pandas/tests/scalar/period/test_asfreq.pyo
+${PYSITELIB}/pandas/tests/scalar/period/test_period.py
+${PYSITELIB}/pandas/tests/scalar/period/test_period.pyc
+${PYSITELIB}/pandas/tests/scalar/period/test_period.pyo
 ${PYSITELIB}/pandas/tests/scalar/test_nat.py
 ${PYSITELIB}/pandas/tests/scalar/test_nat.pyc
 ${PYSITELIB}/pandas/tests/scalar/test_nat.pyo
-${PYSITELIB}/pandas/tests/scalar/test_period.py
-${PYSITELIB}/pandas/tests/scalar/test_period.pyc
-${PYSITELIB}/pandas/tests/scalar/test_period.pyo
-${PYSITELIB}/pandas/tests/scalar/test_period_asfreq.py
-${PYSITELIB}/pandas/tests/scalar/test_period_asfreq.pyc
-${PYSITELIB}/pandas/tests/scalar/test_period_asfreq.pyo
-${PYSITELIB}/pandas/tests/scalar/test_timedelta.py
-${PYSITELIB}/pandas/tests/scalar/test_timedelta.pyc
-${PYSITELIB}/pandas/tests/scalar/test_timedelta.pyo
-${PYSITELIB}/pandas/tests/scalar/test_timestamp.py
-${PYSITELIB}/pandas/tests/scalar/test_timestamp.pyc
-${PYSITELIB}/pandas/tests/scalar/test_timestamp.pyo
+${PYSITELIB}/pandas/tests/scalar/timedelta/__init__.py
+${PYSITELIB}/pandas/tests/scalar/timedelta/__init__.pyc
+${PYSITELIB}/pandas/tests/scalar/timedelta/__init__.pyo
+${PYSITELIB}/pandas/tests/scalar/timedelta/test_arithmetic.py
+${PYSITELIB}/pandas/tests/scalar/timedelta/test_arithmetic.pyc
+${PYSITELIB}/pandas/tests/scalar/timedelta/test_arithmetic.pyo
+${PYSITELIB}/pandas/tests/scalar/timedelta/test_construction.py
+${PYSITELIB}/pandas/tests/scalar/timedelta/test_construction.pyc
+${PYSITELIB}/pandas/tests/scalar/timedelta/test_construction.pyo
+${PYSITELIB}/pandas/tests/scalar/timedelta/test_formats.py
+${PYSITELIB}/pandas/tests/scalar/timedelta/test_formats.pyc
+${PYSITELIB}/pandas/tests/scalar/timedelta/test_formats.pyo
+${PYSITELIB}/pandas/tests/scalar/timedelta/test_timedelta.py
+${PYSITELIB}/pandas/tests/scalar/timedelta/test_timedelta.pyc
+${PYSITELIB}/pandas/tests/scalar/timedelta/test_timedelta.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/__init__.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/__init__.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/__init__.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_arithmetic.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_arithmetic.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_arithmetic.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_comparisons.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_comparisons.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_comparisons.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_rendering.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_rendering.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_rendering.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_timestamp.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_timestamp.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_timestamp.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_timezones.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_timezones.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_timezones.pyo
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_unary_ops.py
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_unary_ops.pyc
+${PYSITELIB}/pandas/tests/scalar/timestamp/test_unary_ops.pyo
 ${PYSITELIB}/pandas/tests/series/__init__.py
 ${PYSITELIB}/pandas/tests/series/__init__.pyc
 ${PYSITELIB}/pandas/tests/series/__init__.pyo
 ${PYSITELIB}/pandas/tests/series/common.py
 ${PYSITELIB}/pandas/tests/series/common.pyc
 ${PYSITELIB}/pandas/tests/series/common.pyo
+${PYSITELIB}/pandas/tests/series/indexing/__init__.py
+${PYSITELIB}/pandas/tests/series/indexing/__init__.pyc
+${PYSITELIB}/pandas/tests/series/indexing/__init__.pyo
+${PYSITELIB}/pandas/tests/series/indexing/conftest.py
+${PYSITELIB}/pandas/tests/series/indexing/conftest.pyc
+${PYSITELIB}/pandas/tests/series/indexing/conftest.pyo
+${PYSITELIB}/pandas/tests/series/indexing/test_alter_index.py
+${PYSITELIB}/pandas/tests/series/indexing/test_alter_index.pyc
+${PYSITELIB}/pandas/tests/series/indexing/test_alter_index.pyo
+${PYSITELIB}/pandas/tests/series/indexing/test_boolean.py
+${PYSITELIB}/pandas/tests/series/indexing/test_boolean.pyc
+${PYSITELIB}/pandas/tests/series/indexing/test_boolean.pyo
+${PYSITELIB}/pandas/tests/series/indexing/test_callable.py
+${PYSITELIB}/pandas/tests/series/indexing/test_callable.pyc
+${PYSITELIB}/pandas/tests/series/indexing/test_callable.pyo
+${PYSITELIB}/pandas/tests/series/indexing/test_datetime.py
+${PYSITELIB}/pandas/tests/series/indexing/test_datetime.pyc
+${PYSITELIB}/pandas/tests/series/indexing/test_datetime.pyo
+${PYSITELIB}/pandas/tests/series/indexing/test_iloc.py
+${PYSITELIB}/pandas/tests/series/indexing/test_iloc.pyc
+${PYSITELIB}/pandas/tests/series/indexing/test_iloc.pyo
+${PYSITELIB}/pandas/tests/series/indexing/test_indexing.py
+${PYSITELIB}/pandas/tests/series/indexing/test_indexing.pyc
+${PYSITELIB}/pandas/tests/series/indexing/test_indexing.pyo
+${PYSITELIB}/pandas/tests/series/indexing/test_loc.py
+${PYSITELIB}/pandas/tests/series/indexing/test_loc.pyc
+${PYSITELIB}/pandas/tests/series/indexing/test_loc.pyo
+${PYSITELIB}/pandas/tests/series/indexing/test_numeric.py
+${PYSITELIB}/pandas/tests/series/indexing/test_numeric.pyc
+${PYSITELIB}/pandas/tests/series/indexing/test_numeric.pyo
 ${PYSITELIB}/pandas/tests/series/test_alter_axes.py
 ${PYSITELIB}/pandas/tests/series/test_alter_axes.pyc
 ${PYSITELIB}/pandas/tests/series/test_alter_axes.pyo
@@ -1514,6 +1822,9 @@ ${PYSITELIB}/pandas/tests/series/test_ap
 ${PYSITELIB}/pandas/tests/series/test_apply.py
 ${PYSITELIB}/pandas/tests/series/test_apply.pyc
 ${PYSITELIB}/pandas/tests/series/test_apply.pyo
+${PYSITELIB}/pandas/tests/series/test_arithmetic.py
+${PYSITELIB}/pandas/tests/series/test_arithmetic.pyc
+${PYSITELIB}/pandas/tests/series/test_arithmetic.pyo
 ${PYSITELIB}/pandas/tests/series/test_asof.py
 ${PYSITELIB}/pandas/tests/series/test_asof.pyc
 ${PYSITELIB}/pandas/tests/series/test_asof.pyo
@@ -1529,9 +1840,6 @@ ${PYSITELIB}/pandas/tests/series/test_da
 ${PYSITELIB}/pandas/tests/series/test_dtypes.py
 ${PYSITELIB}/pandas/tests/series/test_dtypes.pyc
 ${PYSITELIB}/pandas/tests/series/test_dtypes.pyo
-${PYSITELIB}/pandas/tests/series/test_indexing.py
-${PYSITELIB}/pandas/tests/series/test_indexing.pyc
-${PYSITELIB}/pandas/tests/series/test_indexing.pyo
 ${PYSITELIB}/pandas/tests/series/test_internals.py
 ${PYSITELIB}/pandas/tests/series/test_internals.pyc
 ${PYSITELIB}/pandas/tests/series/test_internals.pyo
@@ -1568,6 +1876,9 @@ ${PYSITELIB}/pandas/tests/series/test_su
 ${PYSITELIB}/pandas/tests/series/test_timeseries.py
 ${PYSITELIB}/pandas/tests/series/test_timeseries.pyc
 ${PYSITELIB}/pandas/tests/series/test_timeseries.pyo
+${PYSITELIB}/pandas/tests/series/test_timezones.py
+${PYSITELIB}/pandas/tests/series/test_timezones.pyc
+${PYSITELIB}/pandas/tests/series/test_timezones.pyo
 ${PYSITELIB}/pandas/tests/series/test_validate.py
 ${PYSITELIB}/pandas/tests/series/test_validate.pyc
 ${PYSITELIB}/pandas/tests/series/test_validate.pyo
@@ -1577,6 +1888,36 @@ ${PYSITELIB}/pandas/tests/sparse/__init_
 ${PYSITELIB}/pandas/tests/sparse/common.py
 ${PYSITELIB}/pandas/tests/sparse/common.pyc
 ${PYSITELIB}/pandas/tests/sparse/common.pyo
+${PYSITELIB}/pandas/tests/sparse/frame/__init__.py
+${PYSITELIB}/pandas/tests/sparse/frame/__init__.pyc
+${PYSITELIB}/pandas/tests/sparse/frame/__init__.pyo
+${PYSITELIB}/pandas/tests/sparse/frame/test_analytics.py
+${PYSITELIB}/pandas/tests/sparse/frame/test_analytics.pyc
+${PYSITELIB}/pandas/tests/sparse/frame/test_analytics.pyo
+${PYSITELIB}/pandas/tests/sparse/frame/test_apply.py
+${PYSITELIB}/pandas/tests/sparse/frame/test_apply.pyc
+${PYSITELIB}/pandas/tests/sparse/frame/test_apply.pyo
+${PYSITELIB}/pandas/tests/sparse/frame/test_frame.py
+${PYSITELIB}/pandas/tests/sparse/frame/test_frame.pyc
+${PYSITELIB}/pandas/tests/sparse/frame/test_frame.pyo
+${PYSITELIB}/pandas/tests/sparse/frame/test_indexing.py
+${PYSITELIB}/pandas/tests/sparse/frame/test_indexing.pyc
+${PYSITELIB}/pandas/tests/sparse/frame/test_indexing.pyo
+${PYSITELIB}/pandas/tests/sparse/frame/test_to_csv.py
+${PYSITELIB}/pandas/tests/sparse/frame/test_to_csv.pyc
+${PYSITELIB}/pandas/tests/sparse/frame/test_to_csv.pyo
+${PYSITELIB}/pandas/tests/sparse/frame/test_to_from_scipy.py
+${PYSITELIB}/pandas/tests/sparse/frame/test_to_from_scipy.pyc
+${PYSITELIB}/pandas/tests/sparse/frame/test_to_from_scipy.pyo
+${PYSITELIB}/pandas/tests/sparse/series/__init__.py
+${PYSITELIB}/pandas/tests/sparse/series/__init__.pyc
+${PYSITELIB}/pandas/tests/sparse/series/__init__.pyo
+${PYSITELIB}/pandas/tests/sparse/series/test_indexing.py
+${PYSITELIB}/pandas/tests/sparse/series/test_indexing.pyc
+${PYSITELIB}/pandas/tests/sparse/series/test_indexing.pyo
+${PYSITELIB}/pandas/tests/sparse/series/test_series.py
+${PYSITELIB}/pandas/tests/sparse/series/test_series.pyc
+${PYSITELIB}/pandas/tests/sparse/series/test_series.pyo
 ${PYSITELIB}/pandas/tests/sparse/test_arithmetics.py
 ${PYSITELIB}/pandas/tests/sparse/test_arithmetics.pyc
 ${PYSITELIB}/pandas/tests/sparse/test_arithmetics.pyo
@@ -1589,9 +1930,6 @@ ${PYSITELIB}/pandas/tests/sparse/test_co
 ${PYSITELIB}/pandas/tests/sparse/test_format.py
 ${PYSITELIB}/pandas/tests/sparse/test_format.pyc
 ${PYSITELIB}/pandas/tests/sparse/test_format.pyo
-${PYSITELIB}/pandas/tests/sparse/test_frame.py
-${PYSITELIB}/pandas/tests/sparse/test_frame.pyc
-${PYSITELIB}/pandas/tests/sparse/test_frame.pyo
 ${PYSITELIB}/pandas/tests/sparse/test_groupby.py
 ${PYSITELIB}/pandas/tests/sparse/test_groupby.pyc
 ${PYSITELIB}/pandas/tests/sparse/test_groupby.pyo
@@ -1601,27 +1939,18 @@ ${PYSITELIB}/pandas/tests/sparse/test_in
 ${PYSITELIB}/pandas/tests/sparse/test_libsparse.py
 ${PYSITELIB}/pandas/tests/sparse/test_libsparse.pyc
 ${PYSITELIB}/pandas/tests/sparse/test_libsparse.pyo
-${PYSITELIB}/pandas/tests/sparse/test_list.py
-${PYSITELIB}/pandas/tests/sparse/test_list.pyc
-${PYSITELIB}/pandas/tests/sparse/test_list.pyo
 ${PYSITELIB}/pandas/tests/sparse/test_pivot.py
 ${PYSITELIB}/pandas/tests/sparse/test_pivot.pyc
 ${PYSITELIB}/pandas/tests/sparse/test_pivot.pyo
 ${PYSITELIB}/pandas/tests/sparse/test_reshape.py
 ${PYSITELIB}/pandas/tests/sparse/test_reshape.pyc
 ${PYSITELIB}/pandas/tests/sparse/test_reshape.pyo
-${PYSITELIB}/pandas/tests/sparse/test_series.py
-${PYSITELIB}/pandas/tests/sparse/test_series.pyc
-${PYSITELIB}/pandas/tests/sparse/test_series.pyo
 ${PYSITELIB}/pandas/tests/test_algos.py
 ${PYSITELIB}/pandas/tests/test_algos.pyc
 ${PYSITELIB}/pandas/tests/test_algos.pyo
 ${PYSITELIB}/pandas/tests/test_base.py
 ${PYSITELIB}/pandas/tests/test_base.pyc
 ${PYSITELIB}/pandas/tests/test_base.pyo
-${PYSITELIB}/pandas/tests/test_categorical.py
-${PYSITELIB}/pandas/tests/test_categorical.pyc
-${PYSITELIB}/pandas/tests/test_categorical.pyo
 ${PYSITELIB}/pandas/tests/test_common.py
 ${PYSITELIB}/pandas/tests/test_common.pyc
 ${PYSITELIB}/pandas/tests/test_common.pyo
@@ -1655,12 +1984,9 @@ ${PYSITELIB}/pandas/tests/test_nanops.py
 ${PYSITELIB}/pandas/tests/test_panel.py
 ${PYSITELIB}/pandas/tests/test_panel.pyc
 ${PYSITELIB}/pandas/tests/test_panel.pyo
-${PYSITELIB}/pandas/tests/test_panel4d.py
-${PYSITELIB}/pandas/tests/test_panel4d.pyc
-${PYSITELIB}/pandas/tests/test_panel4d.pyo
-${PYSITELIB}/pandas/tests/test_panelnd.py
-${PYSITELIB}/pandas/tests/test_panelnd.pyc
-${PYSITELIB}/pandas/tests/test_panelnd.pyo
+${PYSITELIB}/pandas/tests/test_register_accessor.py
+${PYSITELIB}/pandas/tests/test_register_accessor.pyc
+${PYSITELIB}/pandas/tests/test_register_accessor.pyo
 ${PYSITELIB}/pandas/tests/test_resample.py
 ${PYSITELIB}/pandas/tests/test_resample.pyc
 ${PYSITELIB}/pandas/tests/test_resample.pyo
@@ -1688,20 +2014,62 @@ ${PYSITELIB}/pandas/tests/tseries/__init
 ${PYSITELIB}/pandas/tests/tseries/conftest.py
 ${PYSITELIB}/pandas/tests/tseries/conftest.pyc
 ${PYSITELIB}/pandas/tests/tseries/conftest.pyo
-${PYSITELIB}/pandas/tests/tseries/data/cday-0.14.1.pickle
-${PYSITELIB}/pandas/tests/tseries/data/dateoffset_0_15_2.pickle
+${PYSITELIB}/pandas/tests/tseries/offsets/__init__.py
+${PYSITELIB}/pandas/tests/tseries/offsets/__init__.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/__init__.pyo
+${PYSITELIB}/pandas/tests/tseries/offsets/common.py
+${PYSITELIB}/pandas/tests/tseries/offsets/common.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/common.pyo
+${PYSITELIB}/pandas/tests/tseries/offsets/conftest.py
+${PYSITELIB}/pandas/tests/tseries/offsets/conftest.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/conftest.pyo
+${PYSITELIB}/pandas/tests/tseries/offsets/data/cday-0.14.1.pickle
+${PYSITELIB}/pandas/tests/tseries/offsets/data/dateoffset_0_15_2.pickle
+${PYSITELIB}/pandas/tests/tseries/offsets/test_fiscal.py
+${PYSITELIB}/pandas/tests/tseries/offsets/test_fiscal.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/test_fiscal.pyo
+${PYSITELIB}/pandas/tests/tseries/offsets/test_offsets.py
+${PYSITELIB}/pandas/tests/tseries/offsets/test_offsets.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/test_offsets.pyo
+${PYSITELIB}/pandas/tests/tseries/offsets/test_ticks.py
+${PYSITELIB}/pandas/tests/tseries/offsets/test_ticks.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/test_ticks.pyo
+${PYSITELIB}/pandas/tests/tseries/offsets/test_yqm_offsets.py
+${PYSITELIB}/pandas/tests/tseries/offsets/test_yqm_offsets.pyc
+${PYSITELIB}/pandas/tests/tseries/offsets/test_yqm_offsets.pyo
 ${PYSITELIB}/pandas/tests/tseries/test_frequencies.py
 ${PYSITELIB}/pandas/tests/tseries/test_frequencies.pyc
 ${PYSITELIB}/pandas/tests/tseries/test_frequencies.pyo
 ${PYSITELIB}/pandas/tests/tseries/test_holiday.py
 ${PYSITELIB}/pandas/tests/tseries/test_holiday.pyc
 ${PYSITELIB}/pandas/tests/tseries/test_holiday.pyo
-${PYSITELIB}/pandas/tests/tseries/test_offsets.py
-${PYSITELIB}/pandas/tests/tseries/test_offsets.pyc
-${PYSITELIB}/pandas/tests/tseries/test_offsets.pyo
-${PYSITELIB}/pandas/tests/tseries/test_timezones.py
-${PYSITELIB}/pandas/tests/tseries/test_timezones.pyc
-${PYSITELIB}/pandas/tests/tseries/test_timezones.pyo
+${PYSITELIB}/pandas/tests/tslibs/__init__.py
+${PYSITELIB}/pandas/tests/tslibs/__init__.pyc
+${PYSITELIB}/pandas/tests/tslibs/__init__.pyo
+${PYSITELIB}/pandas/tests/tslibs/test_array_to_datetime.py
+${PYSITELIB}/pandas/tests/tslibs/test_array_to_datetime.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_array_to_datetime.pyo
+${PYSITELIB}/pandas/tests/tslibs/test_ccalendar.py
+${PYSITELIB}/pandas/tests/tslibs/test_ccalendar.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_ccalendar.pyo
+${PYSITELIB}/pandas/tests/tslibs/test_conversion.py
+${PYSITELIB}/pandas/tests/tslibs/test_conversion.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_conversion.pyo
+${PYSITELIB}/pandas/tests/tslibs/test_libfrequencies.py
+${PYSITELIB}/pandas/tests/tslibs/test_libfrequencies.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_libfrequencies.pyo
+${PYSITELIB}/pandas/tests/tslibs/test_liboffsets.py
+${PYSITELIB}/pandas/tests/tslibs/test_liboffsets.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_liboffsets.pyo
+${PYSITELIB}/pandas/tests/tslibs/test_parsing.py
+${PYSITELIB}/pandas/tests/tslibs/test_parsing.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_parsing.pyo
+${PYSITELIB}/pandas/tests/tslibs/test_period_asfreq.py
+${PYSITELIB}/pandas/tests/tslibs/test_period_asfreq.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_period_asfreq.pyo
+${PYSITELIB}/pandas/tests/tslibs/test_timezones.py
+${PYSITELIB}/pandas/tests/tslibs/test_timezones.pyc
+${PYSITELIB}/pandas/tests/tslibs/test_timezones.pyo
 ${PYSITELIB}/pandas/tests/util/__init__.py
 ${PYSITELIB}/pandas/tests/util/__init__.pyc
 ${PYSITELIB}/pandas/tests/util/__init__.pyo
@@ -1717,9 +2085,6 @@ ${PYSITELIB}/pandas/tests/util/test_util
 ${PYSITELIB}/pandas/tools/__init__.py
 ${PYSITELIB}/pandas/tools/__init__.pyc
 ${PYSITELIB}/pandas/tools/__init__.pyo
-${PYSITELIB}/pandas/tools/hashing.py
-${PYSITELIB}/pandas/tools/hashing.pyc
-${PYSITELIB}/pandas/tools/hashing.pyo
 ${PYSITELIB}/pandas/tools/merge.py
 ${PYSITELIB}/pandas/tools/merge.pyc
 ${PYSITELIB}/pandas/tools/merge.pyo
@@ -1747,9 +2112,6 @@ ${PYSITELIB}/pandas/tseries/offsets.pyo
 ${PYSITELIB}/pandas/tseries/plotting.py
 ${PYSITELIB}/pandas/tseries/plotting.pyc
 ${PYSITELIB}/pandas/tseries/plotting.pyo
-${PYSITELIB}/pandas/tseries/util.py
-${PYSITELIB}/pandas/tseries/util.pyc
-${PYSITELIB}/pandas/tseries/util.pyo
 ${PYSITELIB}/pandas/tslib.py
 ${PYSITELIB}/pandas/tslib.pyc
 ${PYSITELIB}/pandas/tslib.pyo
@@ -1778,6 +2140,9 @@ ${PYSITELIB}/pandas/util/_move.so
 ${PYSITELIB}/pandas/util/_print_versions.py
 ${PYSITELIB}/pandas/util/_print_versions.pyc
 ${PYSITELIB}/pandas/util/_print_versions.pyo
+${PYSITELIB}/pandas/util/_test_decorators.py
+${PYSITELIB}/pandas/util/_test_decorators.pyc
+${PYSITELIB}/pandas/util/_test_decorators.pyo
 ${PYSITELIB}/pandas/util/_tester.py
 ${PYSITELIB}/pandas/util/_tester.pyc
 ${PYSITELIB}/pandas/util/_tester.pyo
@@ -1787,9 +2152,6 @@ ${PYSITELIB}/pandas/util/_validators.pyo
 ${PYSITELIB}/pandas/util/decorators.py
 ${PYSITELIB}/pandas/util/decorators.pyc
 ${PYSITELIB}/pandas/util/decorators.pyo
-${PYSITELIB}/pandas/util/hashing.py
-${PYSITELIB}/pandas/util/hashing.pyc
-${PYSITELIB}/pandas/util/hashing.pyo
 ${PYSITELIB}/pandas/util/testing.py
 ${PYSITELIB}/pandas/util/testing.pyc
 ${PYSITELIB}/pandas/util/testing.pyo

Index: pkgsrc/math/py-pandas/distinfo
diff -u pkgsrc/math/py-pandas/distinfo:1.16 pkgsrc/math/py-pandas/distinfo:1.17
--- pkgsrc/math/py-pandas/distinfo:1.16 Fri Jan  5 16:13:51 2018
+++ pkgsrc/math/py-pandas/distinfo      Wed May 30 07:56:30 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2018/01/05 16:13:51 adam Exp $
+$NetBSD: distinfo,v 1.17 2018/05/30 07:56:30 adam Exp $
 
-SHA1 (pandas-0.22.0.tar.gz) = e62c0c9e606054c1c7a081fd3f4dcb74c0b31ff9
-RMD160 (pandas-0.22.0.tar.gz) = 6a8e2f6494c8c9f0f7adfbb738203e5e3f0b55c6
-SHA512 (pandas-0.22.0.tar.gz) = a6e3dcf55845cf4faf0aca43013eccf63310c76faba6d316f36067bb7ac986bcda0975003711eb6559746ad3770c0e88b307c4da040105c6825cf144f4e0797a
-Size (pandas-0.22.0.tar.gz) = 11297071 bytes
+SHA1 (pandas-0.23.0.tar.gz) = 36efcb160a598716f123321f6d1433887748c2b3
+RMD160 (pandas-0.23.0.tar.gz) = 65f88a44f467a2b141df01e59ff7756a735648f6
+SHA512 (pandas-0.23.0.tar.gz) = c9dc7bf843e3392b8b1b4d46c6aa6dd12435aa974abc875574a7a8794abe6ea531fa92d8a635153839fd3fef9059d96a4512831b86b1fb6fb69588c8b29a95d6
+Size (pandas-0.23.0.tar.gz) = 13092442 bytes



Home | Main Index | Thread Index | Old Index