[pandas] 02/03: Merge commit 'tags/v0.13.0' into AHLMSS

Andreas Tille tille at debian.org
Wed Dec 28 15:20:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to annotated tag v0.13.0_ahl1
in repository pandas.

commit a8cb734bdd4dada865f04acd4a669d2d4d3e379c
Merge: d5c0b20 a5410ed
Author: Andrew Burrows <aburrows at lonahlws17.maninvestments.com>
Date:   Wed Jan 8 11:06:50 2014 +0000

    Merge commit 'tags/v0.13.0' into AHLMSS
    
    Conflicts:
    	pandas/tseries/tests/test_timezones.py

 .gitignore                                         |   1 +
 .travis.yml                                        |   1 +
 CONTRIBUTING.md                                    | 157 +---
 MANIFEST.in                                        |   2 -
 ci/install.sh                                      |   3 -
 ci/print_skipped.py                                |  51 ++
 ci/print_versions.py                               |  10 +-
 ci/requirements-2.6.txt                            |   2 +-
 ci/requirements-2.7.txt                            |   6 +-
 ci/requirements-2.7_LOCALE.txt                     |   4 +-
 ci/requirements-3.2.txt                            |   4 +-
 ci/requirements-3.3.txt                            |   6 +-
 ci/script.sh                                       |   4 +-
 doc/make.py                                        |   8 +-
 doc/source/10min.rst                               |   1 +
 doc/source/_static/df_repr_truncated.png           | Bin 0 -> 8040 bytes
 doc/source/_templates/autosummary/class.rst        |   2 +-
 doc/source/api.rst                                 | 166 +++-
 doc/source/basics.rst                              |  74 +-
 doc/source/comparison_with_r.rst                   | 227 +++++-
 doc/source/comparison_with_sql.rst                 | 380 +++++++++
 doc/source/computation.rst                         |   1 +
 doc/source/conf.py                                 |   9 +
 doc/source/cookbook.rst                            |  19 +
 doc/source/dsintro.rst                             |  40 +-
 doc/source/enhancingperf.rst                       |  25 +-
 doc/source/faq.rst                                 |  29 +-
 doc/source/gotchas.rst                             |   1 +
 doc/source/groupby.rst                             |  18 +
 doc/source/index.rst                               |   1 +
 doc/source/indexing.rst                            |  72 +-
 doc/source/io.rst                                  | 318 ++++++--
 doc/source/merging.rst                             |   6 +-
 doc/source/missing_data.rst                        |   8 +-
 doc/source/r_interface.rst                         |   7 +
 doc/source/release.rst                             | 644 ++++++++++-----
 doc/source/remote_data.rst                         |   5 +-
 doc/source/reshaping.rst                           |  78 ++
 doc/source/rplot.rst                               |   1 +
 doc/source/sparse.rst                              |   1 +
 doc/source/timeseries.rst                          |  14 +-
 doc/source/v0.13.0.txt                             | 258 ++++--
 doc/source/visualization.rst                       |   1 +
 doc/source/whatsnew.rst                            |   1 +
 pandas/compat/__init__.py                          | 121 +--
 pandas/compat/pickle_compat.py                     |  22 +-
 pandas/compat/scipy.py                             |  10 +-
 pandas/computation/align.py                        |  24 +-
 pandas/computation/engines.py                      |   3 +
 pandas/computation/eval.py                         |  13 +-
 pandas/computation/expr.py                         | 107 ++-
 pandas/computation/expressions.py                  |  32 +-
 pandas/computation/ops.py                          |  13 +-
 pandas/computation/pytables.py                     |  78 +-
 pandas/computation/tests/test_eval.py              | 199 +++--
 pandas/core/algorithms.py                          |  45 +-
 pandas/core/api.py                                 |   8 +-
 pandas/core/array.py                               |   4 +-
 pandas/core/base.py                                |  58 +-
 pandas/core/categorical.py                         |  24 +-
 pandas/core/common.py                              | 290 ++++---
 pandas/core/config.py                              |  62 +-
 pandas/core/config_init.py                         | 100 ++-
 pandas/core/daterange.py                           |   1 +
 pandas/core/datetools.py                           |   2 +-
 pandas/core/format.py                              | 507 ++++++++----
 pandas/core/frame.py                               | 875 ++++++++++++---------
 pandas/core/generic.py                             | 613 ++++++++++-----
 pandas/core/groupby.py                             | 578 ++++++++++----
 pandas/core/index.py                               | 247 ++++--
 pandas/core/indexing.py                            | 404 ++++++----
 pandas/core/internals.py                           | 679 ++++++++++------
 pandas/core/nanops.py                              |  84 +-
 pandas/core/ops.py                                 | 282 ++++---
 pandas/core/panel.py                               | 137 ++--
 pandas/core/panel4d.py                             |  18 +-
 pandas/core/panelnd.py                             |  41 +-
 pandas/core/reshape.py                             | 149 +++-
 pandas/core/series.py                              | 216 +++--
 pandas/core/sparse.py                              |   4 +-
 pandas/core/strings.py                             |  85 +-
 pandas/hashtable.pyx                               | 102 ++-
 pandas/io/auth.py                                  |   1 +
 pandas/io/clipboard.py                             |  43 +-
 pandas/io/common.py                                |  33 +-
 pandas/io/data.py                                  |  45 +-
 pandas/io/date_converters.py                       |   2 +-
 pandas/io/excel.py                                 | 198 +++--
 pandas/io/ga.py                                    |  18 +-
 pandas/io/gbq.py                                   | 295 ++++---
 pandas/io/json.py                                  |   5 +-
 pandas/io/packers.py                               | 266 +++++--
 pandas/io/parsers.py                               | 377 ++++++---
 pandas/io/pickle.py                                |   9 +-
 pandas/io/pytables.py                              | 800 ++++++++++++-------
 pandas/io/stata.py                                 | 354 ++++++---
 .../0.13.0/0.13.0_AMD64_windows_2.7.3.pickle       | Bin 0 -> 7208 bytes
 .../0.13.0/0.13.0_i686_linux_2.6.5.pickle          | Bin 0 -> 7143 bytes
 .../0.13.0/0.13.0_i686_linux_2.7.3.pickle          | Bin 0 -> 7123 bytes
 .../0.13.0/0.13.0_i686_linux_3.2.3.pickle          | Bin 0 -> 10019 bytes
 .../0.13.0/0.13.0_x86_64_darwin_2.7.5.pickle       | Bin 0 -> 7278 bytes
 .../0.13.0/0.13.0_x86_64_linux_2.7.3.pickle        | Bin 0 -> 7278 bytes
 .../0.13.0/0.13.0_x86_64_linux_3.3.0.pickle        | Bin 0 -> 10049 bytes
 pandas/io/tests/data/test_types.xls                | Bin 0 -> 26112 bytes
 pandas/io/tests/data/test_types.xlsx               | Bin 0 -> 33769 bytes
 pandas/io/tests/generate_legacy_pickles.py         |  28 +-
 pandas/io/tests/test_clipboard.py                  |  29 +-
 pandas/io/tests/test_cparser.py                    |   5 +-
 pandas/io/tests/test_data.py                       |  42 +-
 pandas/io/tests/test_date_converters.py            |   5 +-
 pandas/io/tests/test_excel.py                      | 470 ++++++-----
 pandas/io/tests/test_ga.py                         |  35 +-
 pandas/io/tests/test_gbq.py                        |  86 +-
 pandas/io/tests/test_html.py                       |  19 +-
 pandas/io/tests/test_json/test_pandas.py           |   3 +-
 pandas/io/tests/test_json_norm.py                  |   5 +-
 pandas/io/tests/test_packers.py                    | 137 +++-
 pandas/io/tests/test_parsers.py                    | 275 +++++--
 pandas/io/tests/test_pickle.py                     |   6 +-
 pandas/io/tests/test_pytables.py                   | 538 ++++++++++---
 pandas/io/tests/test_sql.py                        |   8 +-
 pandas/io/tests/test_stata.py                      |  55 +-
 pandas/io/tests/test_wb.py                         |  65 +-
 pandas/io/wb.py                                    |  40 +-
 pandas/msgpack.pyx                                 |  42 -
 pandas/parser.pyx                                  |  55 +-
 pandas/sparse/array.py                             |   4 +-
 pandas/sparse/frame.py                             |   5 +-
 pandas/sparse/panel.py                             |  12 +-
 pandas/sparse/series.py                            |   6 +-
 pandas/sparse/tests/test_array.py                  |  16 +-
 pandas/sparse/tests/test_libsparse.py              |   8 +-
 pandas/sparse/tests/test_sparse.py                 |   9 +-
 pandas/src/inference.pyx                           |   5 +-
 pandas/src/parser/tokenizer.c                      |   1 -
 pandas/src/parser/tokenizer.h                      |   2 +-
 pandas/src/period.c                                |  12 +-
 pandas/src/period.h                                |   3 +
 pandas/src/properties.pyx                          |  14 -
 pandas/src/reduce.pyx                              |   2 +-
 pandas/src/testing.pyx                             | 145 ++++
 pandas/src/ujson/python/objToJSON.c                |  10 +-
 pandas/stats/moments.py                            |   5 +-
 pandas/stats/tests/common.py                       |   5 +-
 pandas/stats/tests/test_math.py                    |   3 +-
 pandas/stats/tests/test_moments.py                 |  12 +-
 pandas/stats/tests/test_ols.py                     |  12 +-
 pandas/tests/test_algos.py                         |   9 +-
 pandas/tests/test_base.py                          |   7 +-
 pandas/tests/test_categorical.py                   |   3 +-
 pandas/tests/test_common.py                        |  58 +-
 pandas/tests/test_expressions.py                   |  29 +-
 pandas/tests/test_format.py                        | 244 ++++--
 pandas/tests/test_frame.py                         | 538 ++++++++++---
 pandas/tests/test_generic.py                       |  74 +-
 pandas/tests/test_graphics.py                      |  24 +-
 pandas/tests/test_groupby.py                       | 594 +++++++++++++-
 pandas/tests/test_index.py                         |  58 +-
 pandas/tests/test_indexing.py                      | 521 +++++++++++-
 pandas/tests/test_internals.py                     |  11 +-
 pandas/tests/test_multilevel.py                    |  23 +-
 pandas/tests/test_ndframe.py                       |  47 --
 pandas/tests/test_panel.py                         |  57 +-
 pandas/tests/test_panel4d.py                       |   3 +-
 pandas/tests/test_panelnd.py                       |   3 +-
 pandas/tests/test_reshape.py                       |  33 +-
 pandas/tests/test_rplot.py                         |  18 +-
 pandas/tests/test_series.py                        | 332 +++++++-
 pandas/tests/test_stats.py                         |   4 +-
 pandas/tests/test_strings.py                       |  63 +-
 pandas/tests/test_testing.py                       | 155 ++++
 pandas/tests/test_tests.py                         |  35 -
 pandas/tests/test_tseries.py                       |  18 +-
 pandas/tools/merge.py                              |  61 +-
 pandas/tools/plotting.py                           | 112 ++-
 pandas/tools/tests/test_merge.py                   |   9 +-
 pandas/tools/tests/test_pivot.py                   |   5 +-
 pandas/tools/tests/test_tile.py                    |   9 +-
 pandas/tools/tests/test_tools.py                   |  25 +-
 pandas/tools/tests/test_util.py                    |  11 +-
 pandas/tools/tile.py                               |   4 +-
 pandas/tseries/frequencies.py                      |  46 +-
 pandas/tseries/index.py                            |  59 +-
 pandas/tseries/offsets.py                          | 532 ++++++++++++-
 pandas/tseries/period.py                           |   6 +-
 pandas/tseries/resample.py                         |   4 +-
 pandas/tseries/tests/test_converter.py             |   4 +-
 pandas/tseries/tests/test_cursor.py                | 196 -----
 pandas/tseries/tests/test_daterange.py             |  22 +-
 pandas/tseries/tests/test_frequencies.py           |  16 +-
 pandas/tseries/tests/test_offsets.py               | 623 ++++++++++++++-
 pandas/tseries/tests/test_period.py                |  51 +-
 pandas/tseries/tests/test_plotting.py              |   5 +-
 pandas/tseries/tests/test_resample.py              |   7 +-
 pandas/tseries/tests/test_timedeltas.py            | 132 +++-
 pandas/tseries/tests/test_timeseries.py            |  79 +-
 pandas/tseries/tests/test_timezones.py             |  16 +-
 pandas/tseries/tests/test_tslib.py                 |  52 +-
 pandas/tseries/tests/test_util.py                  |   3 +-
 pandas/tseries/timedeltas.py                       |   7 +-
 pandas/tseries/tools.py                            |   4 +
 pandas/tslib.pyx                                   |  20 +-
 pandas/util/clipboard.py                           |   4 +-
 pandas/util/print_versions.py                      |   9 +-
 pandas/util/testing.py                             | 174 ++--
 setup.py                                           |  19 +-
 test_fast.sh                                       |   2 +-
 test_multi.sh                                      |   2 +-
 vb_suite/eval.py                                   |  11 +
 vb_suite/frame_ctor.py                             |   9 +-
 vb_suite/frame_methods.py                          |  86 +-
 vb_suite/timeseries.py                             |   4 +-
 212 files changed, 13694 insertions(+), 5295 deletions(-)


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pandas.git



More information about the debian-science-commits mailing list