[seaborn] branch master updated (c27a6b1 -> d51569b)

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


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

tille pushed a change to branch master
in repository seaborn.

      from  c27a6b1   New upstream version 0.7.1
       new  d51569b   New upstream version 0.8.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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(-)
 create mode 100644 doc/_static/favicon.ico
 create mode 100644 doc/releases/v0.8.0.txt
 delete mode 100644 examples/interactplot.py
 create mode 100644 examples/jitter_stripplot.py
 create mode 100644 examples/large_distributions.py
 delete mode 100644 examples/network_correlations.py
 delete mode 100644 examples/tips.csv
 create mode 100644 seaborn/cm.py
 copy seaborn/{linearmodels.py => regression.py} (75%)
 rename seaborn/tests/{test_linearmodels.py => test_regression.py} (96%)

-- 
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