[seaborn] 04/06: Merge tag 'v0.8.0' into debian

Andreas Tille tille at debian.org
Mon Jul 24 10:38:25 UTC 2017


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

tille pushed a commit to tag debian/0.8.0-1
in repository seaborn.

commit cbd9b48c29118c83ddd0f4a082767ef5105147ca
Merge: ffd902e d51569b
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jul 24 11:49:06 2017 +0200

    Merge tag 'v0.8.0' into debian
    
    Upstream version 0.8.0

 .travis.yml                                        |   15 +-
 LICENSE                                            |    4 +-
 Makefile                                           |    4 +-
 README.md                                          |   44 +-
 doc/Makefile                                       |    2 +
 doc/_static/favicon.ico                            |  Bin 0 -> 270398 bytes
 doc/_static/style.css                              |   16 +-
 doc/api.rst                                        |   69 +-
 doc/conf.py                                        |   15 +-
 doc/index.rst                                      |   22 +-
 doc/installing.rst                                 |   62 +-
 doc/introduction.rst                               |   33 +-
 doc/releases/v0.6.0.txt                            |    3 +
 doc/releases/v0.7.0.txt                            |    3 +
 doc/releases/v0.7.1.txt                            |    3 +
 doc/releases/v0.8.0.txt                            |   39 +
 doc/sphinxext/plot_generator.py                    |   14 +-
 doc/tutorial.rst                                   |    2 +-
 doc/tutorial/aesthetics.ipynb                      |   24 +-
 doc/tutorial/axis_grids.ipynb                      |   27 +-
 doc/tutorial/categorical.ipynb                     |   23 +-
 doc/tutorial/color_palettes.ipynb                  |   28 +-
 doc/tutorial/distributions.ipynb                   |    6 +-
 doc/tutorial/regression.ipynb                      |    4 +-
 doc/tutorial/tools/nb_to_doc.py                    |   10 +-
 doc/whatsnew.rst                                   |    2 +-
 examples/heatmap_annotation.py                     |    4 +-
 examples/horizontal_boxplot.py                     |   22 +-
 examples/interactplot.py                           |   21 -
 examples/jitter_stripplot.py                       |   34 +
 examples/large_distributions.py                    |   13 +
 examples/many_facets.py                            |    3 +
 examples/many_pairwise_correlations.py             |    9 +-
 examples/marginal_ticks.py                         |    2 +-
 examples/multiple_joint_kde.py                     |    2 +-
 examples/multiple_regression.py                    |   14 +-
 examples/network_correlations.py                   |   26 -
 examples/paired_pointplots.py                      |    4 +-
 examples/scatterplot_matrix.py                     |    4 +-
 examples/structured_heatmap.py                     |   20 +-
 examples/tips.csv                                  |  245 ---
 seaborn/__init__.py                                |    8 +-
 seaborn/apionly.py                                 |    7 +
 seaborn/axisgrid.py                                |  465 +++++-
 seaborn/categorical.py                             |  531 ++++---
 seaborn/cm.py                                      | 1056 +++++++++++++
 seaborn/distributions.py                           |  285 +---
 seaborn/external/husl.py                           |    2 +-
 seaborn/external/six.py                            |  371 ++++-
 seaborn/linearmodels.py                            | 1634 +-------------------
 seaborn/matrix.py                                  |  295 ++--
 seaborn/miscplot.py                                |   22 +-
 seaborn/palettes.py                                |   30 +-
 seaborn/rcmod.py                                   |    7 +-
 seaborn/{linearmodels.py => regression.py}         |  439 +-----
 seaborn/tests/test_axisgrid.py                     |  153 +-
 seaborn/tests/test_categorical.py                  |  204 ++-
 seaborn/tests/test_distributions.py                |  115 +-
 seaborn/tests/test_matrix.py                       |  115 +-
 seaborn/tests/test_palettes.py                     |    2 +-
 seaborn/tests/test_rcmod.py                        |    5 +-
 .../{test_linearmodels.py => test_regression.py}   |   22 +-
 seaborn/tests/test_utils.py                        |   64 +-
 seaborn/timeseries.py                              |   42 +-
 seaborn/utils.py                                   |   84 +-
 seaborn/widgets.py                                 |   20 +-
 setup.py                                           |    6 +-
 67 files changed, 3257 insertions(+), 3624 deletions(-)

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



More information about the debian-science-commits mailing list