[seaborn] 28/35: Merge tag 'v0.7.1' into debian

Andreas Tille tille at debian.org
Fri Jan 20 15:00:23 UTC 2017


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

tille pushed a commit to branch debian
in repository seaborn.

commit d198fc20d07ce58549cc7d455174d537ac02b0a0
Merge: eee619a b618cc7
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Sat Sep 10 14:56:47 2016 -0400

    Merge tag 'v0.7.1' into debian
    
    Release version 0.7.1
    
    * tag 'v0.7.1': (205 commits)
      Prepare for 0.7.1 release
      Fix scipy univariate KDE bandwidth scale (fixes #918)
      Update release notes
      Skip missing cats FacetGrid test if pandas does not have cats
      Eliminate numexpr dependency from test
      Fix https://github.com/mwaskom/seaborn/issues/929
      Fix header interference in doc linking, fixes #610
      Upate release notes
      Clean up top-level seaborn namespace
      Update release notes
      Capture original rcparams at import time and use to reset
      Fix despine example in aesthetics docs (closes #865)
      Update release notes
      Streamline heatmap prep and clarify docs
      Update github parsing code
      Add error bar caps to gallery script and API docs
      Update release notes
      Revert change to default linewidth
      Formatting issues fixed
      restructured for loop to handle capsize logic inside loop, and write loop only once
      ...

 .travis.yml                                        |   15 +-
 CONTRIBUTING.md                                    |    2 +-
 README.md                                          |    7 +-
 doc/_static/style.css                              |   13 +-
 doc/api.rst                                        |    1 +
 doc/index.rst                                      |    4 +-
 doc/releases/v0.7.0.txt                            |   39 +
 doc/releases/v0.7.1.txt                            |   25 +
 doc/sphinxext/ipython_directive.py                 |    3 +-
 doc/tutorial/aesthetics.ipynb                      |    8 +-
 doc/tutorial/categorical.ipynb                     |  108 +-
 doc/tutorial/color_palettes.ipynb                  |    2 +-
 doc/tutorial/regression.ipynb                      |    2 +-
 doc/whatsnew.rst                                   |    4 +
 examples/horizontal_barplot.py                     |    2 +-
 examples/marginal_ticks.py                         |    2 +-
 examples/pairgrid_dotplot.py                       |    2 +-
 examples/pointplot_anova.py                        |    2 +-
 examples/scatterplot_categorical.py                |    5 +-
 examples/structured_heatmap.py                     |    2 +-
 seaborn/__init__.py                                |   10 +-
 seaborn/axisgrid.py                                |   46 +-
 seaborn/categorical.py                             | 1133 +++++++++++++++++---
 seaborn/distributions.py                           |   35 +-
 seaborn/linearmodels.py                            |   13 +-
 seaborn/matrix.py                                  |  255 +++--
 seaborn/miscplot.py                                |    3 +
 seaborn/palettes.py                                |  429 +-------
 seaborn/rcmod.py                                   |   83 +-
 seaborn/tests/__init__.py                          |   11 +
 seaborn/tests/test_axisgrid.py                     |  262 +++--
 seaborn/tests/test_categorical.py                  |  548 ++++++++--
 seaborn/tests/test_distributions.py                |   27 +-
 seaborn/tests/test_linearmodels.py                 |   40 +-
 seaborn/tests/test_matrix.py                       |  303 ++++--
 seaborn/tests/test_miscplot.py                     |    5 +-
 seaborn/tests/test_palettes.py                     |   21 +-
 seaborn/tests/test_rcmod.py                        |   26 +-
 seaborn/tests/test_utils.py                        |   59 +-
 seaborn/timeseries.py                              |   10 +-
 seaborn/utils.py                                   |   99 +-
 seaborn/widgets.py                                 |  433 ++++++++
 setup.py                                           |    2 +-
 .../{deps_modern_3.3.txt => deps_modern_3.5.txt}   |    0
 44 files changed, 3003 insertions(+), 1098 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