[seaborn] annotated tag debian/0.4.0-1 created (now 788df35)

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


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

tille pushed a change to annotated tag debian/0.4.0-1
in repository seaborn.

        at  788df35   (tag)
   tagging  41c6fde8e768698e8ebc3d5d1ea3e789cfb8b456 (commit)
  replaces  debian/0.3.0-1
 tagged by  Yaroslav Halchenko
        on  Thu Sep 4 09:39:31 2014 -0400

- Log -----------------------------------------------------------------
seaborn Debian release 0.4.0-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlQIa5MACgkQjRFFY3XAJMhzrQCgxhSzF4AZpCEv9d7whBgFwpKY
/pMAoKd4b7UhqzJMRIC70OnV8bgkVRBF
=Z/Cn
-----END PGP SIGNATURE-----

Alistair Miles (4):
      #185 make it possible to override gridsize with hex jointplot
      pep8 line length
      fix violinplot doco
      typos

Cynddl (2):
      Add a method parameter to corrplot
      Flip the order of ax and method

Daniel Wehner (2):
      add a small error message if an invalid kind was passed to jointplot
      fif pep8

Erik Ziegler (2):
      Added pdf.fonttype=42 to rcmod for Illustration-editable text
      Added pdf.fonttype to style_keys. Added details to release document

Kyle Meyer (1):
      Fix documented return type for barplot

Luis Pedro Coelho (2):
      ENH Draw horizontal violin plots
      PEP8 Fix Pep8 issues

