[seaborn] 13/35: Merge tag 'v0.3.1' into debian

Andreas Tille tille at debian.org
Fri Jan 20 15:00:21 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 7024175539f97a90e917a3a99e80d757ccf7b3ac
Merge: 873fbf0 b4af266
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Mon Apr 21 20:55:45 2014 -0400

    Merge tag 'v0.3.1' into debian
    
    * tag 'v0.3.1':
      Releasing 0.3.1
      Fix col_wrap when wrap is not a factor of n_facets
      Pass share{x,y} to FacetGrid in factorplot
      Hack to handle empty lines on csvs served by github
      Make pointplot points adjust with linewidth
      Add v0.3.1 release notes
      Fix FacetGrid legend with non-string hue levels
      Fix density support calculation using scipy kde
      Fix labelcolor
      BF: make some non-functioning doctests correct smoke tests
      Fix palette truncation in with statement
      Fix new pep8 rules
      BF: few missed import six from external
      Merge pull request #147 from yarikoptic/bf/doctests
      ENH: run nosetests with --with-doctest
      Doc typo
      Fix categorical tutorial data
      Fix axis_grid notebook style and data loading
      Fix typo

 Makefile                                      |   2 +-
 README.md                                     |   2 +-
 doc/index.rst                                 |   4 +-
 doc/releases/v0.3.1.txt                       |  23 ++++
 doc/tutorial/axis_grids.ipynb                 |   6 +-
 doc/tutorial/categorical_linear_models.ipynb  |  74 ++++++++-----
 doc/tutorial/quantitative_linear_models.ipynb | 150 +++++++++++++++++---------
 seaborn/__init__.py                           |   2 +-
 seaborn/algorithms.py                         |   2 +-
 seaborn/axisgrid.py                           | 117 ++++++++++++++++++--
 seaborn/distributions.py                      |  20 ++--
 seaborn/linearmodels.py                       |  25 +++--
 seaborn/palettes.py                           |  15 +--
 seaborn/rcmod.py                              |  14 ++-
 seaborn/tests/test_algorithms.py              |   2 +-
 seaborn/tests/test_axisgrid.py                | 112 ++++++++++++++++++-
 seaborn/tests/test_linearmodels.py            |   8 +-
 seaborn/tests/test_palettes.py                |  10 ++
 seaborn/utils.py                              |   5 +-
 setup.py                                      |  17 ++-
 20 files changed, 481 insertions(+), 129 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