[seaborn] 22/35: Merge tag 'v0.5.1' into debian

Andreas Tille tille at debian.org
Fri Jan 20 15:00:22 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 067b1e131dcb1a163e646a120603e1dd61dfe944
Merge: 86a7acf eb9cdb7
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Mon Jan 26 11:37:05 2015 -0500

    Merge tag 'v0.5.1' into debian
    
    Release version 0.5.1
    
    * tag 'v0.5.1': (143 commits)
      Finalize release notes for 0.5.1
      Update version for 0.5.1 release
      Fix nested side colors and add release notes
      Attempt to make multilevel bootstrap test more robust
      Fix mask test on pandas 0.12
      Add test and release notes for heatmap mask fix
      Implement workaround for matplotlib 1.4.2 bug
      Fix violinplot with multiple identical values
      heatmap: narrows down exception type
      pep8
      Add test for nested colors
      add converter for {row,col}_colors if they are nested
      heatmap: handles pandas and numpy masks
      (copy and paste) documents "mask" kw in heatmap
      mask array gets reversed too
      Fix violinplot with multiple identical values
      Add DOI to README
      Bump version back to dev
      Bump version for 0.5.0 release
      Update release notes and introduction
      ...

 .travis.yml                                        |  16 +-
 Makefile                                           |   4 +
 README.md                                          |   5 +
 doc/.gitignore                                     |   1 +
 doc/api.rst                                        |  30 +-
 doc/index.rst                                      |  42 +-
 doc/introduction.rst                               |   1 +
 doc/releases/v0.5.0.txt                            |  45 ++
 doc/releases/v0.5.1.txt                            |  11 +
 doc/sphinxext/plot_generator.py                    |  68 +-
 doc/tutorial.rst                                   |   1 +
 doc/tutorial/Makefile                              |   1 +
 doc/tutorial/aesthetics.ipynb                      |   4 +-
 doc/tutorial/axis_grids.ipynb                      |  59 +-
 doc/tutorial/categorical_linear_models.ipynb       |   2 +-
 doc/tutorial/color_palettes.ipynb                  | 329 +++++---
 doc/tutorial/dataset_exploration.ipynb             | 466 +++++++++++
 doc/tutorial/quantitative_linear_models.ipynb      |  32 +-
 doc/tutorial/tools/nb_to_doc.py                    |   2 +-
 doc/whatsnew.rst                                   |   4 +
 examples/elaborate_violinplot.py                   |  26 +
 examples/facets_with_custom_projection.py          |  20 +
 examples/factorplot_bars.py                        |  16 +
 examples/heatmap_annotation.py                     |  13 +
 examples/many_pairwise_correlations.py             |   3 +-
 examples/network_correlations.py                   |  22 +
 examples/regression_marginals.py                   |   1 +
 examples/{violinplots.py => simple_violinplots.py} |  12 +-
 examples/structured_heatmap.py                     |  29 +
 examples/timeseries_of_barplots.py                 |   2 +-
 seaborn/__init__.py                                |   3 +-
 seaborn/algorithms.py                              |   4 +-
 seaborn/axisgrid.py                                |  70 +-
 seaborn/distributions.py                           |  28 +-
 seaborn/linearmodels.py                            | 126 ++-
 seaborn/matrix.py                                  | 895 +++++++++++++++++++++
 seaborn/palettes.py                                | 541 ++++++++++++-
 seaborn/rcmod.py                                   |  11 +-
 seaborn/tests/test_algorithms.py                   |   2 +-
 seaborn/tests/test_axisgrid.py                     |  78 ++
 seaborn/tests/test_distributions.py                |  18 +
 seaborn/tests/test_linearmodels.py                 |  60 +-
 seaborn/tests/test_matrix.py                       | 803 ++++++++++++++++++
 seaborn/tests/test_palettes.py                     |  48 +-
 seaborn/tests/test_utils.py                        |  22 +-
 seaborn/utils.py                                   |  39 +-
 setup.py                                           |  27 +-
 testing/{deps_minimal.txt => deps_minimal_2.7.txt} |   0
 testing/{deps_modern.txt => deps_modern_2.7.txt}   |   1 -
 testing/{deps_modern.txt => deps_modern_3.3.txt}   |   1 -
 testing/{deps_modern.txt => deps_modern_3.4.txt}   |   3 -
 51 files changed, 3749 insertions(+), 298 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