[seaborn] 16/35: Merge tag 'v0.4.0' 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 f92d46d7af91fd386f9f7591921e2ca2d4b3d901
Merge: d29351e 0e4ceaf
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Wed Sep 3 14:32:02 2014 -0400

    Merge tag 'v0.4.0' into debian
    
    * tag 'v0.4.0': (106 commits)
      Bump version to 0.4
      Update 0.4 release notes
      Set jointplot example axis limits in main call
      Return a misplaced release note to its home
      Fix gaussian_kde in violinplot
      Let kde run when scipy doesn't accept custom bandwidth
      Fix verdana check
      Make rc tests passable on systems without MS fonts
      Better cubehelix example
      Add new lmplot and PairGrid examples
      Fix case where PairGrid vars are passed in array
      Fix calculation of PairGrid size
      Fix release note list
      Omnibus doc updates
      Fix typos
      Let violinplot work when bins have single observations
      Add more about PairGrid to docs, with gallery examples
      Skip PairGrid tests with special diagonal on older matplotlibs
      Add more PairGrid and pairplot tests
      Skip font test on older matplotlibs for now
      ...

 .gitignore                                    |   1 +
 .mailmap                                      |   3 +
 .travis.yml                                   |  41 +-
 doc/Makefile                                  |   3 +
 doc/api.rst                                   |   6 +-
 doc/installing.rst                            |  20 +-
 doc/releases/v0.3.1.txt                       |   8 +-
 doc/releases/v0.4.0.txt                       |  45 ++
 doc/tutorial/aesthetics.ipynb                 |  34 +-
 doc/tutorial/axis_grids.ipynb                 | 220 +++++-
 doc/tutorial/categorical_linear_models.ipynb  |  14 +-
 doc/tutorial/color_palettes.ipynb             | 233 ++++++-
 doc/tutorial/quantitative_linear_models.ipynb |  14 +-
 doc/whatsnew.rst                              |   4 +
 examples/aesthetics.ipynb                     | 140 ++--
 examples/cubehelix_palette.py                 |  22 +
 examples/grouped_boxplot.py                   |   4 +-
 examples/hexbin_marginals.py                  |  16 +
 examples/linear_models.ipynb                  | 117 +++-
 examples/multiple_regression.py               |  15 +
 examples/pair_grid_with_kde.py                |  16 +
 examples/paired_pointplots.py                 |  16 +
 examples/plotting_distributions.ipynb         | 339 +++++----
 examples/regression_marginals.py              |   3 +-
 examples/scatterplot_matrix.py                |  11 +
 examples/timeseries_plots.ipynb               | 193 +++---
 examples/violinplots.py                       |   5 +-
 ipnbdoctest.py                                |   7 +
 seaborn/__init__.py                           |   3 +-
 seaborn/axisgrid.py                           | 523 +++++++++++---
 seaborn/distributions.py                      | 193 ++++--
 seaborn/linearmodels.py                       | 182 ++++-
 seaborn/palettes.py                           | 107 +++
 seaborn/rcmod.py                              |  62 +-
 seaborn/tests/test_axisgrid.py                | 435 +++++++++++-
 seaborn/tests/test_distributions.py           |  56 +-
 seaborn/tests/test_linearmodels.py            |  58 +-
 seaborn/tests/test_palettes.py                |  45 ++
 seaborn/tests/test_rcmod.py                   | 147 +++-
 seaborn/tests/test_utils.py                   |  83 ++-
 seaborn/timeseries.py                         |  10 +-
 seaborn/utils.py                              |  37 +-
 seaborn/xkcd_rgb.py                           | 949 ++++++++++++++++++++++++++
 setup.py                                      |  38 +-
 testing/deps_minimal.txt                      |   8 +
 testing/deps_modern.txt                       |   9 +
 46 files changed, 3898 insertions(+), 597 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