Michael Waskom (152):
      Bump version back to dev
      Fix typo
      Merge branch 'v0.3'
      Fix axis_grid notebook style and data loading
      Merge branch 'v0.3'
      Fix categorical tutorial data
      Merge branch 'v0.3'
      Merge pull request #145 from yarikoptic/master
      Merge pull request #146 from yarikoptic/bf/six_imports
      Merge pull request #149 from Cynddl/feature-corr-methods
      Doc typo
      Merge branch 'v0.3'
      Merge pull request #147 from yarikoptic/bf/doctests
      Fix new pep8 rules
      Merge pull request #152 from mwaskom/fix_new_pep8
      Merge pull request #147 from yarikoptic/bf/doctests
      Merge branch 'v0.3'
      Fix new pep8 rules
      Merge branch 'v0.3'
      Fix palette truncation in with statement
      Merge branch 'v0.3'
      Merge branch 'fix_with_color_palette' into v0.3
      Merge branch 'v0.3'
      Fix labelcolor
      Fix density support calculation using scipy kde
      Merge pull request #155 from mwaskom/fix_density_support
      Merge branch 'v0.3'
      Fix FacetGrid legend with non-string hue levels
      Merge pull request #157 from mwaskom/fix_facet_legend
      Add v0.3.1 release notes
      Merge branch 'v0.3'
      Make pointplot points adjust with linewidth
      Hack to handle empty lines on csvs served by github
      Merge pull request #161 from mwaskom/adapt_pointsize
      Merge branch 'v0.3'
      Merge pull request #165 from shoyer/test-FacetGrid.set_axis_labels
      Pass share{x,y} to FacetGrid in factorplot
      Fix col_wrap when wrap is not a factor of n_facets
      Merge pull request #173 from mwaskom/fix_col_wrap
      Merge branch 'v0.3'
      Merge branch 'master' of github.com:mwaskom/seaborn
      Releasing 0.3.1
      Add 0.3.1 release notes to docs
      Fix formatting in 0.3.1 release notes
      Roll back version for easier upstream merging
      Merge branch 'v0.3'
      Add hist_norm argument to distplot
      Merge pull request #179 from mwaskom/distplot_optional_norm
      Add cubehelix_palette function
      Merge pull request #180 from mwaskom/cubehelix
      Add hexbin_marginals example and tweak cubehelix example
      Add cubehelix palette to api index
      Add upload-dev rule to Makefile
      Add 0.4 release notes to index
      Fix cubehelix narrative docs
      Merge branch 'spineoffsets-with-despine' of github.com:phobson/seaborn into phobson-spineoffsets-with-despine
      Update docs and examples with new spine offset functionality
      Add the  option to plotting_context
      Merge pull request #182 from mwaskom/scale_font
      Make setup behave more politely about dependencies (GH #169)
      Merge pull request #183 from mwaskom/polite_setup
      Test on minimal deps, with edits to make tests pass
      Merge pull request #184 from mwaskom/allow_older_versions
      Merge pull request #186 from alimanfoo/jointplot_customisation
      Test on Python 3.4
      Merge pull request #167 from mwaskom/test_py34
      Merge pull request #189 from alimanfoo/violinplot_doco
      Be safer about trying to operate on possible strings
      Merge pull request #196 from mwaskom/fix_rcorig
      Merge pull request #197 from cpcloud/fix-col-names-type
      Merge pull request #199 from swederik/enh/edittext
      Merge pull request #204 from zyv/master
      Merge pull request #201 from luispedro/master
      Merge pull request #213 from thoppe/typo_fix
      Revert change to functions that reset RC params
      Skip some rcParam-related tests on older matplotlibs
      Don't test deprecated svg parameter due to odd failures
      Merge pull request #217 from mwaskom/fix_rc_reset
      PEP8
      Skip image diff for now
      Freeze pyopenxl version to avoid warning in notebooks
      Merge pull request #223 from mwaskom/fix_tests
      Add xkcd color dictionary and palette function
      Merge pull request #225 from mwaskom/xkcd_rgb
      Add logx option to regplot
      Merge pull request #227 from mwaskom/log_regplot
      Format travis setup better
      Remove easy_install from install docs
      Merge pull request #235 from diego0020/patch-1
      Update apt-get and skip doc build on travis
      Merge pull request #245 from mwaskom/fix_travis
      Fix typo (closes #232)
      Add xkcd palette docs (closes #226)
      Have factorplot handle unbalanced data better
      Merge pull request #247 from mwaskom/safer_factorplot
      Merge branch 'jointplot-message' of github.com:dawehner/seaborn into dawehner-jointplot-message
      Fix PEP8 and add a test
      Remove some deprecated functions
      Remove deprecated test
      Update release notes with deprecation removals
      Merge pull request #249 from mwaskom/remove_0.3_deprecated
      Allow control over box/violin desaturation
      Merge pull request #251 from mwaskom/control_box_desat
      Merge pull request #253 from phobson/fix-legout-with-colwrap
      Merge pull request #254 from kyleam/fix-barplot-doc
      Unify rules for default color palettes
      Merge pull request #256 from mwaskom/palette_consistency
      Add choose_cubehelix function
      Merge pull request #261 from mwaskom/choose_cubehelix
      Add cubehelix chooser to API docs
      Make font fallback work better
      Fix subplot creation on older matplotlibs
      Merge pull request #176 from mwaskom/linux_fonts
      Initial PairGrid implementation
      Preliminary hue grouping in PairGrid
      Only make diag axes if needed
      Some PairGrid tests
      Add palette flexibility and tests
      Factor grid figure palette creation into base class
      Some more housekeeping to get legends working
      Add PairGrid and pairplot to axisgrid docs
      Add basic pairplot function
      Be safe about default palette in tests
      Don't add legend by default with FacetGrid.map
      Update release notes
      Skip font test on older matplotlibs for now
      Add more PairGrid and pairplot tests
      Skip PairGrid tests with special diagonal on older matplotlibs
      Merge pull request #262 from mwaskom/pair_grid
      Add more about PairGrid to docs, with gallery examples
      Let violinplot work when bins have single observations
      Merge pull request #264 from mwaskom/violin_single
      Fix typos
      Omnibus doc updates
      Merge pull request #265 from mwaskom/update_docs
      Fix release note list
      Fix calculation of PairGrid size
      Fix case where PairGrid vars are passed in array
      Merge pull request #268 from mwaskom/fix_pairgrid
      Add new lmplot and PairGrid examples
      Better cubehelix example
      Make rc tests passable on systems without MS fonts
      Merge pull request #270 from mwaskom/fix_tests
      Fix verdana check
      Let kde run when scipy doesn't accept custom bandwidth
      Merge pull request #272 from mwaskom/old_scipy_kde
      Fix gaussian_kde in violinplot
      Merge pull request #273 from mwaskom/old_scipy_kde
      Return a misplaced release note to its home
      Set jointplot example axis limits in main call
      Update 0.4 release notes
      Bump version to 0.4

Paul Hobson (8):
      add new setter for spine positions so that offset_spines can be called anytime
      added offset info to despine docstring
      add warning to offset_spine and only move visible spines
      add tests for offseting spines with despine
      fix bad whitespace from despinse work
      updated despine call with offset in aethetics notebook
      Flatten and pick zeroth axes in FacetGrid for legend_out=False
      (Smoke) Test for the using legend_out=False and col_wrap in a FacetGrid

Phillip Cloud (1):
      BUG: col and row names should be checked for None and length

Stephan Hoyer (1):
      Unit test for FacetGrid.set_axis_labels

Tal Yarkoni (2):
      fixed alpha setting bug in _RegressionPlotter scatter
      added regplot scatter_kws alpha test

Travis Hoppe (1):
      Fixed a typo fix in the comments.

Yaroslav Halchenko (13):
      ENH: to make two Michaels into one
      BF: few missed import six from external
      BF: make some non-functioning doctests correct smoke tests
      ENH: run nosetests with --with-doctest
      ENH: run nosetests with --with-doctest
      BF: few missed import six from external
      BF: make some non-functioning doctests correct smoke tests
      Merge tag 'v0.3.1' into debian
      New upstream release - absorbed all previously included patches
      debian/rules - customize tests invocation for compatibility with nose on wheezy (can't be invoked via python -m nose)
      Merge tag 'v0.4.0' into debian
      changelog
      debian/control - building for Python >= 2.7 since pandas is N/A for python 2.6 on wheezy

Yury V. Zaytsev (1):
      Update color_palettes.ipynb

diego0020 (1):
      documentation typo

-----------------------------------------------------------------------

No new revisions were added by this update.

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