[seaborn] branch master created (now c27a6b1)

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


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

tille pushed a change to branch master
in repository seaborn.

        at  c27a6b1   New upstream version 0.7.1

This branch includes the following new commits:

       new  36dd993   Initial commit
       new  31eda8f   Small updates
       new  9caebbf   More updates to grid parameters
       new  f39de69   Addition of nogrid style
       new  22d9c3b   Added color palette options and setting func
       new  764b0b3   More color palettes
       new  a52092b   Adding context and setup function
       new  66c9c64   Context aesthetics
       new  66f2855   Modify patchcolor too
       new  302b5d3   Restore axis lines for nogrid
       new  13428e8   Merge branch 'master' of github.com:mwaskom/seaborn
       new  c54b0c6   Fix bug in nogrid
       new  5788ba7   get_color_list returns current setting by default
       new  5e02236   Changing setup func name to avoid nose issues
       new  0452151   Adding ci_to_errsize func
       new  6bfb948   Changing ci_to_errsize a bit
       new  1e9214a   Moving pmf_hist from moss to here
       new  57548b5   Adding desaturation and saturation functions
       new  042a4de   Added example link in readme
       new  59b418b   Making READEME markdown
       new  6f70834   Making READEME markdown
       new  fe789e0   Fixing conflict
       new  4e2d123   Merge branch 'master' of github.com:mwaskom/seaborn
       new  1b32fdc   Adding plotobjs module
       new  32dc45e   Adding plotobjs to __init__.py
       new  66df590   Oops plotobjs.py in wrong place
       new  7820d1f   Adding boxplot wrapper
       new  e8cc994   Adding KDE plot function
       new  d6ecc2b   Docstring error
       new  b5e5441   Adding tsplot (and other changes)
       new  70d2cf8   Adding colors attribute
       new  c7e0dac   Docstrings for utils.py and tests were switched
       new  c88b1d6   Plotobjs docstring and consistency
       new  f125c82   More consistency
       new  2685543   Comments in tsplot
       new  3d1dcac   bugfix in kdeplot
       new  e393e6e   Stickplot and KDE improvements
       new  5a40109   Bug in plotobjs concerning color cycle hack
       new  d912281   Ensure kdeplot input is array
       new  529c563   Small plotobjs changes
       new  3cc0052   Fixing merge issue
       new  0340274   Bug in regplot
       new  a711adf   Allow markerstyle setting in regplot
       new  22ed7bd   Adding shade option to kdeplot
       new  d2ca74c   Adding violin and improved KDE support
       new  a0d6216   Violin docstring and pep8
       new  38eba04   Particularly galling docstring typo
       new  e76035a   Color was not getting passed to violin fill
       new  64725cc   Tweaking KDE support
       new  56e21f7   Violin outlines were tucked under box block
       new  7f04d9e   Bug in color setting
       new  1821be8   Fixing conflict
       new  5905dce   Adding poster context
       new  6636d9b   Some additions to box and violin plots
       new  6bda5c3   Some additions to box and violin plots
       new  83f79a2   Fix bug in new boxplotting
       new  326f4c6   Fixing merge issue
       new  778ac84   Fixing problem with poster context
       new  7143e04   Had join_rm plotting backwards
       new  a76d266   Allow violin plots to take lists
       new  a6f2eb6   Fixing join_rm bug in boxplot
       new  230a274   Fixing bug when using names in boxplot
       new  ca703be   Merge branch 'master' of github.com:mwaskom/seaborn
       new  f067fce   regplot was not using corr_func
       new  48770a5   Merge branch 'master' of github.com:mwaskom/seaborn
       new  88b6f3c   Many new color palatte options
       new  76e1251   Some name changes
       new  92b1b4d   Arbitrary x positions for violin plots
       new  33ed5dd   Donning the cone of shame about inability to spell
       new  0900cd0   Merge branch 'master' of github.com:mwaskom/seaborn
       new  1e720b7   Assorted changes
       new  1b041a7   Merge branch 'master' of github.com:mwaskom/seaborn
       new  895dd09   Adding corrplot function
       new  9a0142e   corrplot default range slightly larger than data range
       new  2d27e64   Splitting off more general symmatplot func
       new  8d4558c   updating to reflect moss.randomize_corrmat changes
       new  665410c   Making color flexibility better
       new  ac67b13   Bug in kdeplot color routine
       new  1485c18   Fixing some kwargs stuff
       new  6f97761   Reverting some bad changes to how axes are defined
       new  057fbb9   Much awesomer regplot function
       new  3094533   Little boxplot fixes
       new  3c01931   Fixing merge conflicts
       new  1cde88c   Little label utility plot
       new  8252458   Merge branch 'master' of github.com:mwaskom/seaborn
       new  2704e95   More global color arg in regplot
       new  5bf4f14   Merge branch 'master' of github.com:mwaskom/seaborn
       new  52e224a   Adding new distplot function
       new  018fe0e   Now using distplot in regplot
       new  b2806b9   Adding obs_palette to tsplot
       new  71dbadd   Adding 'points' inner to violin
       new  88a6c26   Less alpha on paletted obs traaces
       new  892060f   Adding boot_kde error style in tsplot
       new  d74c77d   More tsplot enhancements
       new  c000ff2   Improving yrange for boot_kde option
       new  7df52ab   Adding interpolate boolean
       new  401eaca   Adding legend option to distplot
       new  dbd0210   Making legend default to False in distplot
       new  02328e8   Adding example notebooks
       new  7c92a6e   Making sure boxplot gets an array
       new  5b6bce2   Tweaking some distribution defaults
       new  b04bcad   Finishing distributions example
       new  57a033e   Adding regression standard error to regplot
       new  b42a832   Adding confidence interval to regplot
       new  57e5b48   Changing regplot aesthetics a bit
       new  bca7668   Adding lmplot and some regplot updates
       new  9adab56   Casting label names to string
       new  cd0e8ba   Making x_mean work with unequal arrays
       new  f83b06c   Sorting factors in lmplot
       new  7232502   Fixing lmplot x ticks adjustment
       new  85151dc   Much better fix for xmargin issues
       new  032e9e6   Slightly thinner margins
       new  50eda4b   Changing x_mean to x_estimator
       new  0d61550   Don't put axlabels in facet plot interior
       new  17a48c6   Adding truncate option to lmplot
       new  2c176d0   Fixing bug with xlabel in lmplot
       new  b33aba9   Fixing the marginal axes in regplot
       new  c94fc3d   Allowing for higher-order fits
       new  ac268b0   Make it work so that color and column can both represent the same factor
       new  d96a9d9   adding func_name to regplot for more flexibility
       new  aaf3e60   let corr_func return a single value
       new  599dcdc   adding linear models tutorial
       new  b9914f8   Let regplot axis label arguments override dataframe column names
       new  a308c2c   Test for regplot label was wrong
       new  6e9ac58   Regplot fix introduced a bug...
       new  4b038b0   OK, actually fixing regplot issue
       new  386011a   Allow err_style to be a string
       new  c68c57c   Attempting to deal with new matplotlib legend issues, might not work
       new  2155833   logistic option in lmplot
       new  d3b438b   Adding logisitc fits to linear models notebook
       new  d33cdbc   Adding {x, y}_jitter to lmplot
       new  408d0c3   jitter was specified incorrectly
       new  e627979   fixing issue with lmplot default scatter kwargs
       new  3382ea3   Flexible outlier size in boxplot
       new  d07402d   Some more boxplot aesthetics tweaks
       new  dd6f20a   Try to cast tsplot data to array
       new  1b8031e   Making ci_to_errsize more stable
       new  3496825   Allow kwargs for tsplot error subplots
       new  a1aa3c6   KDE thresh in violin func
       new  3ab2650   Somewhat smaller talk context labels
       new  08c4418   Merge branch 'master' of github.com:mwaskom/seaborn
       new  13731f1   Expose violin plot inner keyword args
       new  d051fac   Allow font choice in set()
       new  6409afd   Adding set_hls_values function
       new  9c1e322   Clean run of example notebooks; a few small additions.
       new  05c2b20   New example plot, with script
       new  2194ef4   Small README updates
       new  2527b05   Fixing example plot path in README
       new  e266274   Example notebooks in README
       new  97133ec   Small README tweak
       new  e1b138d   Bug with setting boxplot widths
       new  c26d2f1   Cleaner example plot script
       new  f3309a1   Removing extraneous boxplot error check
       new  69aadc7   Adding col_wrap to lmplot
       new  b2a4cfc   Merge branch 'master' of github.com:mwaskom/seaborn
       new  0a32292   No inner axis labels when not sharing axes
       new  113b581   Fixing wrapped facet names
       new  a372477   Adding removal of confound variables in lmplot
       new  df67220   Merge branch 'master' of github.com:mwaskom/seaborn
       new  f246025   De- and then re-mean in nuisance removal
       new  4fc25c0   Adding husl color palette
       new  c44a8dd   let color_palette get a list of colors
       new  d2e15b2   More color handling changes
       new  9b6c14b   Little plot ticks tweak
       new  cb441b2   Better colors in box and violin plots
       new  576cbbc   Reverting previous ticks change as it killed labels
       new  d8984d3   More boxplot and violin tweaks with updated example notebook
       new  2ccc5a8   Rerunning lm tutorial with new default palette
       new  c781e3d   More variety in aesthetics of distribution tutorial
       new  9dff811   Using random seed in distribution tutorial to corral repo size
       new  bbe998c   use violin points for rm data in tutorial
       new  fde5492   Set random seed in linear models tutorial
       new  a5bfe40   Ignore the ipynb_checkpoints directory
       new  4c4b355   A few legend defaults
       new  a86a695   Merge branch 'master' of github.com:mwaskom/seaborn
       new  31cb59c   Better names for rcmod functions
       new  1dfe730   Improve style frontend
       new  fb4927d   Set default aesthetics on import
       new  f769928   Change default colormap
       new  8486c5f   Differnt white grid aesthetics
       new  100f42a   Adding coefplot function
       new  21b82e7   Use a cycle for coefplot palette
       new  facb67f   PEP8
       new  cb34364   Make boxplot and violin more Pandas-aware
       new  a19568b   Updating distributions example notebook
       new  a90dcd2   Updating example script
       new  27f142e   Update README
       new  d0e4e31   Merge branch 'master' of github.com:mwaskom/seaborn
       new  eedba13   Improvements to corrmat function
       new  cd0855e   Remove empty scripts list from setup file
       new  6df0a4d   Updates to the linear models tutorial
       new  41ea967   Improving the timeseries tutorial
       new  a5cd283   Adding corrplot to the lm tutorial with a few fixes/improvements
       new  2e83074   README and setup updates
       new  27afe01   More README/setup changes
       new  02efa55   Bumping version
       new  ac088cb   README typo
       new  48cc830   Fixes and tweaks in lm tutorial narrative
       new  acdb81b   Adding axlabel to example plot
       new  e16a477   added requirements.txt for convenience
       new  9a9fe21   Merge pull request #8 from tyarkoni/master
       new  6730d95   Git ignore nbconvert output in examples/
       new  c47a3c8   Updating example plot
       new  1cfb91c   Improving README and requirements.txt
       new  06347c4   Making distplot bins work better and updating dist notebook
       new  4b32a46   Intelligent axis naming in distplot
       new  99438c8   Initialize lower-level plots with plt.gca() instead of plt.subplot()
       new  da94567   Changing violin 'points' defaults and updating examples
       new  bd50a79   Slight alpha in lmplot scatter
       new  a4c4855   Fix coefplot width and remove rpy dep from lm notebook
       new  282ec85   Adding example notebook testing framework
       new  fc42b81   Tweaking example plot
       new  0a7b960   Adding basic online documentation
       new  1beffc2   Use online version of tips.csv in lm tutorial
       new  96c3714   Doc tweaks
       new  1034ae3   More doc tweaks
       new  db68684   Adding palplot and moving _kdesupport to utils
       new  36d4747   Removing ticks from all styles
       new  9274c58   PEP8
       new  637fa5f   PEP8
       new  326fa40   Move palette_context to rcmod and add tick pad
       new  3f6746f   Preliminary improvements/standardization to color palette machinery
       new  ef2104b   Fixing (de)saturation tests
       new  b7ef877   Merge branch 'master' of github.com:mwaskom/seaborn
       new  5d0377e   Fix bug in husl_palette and enhance despine
       new  fbef7e2   Fix bug where hls_palette was ignoring hue parameter
       new  649740a   A few more style tweaks
       new  9d39b09   Adding aesthetics notebooks and changing related doc files
       new  0985508   Using blend_palette in distributions notebook
       new  c53060b   Using blend_palette in distributions notebook
       new  21ea545   Merge branch 'master' of github.com:mwaskom/seaborn
       new  8f8aef6   Tweak doc notes on installation
       new  f5da689   Fixing broken colorbrewer link
       new  205d5dd   Updating example plot
       new  d2237ee   Tweak violin/boxplot colorscheme desaturation
       new  cc572a7   Fix bug in xtick names for boxplot/violin using groupby
       new  104aae5   Merge pull request #15 from mwaskom/fix_boxplot_names
       new  c08eaa7   Initial rewrite of tsplot to be smart about dataframes
       new  4e95d3e   Rounding out tsplot docstring and unifying terminology
       new  69e9522   Final tweaks to tsplot function
       new  b139966   Updating example plot with new tsplot syntax
       new  85d9b5d   Fix spelling of jet map in humorous lm note
       new  417cbe6   Better test examples in other doc pages
       new  3e3cb83   Revamp of timeseries doc for new tsplot functionality
       new  2bd94d4   Fix displot to keep lower bound of density axis at 0
       new  0b4cb25   Adding rugplot to example plot
       new  e5f952d   Merge pull request #19 from mwaskom/better_tsplot
       new  8c3fdb0   Improve the look of tsplot ci_bars style
       new  7585301   Fix tsplot marker when interpolate is True
       new  ad13e61   Make tick padding context-sensitive
       new  ffc53b0   Fix to allow None as an err_style in tsplot
       new  adcb1d7   Updating name of timeseries notebook in README
       new  1c40ccc   Fix to allow specified label in tsplot
       new  719b537   Let corr/symmatplot not annotate and put lables on the sides
       new  d49799b   Set corrplot colormap intelligently based on test direction and fix ticks
       new  007584a   Adding new corrplot examples and updating docstring
       new  0bb40b1   Update nbviewer links in README; closes #21
       new  0b0417b   Adding example of custom colormap to corrplot examples
       new  9f90761   Further tweaks to custom colormap
       new  6e55c03   Added legend support to kdeplot()
       new  4684c03   Added example of the legend keyword in kdeplot.
       new  96bf935   Assign lable name for legends using DataFrame or Series name
       new  e10069f   Changed to duck typing for name detection
       new  252319e   More work on kdeplot and legends
       new  bb53be0   Refined version of vertical kdeplot.
       new  695b7a7   Auto install non-anaconda packages with pip (closes #25
       new  d0a0e3a   Adding travis config file
       new  1e5d7e0   Updating ipynbdoctest
       new  59d2a5e   Trying different travis config
       new  2f09321   Trying miniconda in travis
       new  64138b5   Adding ipython to travis file
       new  a855c51   Now adding pyzmq to travis config
       new  064d6c8   Merge pull request #26 from mwaskom/travis_foo
       new  8fe18f7   Fix the links to the examples in README
       new  d550f6c   Merge pull request #29 from miikka/patch-1
       new  fea0f43   Improve handling of inputs in regplot (fixes #28)
       new  f87e218   Get default size from rcparams in regplot
       new  6f0aaf4   Remove nonfunctional path manipulation in makefile
       new  fb51f87   Add grid option, 'ticks'.
       new  a99d39f   Initial interactplot code
       new  7d77007   Filling out docstring and changing cmap behavior in interactplot
       new  353734a   Adding some notes on interactplot to the lm notebook
       new  81fb093   Enhancing interactplot to work for logistic regression too
       new  4bc3fdb   Merge pull request #31 from mwaskom/interactplot
       new  be70002   Updating docs with interactplot
       new  64b4291   Merge branch 'ticks' of github.com:danielballan/seaborn into danielballan-ticks
       new  b888eef   Removed kde_label argument to distplot.
       new  ea231e3   Indentation fixes.
       new  78cd1c9   Adding puppyplot
       new  4f480c5   Merge branch 'master' of github.com:wintermind/seaborn into wintermind-master
       new  d4c7ebb   Finalizing label additions to kdeplot
       new  46cbec3   Updating demonstrations of kde label functionality in dist notebook
       new  921baa1   Simplifying distributions notebook
       new  7f60600   Splitting plotobjs into component models
       new  ab34e3c   Removing empty plotobjs module
       new  fce964e   Edit __init__ file with new modules
       new  b490898   Fix error where regplot was passing legend= to distplot
       new  7781125   Remove legend= in regplot call to distplot
       new  a53c4b9   Fixing merge conflict introduced by parallel plotobjs change and deletion
       new  7f4cf17   Make some changes/enhancements to interactplot
       new  3a16986   Merge pull request #33 from mwaskom/interact_plot_tweaks
       new  696490e   Don't track rst files generated from example notebooks
       new  e19df65   Updating example plot
       new  d202e60   More additions to example plot
       new  aa80458   Further tweaks to the example plot
       new  4111a18   Revert dpi change in example plot
       new  1723a72   corrplot title in example plot was out of vertical alignment for some reason
       new  4d7ec55   Fix indentation issue in tsplot docstring
       new  d7d055a   Moving style manipulations out of high-level set function
       new  56d2e9d   Fix typo
       new  8daf70c   Add automatic api documentation
       new  6da5e3e   Update setup.py
       new  1356450   setup.py: add missing dependencies
       new  75a8c21   Default font in set_axes_style for back compat
       new  dd415be   Merge pull request #36 from megies/patch-2
       new  5a2296a   Merge pull request #35 from megies/patch-1
       new  a2d5080   Add x_bins to lmplot; closes #7
       new  c753805   Tweak lmplot docstring
       new  ba6f836   Wrap facet titles when lmplot facets are small
       new  162aea2   Merge pull request #37 from mwaskom/lmplot_bins
       new  b578ad5   Improve notebook testing (closes #27)
       new  47864ad   Add Make rule to strip figure memory hex identifiers
       new  94d9396   Comitting example notebooks with stripped hex ids
       new  f80f94a   Update gitignore file
       new  bfabb21   Fix regplot default size
       new  d0e21fe   Fix bug in specifying regplot scatter mew
       new  2d3fd87   Tweaking aesthetics notebook
       new  653e13c   Improve regplot annotation location
       new  5841bee   Reverting hex substitutions as they were causing failures
       new  6c6062c   Improvements to lm tutorial; one cell is stochastically failing tests
       new  e5c42a6   Use fewer significant figures in corrplot
       new  718860e   Add license file to repo and mention in README (closes #38)
       new  25d4900   Change where lm tutorial rng is seeded for stability
       new  0f4041f   Attempt to specify ipython version on travis
       new  cdbe3e6   Add image_diff function to ipnbtest; PIL to travis install
       new  9181cde   Make image diff code more compact
       new  0c1b4ef   More improvements to notebook testing
       new  418e457   Further testing changes
       new  c05884f   Improve text and image diffing
       new  e8fc10d   Try using Bitstream Vera Sans to solve Travis issues
       new  8c2fc39   Try to install fonts as part of travis build
       new  2463ede   Preaccept Microsoft EULA. This is a ridiculous commit message
       new  6558376   Improve textual diff reporting
       new  30c1f9f   Sudo make me a sandwich
       new  ebdbe2b   More textual diff improvements
       new  8cb2342   Revert font change in distributions tutorial
       new  173232d   Hardcode image diff eps and ignore warnings
       new  e25a93f   Try different approach to avoid joblib warnings
       new  17858fc   Use dev moss on travis which does not import sklearn
       new  9b70aea   Remove sklearn from seaborn install_requires
       new  47b94c4   Make hexstrip works now
       new  04664ae   README updates
       new  6eb5035   Final tweaks to linaer model tutorial
       new  5159e05   Merge pull request #39 from mwaskom/improve_testing
       new  ae0e8fd   Change how PIL is installed in conda
       new  a2d5a16   Merge pull request #42 from mwaskom/conda_PIL
       new  e3c1546   Added bw_method to violin() and linewidth now sets the line of the line outside the fill_betweenx
       new  32b3517   pushing to branch instead of master
       new  165e30f   removed stupid pycharm files
       new  1a7c54a   Fixed logic of 'lw' or 'linewidth' in 'kwargs'
       new  827ef49   Merge branch 'violin_improvements' of github.com:olgabot/seaborn into olgabot-violin_improvements
       new  31ddf92   Finalizing violinplot enhancements
       new  5d32e27   Fix non-default violin linewidth
       new  2450a1c   Add notes on kdebandwidth selection to distributions tutorial
       new  e4dcae1   Rename violin to violinplot. Closes #34
       new  3dba0b6   Change violin to violinplot elsewhere in docs
       new  d9d5908   Change how kde support it computed
       new  fbe73aa   Compute kde with statsmodels (#12) and introduce bivariate KDE (#40)
       new  6864e40   Moving kde computation to statsmodels in other dist plots
       new  cfff514   Fixing distplot label argument
       new  7bb5cf5   Updating notebooks with new KDE behavior
       new  38219b7   Updating example plot
       new  4842f2b   Fix comments in distribution notebook
       new  24abeff   Merge pull request #44 from mwaskom/omnibus_kde_changes
       new  59435ac   Fix kdeplot docstring
       new  1c7036d   Fix merge conflicts
       new  9125150   Plot ticks outside axis and tweak tick size
       new  dd6025e   Enhance despine to handle ticks properly
       new  37d026e   Add ticks example to aesthetics notebook
       new  1d7446b   Add {mpl}_d palettes into base aesthetics
       new  1116daa   Reorder despine operations to default to ticks_bottom
       new  a713ffb   Add second positional argument to kdeplot so it works with Facet
       new  384dbac   Add second positional argument to kdeplot so it works with Facet
       new  8a341af   Merge branch 'master' of github.com:mwaskom/seaborn
       new  396f4a0   Allow for unlabeled kdeplots
       new  86bfefb   Changing default corrplot colormap
       new  001b401   Adding release notes
       new  6048e71   Misc doc tweaks
       new  244a796   Hexstrip
       new  ec88bc4   Py3k compatability changes
       new  3ea4424   Add 3.3 test to travis config
       new  eace44f   Install moss without dependencies
       new  8c1b0bf   Install scikit-learn in travis since it's getting installed anyway
       new  8bf9324   Testing pillow import on travis
       new  8d2d03f   Try to apt-get python-imaging to solve PIL issue
       new  2f5b1c2   Try installing imaging first on travis
       new  73d7d8d   Try pip installing pillow and test on other verisons
       new  b74ae83   Don't test on broken versions
       new  6b1ab71   Update setup.py and docs
       new  78cbfeb   Merge pull request #46 from mwaskom/py3k
       new  4ad9194   Update README and requirements.txt
       new  bc9a870   Merge branch 'master' of github.com:mwaskom/seaborn
       new  4416dc0   Fix image reporting in ipnbdoctest
       new  49a2855   Increase nbtest cell timeout
       new  c3c372b   Merge pull request #47 from mwaskom/fix_tests
       new  99d4caf   Reorganize distributions.py to put violinplot next to boxplot
       new  5857905   Fix bugs in boxplot when vert=False and improve comments
       new  a4d29d5   Add order parameter to box/violinplot (closes #17)
       new  f00aba0   Update whatsnew docs
       new  3645c8b   Merge pull request #48 from mwaskom/boxplot_order
       new  c6bcbf4   Add devel_requirements files
       new  f6e97c7   Doc tweaks
       new  9df6de4   Adding example plot carousel to doc index
       new  0c610a3   Adding introductory notes
       new  204e0cb   Other doc tweaks
       new  e569cb9   Changing version to 0.2.0
       new  792f4d8   Bumping version to 0.3.dev
       new  da9cf6d   Remove scikit-learn dep in install docs
       new  057a72f   Fix boxplot/violinplot brokenness on Pandas 0.13
       new  77a76ab   Update devel requirements to include nose
       new  f8d09e9   Refactor common setup for boxplot and violinplot
       new  7422f0f   Add test module for distribution plots
       new  828d188   Add 0.2.1 release notes
       new  fd039d6   Add 0.2.1 file to release notes index
       new  ed745e3   Initial messy version of Facet code
       new  27f9761   Factor out the iteration from Facet map
       new  7fc36c9   Initial rough implementation of factorplot
       new  8836f83   More work on factorplot, still a mess
       new  515f206   Start lmplot refactor to use FacetGrid (undecided on name still)
       new  0d8e700   Adding robust and partial to new regplot
       new  48eab48   Mostly rounding out new regplot
       new  b3c1df1   Add dropna to FacetGrid
       new  2146940   Allow for label in boxplot and distplot
       new  5ffae27   Add test for linearmodel functions
       new  478c14e   Add new FacetGrid-based lmplot; add dropna to factorplot
       new  dd95445   Remove old lmplot and regplot code
       new  a4cdc6c   Added kwarg for custom grid line widths
       new  dd3842c   add import for numpy function
       new  50c9729   fixed math for lineweights and the set_axis_style docstring
       new  6cba139   fixed default values when context=paper
       new  226cfba   Change link to join in factorplot
       new  e14aa6f   Some FacetGrid docstring
       new  dcfebb3   ok really fixing the default grid weights for context==paper
       new  a6b7a36   Merge pull request #62 from phobson/custom-gridweight
       new  6f3731e   Add tests and docstrings to FacetGrid
       new  d14d5b0   Ironing out FacetGrid API
       new  e977d45   Let rugplot work with Series data
       new  dffb046   Make col_wrap actually work in FacetGrid
       new  6cdb65d   Fix col_wrap axes indices in factorplot
       new  df6b59c   Fix col_wrap parameter in lmplot
       new  1841345   Fix x_ci in lmplot
       new  c5f952c   Add share{x,y} to factorplot
       new  2c8363e   Fix regplot ylim
       new  aba2e82   Add docstring for factorplot
       new  4688bc9   Make scatter optional and add lowess to regplot
       new  b1d2322   Fix lmplot backwards compatability layer
       new  c767b2a   Convert FacetGrid map data to array when mapping matplotlib func
       new  7ef778f   Add hline at 0 for factorplot with negative values
       new  f5aa7ed   Merge branch 'facet_grid' of github.com:mwaskom/seaborn into facet_grid
       new  040ef04   Merge branch 'master' of github.com:mwaskom/seaborn into facet_grid
       new  bbabd70   Merge branch 'facet_grid' of github.com:mwaskom/seaborn into facet_grid
       new  36248e8   Improve kde computation
       new  caa8bf8   Merge branch 'master' of github.com:mwaskom/seaborn
       new  ba9eb0a   Update v0.2.1 docs
       new  673d098   Add six to install requires for now
       new  0a290f1   Docs typo
       new  b9f2237   Add x_order parameter to factorplot
       new  451c71a   Add facet order kws to lmplot
       new  ff7b576   Fix lmplot color backcompat code
       new  a8d8ef4   Merge branch 'master' of github.com:mwaskom/seaborn into facet_grid
       new  f281ef6   Set legend title size in FacetGrid based on rcParams
       new  c8c0c36   Merge branch 'facet_grid' of github.com:mwaskom/seaborn into facet_grid
       new  3f533ea   First implementation of map_dataframe
       new  82719c9   Add casewise bootstrap to some of linaermodels; incomplete
       new  9cb2cec   Messy splitting of factorplot core into barplot and pointplot
       new  77d1223   Fix bugs in pointplot and barplot for bootstrapping and errorbars
       new  107dd6b   Expose legend options in lmplot
       new  b6ec77e   Merge branch 'facet_grid' of github.com:mwaskom/seaborn into facet_grid
       new  0ea3c11   Commit to partial and semipartial for now
       new  4310b58   Omnibus fixes trying and failing to get titanic notebook working
       new  769609c   Fix y_partial
       new  f449a7d   Make both FacetGrid axis labels optional
       new  53f8ca7   Fix FacetGrid custom legend title
       new  31357d6   Add simple test for palplot
       new  7ca3ade   Reorder Makefile to do unittests first
       new  2a77b4e   Attempt to write a local mpl rc to set the backend on travis
       new  b132021   Trying again on local matplotlibrc
       new  68dd3cc   Trying a different approach for matplotlibrc
       new  f252753   Merge pull request #97 from mwaskom/travis_mpl_tests
       new  2d6e39b   Revert changes to default grid widths
       new  2dbbc36   Merge pull request #98 from mwaskom/fix_gridwidth
       new  8845074   ENH: add cumulative to kdeplot
       new  b57b226   Add cumulative kde example to distributions notebook
       new  3c06c50   Remove travis fence from mpl-using KDE test
       new  1c9ae5d   Merge pull request #99 from mwaskom/TomAugspurger-cdfplot
       new  616a91c   Add coverage rule to makefile
       new  1c5b12b   STY PEP8
       new  6394b7a   Add lint rule to Makefile and travis build
       new  7ac32c4   Merge pull request #100 from mwaskom/improve_checking
       new  2342d19   Add contributing guidelines
       new  207d15e   Fix broken link in contributing file
       new  0ba67d1   Initial messy version of Facet code
       new  f973378   Factor out the iteration from Facet map
       new  9afb56c   Initial rough implementation of factorplot
       new  2c4124c   More work on factorplot, still a mess
       new  fdc5c14   Start lmplot refactor to use FacetGrid (undecided on name still)
       new  946fa04   Adding robust and partial to new regplot
       new  1810c8c   Mostly rounding out new regplot
       new  25fb1ed   Add dropna to FacetGrid
       new  b5306af   Allow for label in boxplot and distplot
       new  09a413c   Add test for linearmodel functions
       new  91c8ee7   Add new FacetGrid-based lmplot; add dropna to factorplot
       new  aa275ff   Remove old lmplot and regplot code
       new  be29c6e   Change link to join in factorplot
       new  2e2aa29   Some FacetGrid docstring
       new  afc7d40   Add tests and docstrings to FacetGrid
       new  528f1ca   Ironing out FacetGrid API
       new  f997988   Let rugplot work with Series data
       new  3a0f5d9   Make col_wrap actually work in FacetGrid
       new  47a280a   Fix col_wrap axes indices in factorplot
       new  d79a8eb   Fix col_wrap parameter in lmplot
       new  a7420bf   Fix x_ci in lmplot
       new  f47bda3   Add share{x,y} to factorplot
       new  7e82cbc   Fix regplot ylim
       new  d8d25a6   Add docstring for factorplot
       new  bc55955   Make scatter optional and add lowess to regplot
       new  977f0bf   Fix lmplot backwards compatability layer
       new  b970186   Convert FacetGrid map data to array when mapping matplotlib func
       new  7520264   Add hline at 0 for factorplot with negative values
       new  7982bb7   Add x_order parameter to factorplot
       new  27b0395   Add facet order kws to lmplot
       new  208085e   Fix lmplot color backcompat code
       new  c939219   Set legend title size in FacetGrid based on rcParams
       new  25b5d13   First implementation of map_dataframe
       new  348f020   Add casewise bootstrap to some of linaermodels; incomplete
       new  59edaaf   Messy splitting of factorplot core into barplot and pointplot
       new  11cf5f4   Fix bugs in pointplot and barplot for bootstrapping and errorbars
       new  e687ea8   Expose legend options in lmplot
       new  c461eb4   Commit to partial and semipartial for now
       new  23c5ea4   Omnibus fixes trying and failing to get titanic notebook working
       new  5e7d265   Fix y_partial
       new  5ae1245   Change `cases` to `units` and update tests
       new  e146d70   Resolve merge issues
       new  2f4d3ce   Initial, mostly working _DiscretePlotter
       new  eee18f5   Rounding out much of new approach to bar/point plots
       new  51a5c74   Remove vestigal code
       new  dfc51d4   Small changes to get titanic notebook running
       new  847ab40   Introduce hack to properly label boxplots
       new  8b7f327   Add kind='box' in factorplot
       new  93f2ae1   PEP8
       new  d39af5d   Py3K fix
       new  b1e341a   Adding axisgrid test suite
       new  0274c67   Refactor regplot into _RegressionPlotter and tests
       new  1690411   Improve linearmodel coverage and docstrings
       new  2afe49c   Label facetgrid y axis when plotting count
       new  3bfbdb7   Cast FacetGrid label to string before passing to plot function
       new  150b7f5   Update conda to fix travis errors
       new  893e3a1   Update testing make rule
       new  f3b3359   Improve testing of new linearmodel functions
       new  48cd7d7   PEP8
       new  8ef3f86   Make FacetGrid legend labels match hue_order
       new  9af737a   Make FacetGrid legend more robust
       new  01e907b   Make other plotting functions map-friendly by avoiding kwargs.pop
       new  6f3145e   Fix distplot component kwargs
       new  6628725   Fix Py3K tests
       new  bec2ff5   Another stab at making distplot delegate kws properly
       new  fd56659   Cleaning up more kwarg issues
       new  5264f61   Update example code (not prose) so tests are useful
       new  c6fb9ea   Add nonfunctional kwargs to interactplot for use with FacetGrid
       new  4f43bee   Initial FacetGrid docs
       new  879d70c   Add new notebook-based docs on axis_grids and quant lm plots
       new  b90152f   Partial update of doc machinery to new notebook-based system
       new  8f68455   Move location of axis_grid docs
       new  478b771   Add margin_titles to factorplot
       new  abe696b   Add nbstripout tool for cleaning notebooks
       new  6afcec7   Add categorical function tutorials and api docs
       new  c82d186   Tweaks to other tutorial notebooks
       new  d9e0584   Updates to supporting doc tools
       new  5f83ed5   Try to fix troublesome cell in  timeseries notebook
       new  6c11d53   Just remove bad tutorial cells for the time being
       new  cb53afe   Fix warnings about API docs for class objects on doc build
       new  6e6cc99   Fix typo in distplot docstring
       new  25288b7   Add docstrings for new linearmodel functions.
       new  ebb4d24   Remove broken cell from linear_models notebook
       new  14365e5   Merge pull request #106 from mwaskom/facet_grid
       new  cef00c8   Update .travis.yml
       new  03e67f4   Revert travis config changes to fix on separate branch
       new  e1f12e3   Change where conda gets updated
       new  88e12f1   Make sure to use conda in non-interactive mode
       new  abbc9e7   Try building docs on Travis
       new  5ce01e4   Update categorical lm doc source
       new  569231d   Only buil docs on Python 2
       new  7852b5c   Merge pull request #122 from mwaskom/fix_conda
       new  4a7eb49   Add release notes for v0.3
       new  b219cf0   Update gitignore for coverage output
       new  2ea19d9   Make notebook image diff test more lenient since random seeds no longer work
       new  aeecf7b   Add copies of six/husl with liceses and update code
       new  5463c0a   Fix boxplot join_rm (closes #116)
       new  04944c0   Add copies of six/husl with liceses and update code
       new  3e333ec   Exclude external from pep8 and include in setup
       new  fa17e70   Merge branch 'fewer_deps' of github.com:mwaskom/seaborn into fewer_deps
       new  322565d   ENH: added offset_spines function to utils and trim kwarg to despine
       new  a9bf3b2   DOC: demo offset_spines and despine(trim=True) in an existing examples
       new  d24cffb   Tweak docstrings for new spine functions
       new  39976db   Add unit tests for spine utilities
       new  c8be638   Merge pull request #124 from mwaskom/phobson-offset-spines
       new  c923651   Add default value for offset_spines
       new  cb04595   Merge pull request #125 from mwaskom/default_offset
       new  d3e0140   Remove vestigal `violin` function
       new  30e33c9   Remove statsmodels as mandatory dependency
       new  c46ffc4   Move relevant pieces from moss into seaborn
       new  901e96e   Remove mandatory dependency on statsmodels and change moss imports
       new  96ec788   Fix merge conflict with spine tests
       new  f51d376   PEP8
       new  3a34ba2   Update setup/testing files and docs with dependency reduction
       new  8d988b3   Merge pull request #127 from mwaskom/fewer_deps
       new  ebc9131   Update readme
       new  5c7e739   Update requirements file
       new  eef8f75   Fix name in exception message
       new  06cad2b   Use robust limits for default interactplot colormap range
       new  21103e6   Fix failing test
       new  d443c30   Make note on interactplot changes in docs
       new  71cdb56   Add reset_orig function
       new  2784102   Add seaborn.apionly pseduomodule
       new  2b72960   Mention apionly in release notes
       new  f72f4aa   Merge pull request #126 from mwaskom/import_apionly
       new  72e26e9   Initial implementation of MarginGrid
       new  5dc42ea   Rename MarginGrid to JointGrid
       new  c0190c2   Cross-ref jointplot in regplot docstring
       new  1bc8f52   Add space option to JointGrid
       new  de3704b   Add jointplot function
       new  45e3e2c   Add jointplot and JointGrid to docs
       new  a1acc8f   Fix some formatting issues in the release notes
       new  77a01ce   Make rugplot work directly with JointGrid
       new  64a58a9   Fix JointGrid marginal density axes and kdeplot vertical fill
       new  3df8231   Add simple function to load data from github
       new  db9d538   Add .coveragerc to avoid reporting exernal test coverage
       new  171d644   Merge pull request #130 from mwaskom/margin_grid
       new  9da211a   Add residplot
       new  8e56b92   Improve residplot docstring
       new  c5518a7   Merge pull request #134 from mwaskom/residplot
       new  8315c84   Allow quick setting of FacetGrid xtick step
       new  1459399   Merge pull request #135 from mwaskom/facet_grid_x_step
       new  7e17551   Add tutorial link in navbar of docs
       new  480d869   Put links on doc index into columns
       new  61bc828   Add framework for example gallery
       new  5a40262   Add initial example scripts
       new  b485f8e   Rearrange old .py files that were in examples/
       new  49c8ca7   Update example gallery code to show plotting function on hover
       new  8e90347   Add and tweak many example scripts
       new  7ed7da4   Let example scripts specify their thumbnail center
       new  f27e2ba   More examples, starting with a grid of 24
       new  2da72b8   Add row of thumbnails to the index
       new  7f634f8   Add reset_origin to api docs
       new  15476a7   Make sure doc building creates needed directories and ignore in git
       new  f1bb0fa   Merge pull request #136 from mwaskom/better_docs
       new  9e8aa01   Copy regplot kwargs to avoid issues with facets
       new  ca11cd9   Fix doc build
       new  9b51e6b   Merge pull request #137 from mwaskom/fix_kwargs
       new  2dc2a8a   Cast box/violin names to list (fixes #88)
       new  db14a93   Ensure floatness of kdeplot data (closes #118)
       new  91fc0e7   Map factorplot hue variable with marker/linestyle
       new  7dc983c   Merge pull request #138 from mwaskom/pointplot_aesthetics
       new  cc04453   Fix order of tsplot parameters in docstring
       new  d69bced   Move palette functions into own module and add tests
       new  bc28cf7   Make color_palette return a context manager and deprecate context_palette
       new  25fce92   Add axes_style and set_style, with tests
       new  37c1830   Refactor and update rc parameter control
       new  3fb313e   Update and fix style function docstrings
       new  04e2af6   Update example scripts
       new  27e8b6d   Update example notebooks
       new  27ba1c0   Update docs with new style information
       new  5650403   Abstract out definitions of gray in the styles.
       new  708e627   Py3K fixes
       new  03ca5b2   Color axes text with dark gray
       new  b665f94   Fix violinplot example
       new  8e0d4a9   Merge pull request #141 from mwaskom/style_overhaul
       new  2dcd050   Puppies for everyone
       new  4e7eee6   Fix typo
       new  777c8d2   Add corrplot and coefplot to lm tutorial (closes #142)
       new  ae13220   Reorganize docs
       new  0a0f4e1   Bump version
       new  ffd744d   Merge pull request #143 from mwaskom/finalize_0.3
       new  e0aa4d4   Update README with new thumbnails
       new  6b43162   Fix README thumbnails
       new  1187367   Remove old example plot
       new  71b9898   Bump version back to dev
       new  a07d887   Fix typo
       new  1108778   Merge branch 'v0.3'
       new  c44b066   Fix axis_grid notebook style and data loading
       new  57ef29c   Merge branch 'v0.3'
       new  e02e783   Fix categorical tutorial data
       new  34601e4   Merge branch 'v0.3'
       new  ed4baa3   ENH: to make two Michaels into one
       new  31adf18   BF: few missed import six from external
       new  3839567   Merge pull request #145 from yarikoptic/master
       new  aaa8128   Merge pull request #146 from yarikoptic/bf/six_imports
       new  a9d0131   BF: make some non-functioning doctests correct smoke tests
       new  1560b52   ENH: run nosetests with --with-doctest
       new  5d60970   Add a method parameter to corrplot
       new  10ae0d2   Flip the order of ax and method
       new  80ccee4   Merge pull request #149 from Cynddl/feature-corr-methods
       new  f5094bd   Doc typo
       new  65eaf32   Merge branch 'v0.3'
       new  4633a1f   Merge pull request #147 from yarikoptic/bf/doctests
       new  bdd33ff   Fix new pep8 rules
       new  8accb01   Merge pull request #152 from mwaskom/fix_new_pep8
       new  b258ef4   ENH: run nosetests with --with-doctest
       new  28471aa   Merge pull request #147 from yarikoptic/bf/doctests
       new  aeeac22   Merge branch 'v0.3'
       new  d05013c   BF: few missed import six from external
       new  cfc3f84   Fix new pep8 rules
       new  18bed89   Merge branch 'v0.3'
       new  3605883   Fix palette truncation in with statement
       new  cad8768   BF: make some non-functioning doctests correct smoke tests
       new  9ae5664   Merge branch 'v0.3'
       new  98a6e6d   Merge branch 'fix_with_color_palette' into v0.3
       new  a51dd3e   Merge branch 'v0.3'
       new  9ce3812   Fix labelcolor
       new  d2ba535   Fix density support calculation using scipy kde
       new  6824ea7   Merge pull request #155 from mwaskom/fix_density_support
       new  57db2a0   Merge branch 'v0.3'
       new  6960613   Fix FacetGrid legend with non-string hue levels
       new  b703e69   Merge pull request #157 from mwaskom/fix_facet_legend
       new  cefe752   Add v0.3.1 release notes
       new  43cf21a   Merge branch 'v0.3'
       new  602cb55   add new setter for spine positions so that offset_spines can be called anytime
       new  cf3df02   added offset info to despine docstring
       new  bf85e66   add warning to offset_spine and only move visible spines
       new  f034e2f   add tests for offseting spines with despine
       new  e2d4d28   fix bad whitespace from despinse work
       new  9a85b53   updated despine call with offset in aethetics notebook
       new  5097888   Make pointplot points adjust with linewidth
       new  c3acfbb   Hack to handle empty lines on csvs served by github
       new  6047749   Merge pull request #161 from mwaskom/adapt_pointsize
       new  c1877b1   Merge branch 'v0.3'
       new  a3a8770   Unit test for FacetGrid.set_axis_labels
       new  cf07d2b   Merge pull request #165 from shoyer/test-FacetGrid.set_axis_labels
       new  6555b92   Pass share{x,y} to FacetGrid in factorplot
       new  8bc1fdd   Fix col_wrap when wrap is not a factor of n_facets
       new  64ed366   Merge pull request #173 from mwaskom/fix_col_wrap
       new  4198330   Merge branch 'v0.3'
       new  e239018   Merge branch 'master' of github.com:mwaskom/seaborn
       new  b4af266   Releasing 0.3.1
       new  99b6952   Add 0.3.1 release notes to docs
       new  bb51a68   Fix formatting in 0.3.1 release notes
       new  67fa5e4   Roll back version for easier upstream merging
       new  4f39eec   Merge branch 'v0.3'
       new  81f62f6   Add hist_norm argument to distplot
       new  18ae6fe   Merge pull request #179 from mwaskom/distplot_optional_norm
       new  47d9448   Add cubehelix_palette function
       new  af53368   Merge pull request #180 from mwaskom/cubehelix
       new  48ea044   Add hexbin_marginals example and tweak cubehelix example
       new  c50f51a   Add cubehelix palette to api index
       new  8d75568   Add upload-dev rule to Makefile
       new  35b48c2   Add 0.4 release notes to index
       new  2172192   Fix cubehelix narrative docs
       new  228526d   Merge branch 'spineoffsets-with-despine' of github.com:phobson/seaborn into phobson-spineoffsets-with-despine
       new  aa70a42   Update docs and examples with new spine offset functionality
       new  c52a57e   Add the  option to plotting_context
       new  2609f0b   Merge pull request #182 from mwaskom/scale_font
       new  39d7a2f   Make setup behave more politely about dependencies (GH #169)
       new  fd726df   Merge pull request #183 from mwaskom/polite_setup
       new  d43a605   Test on minimal deps, with edits to make tests pass
       new  c2b278f   Merge pull request #184 from mwaskom/allow_older_versions
       new  9e84387   #185 make it possible to override gridsize with hex jointplot
       new  0f20c0a   pep8 line length
       new  8a6cecb   Merge pull request #186 from alimanfoo/jointplot_customisation
       new  61e68f8   Test on Python 3.4
       new  c096e5a   Merge pull request #167 from mwaskom/test_py34
       new  9e320ad   fix violinplot doco
       new  86a5c03   typos
       new  fad0680   Merge pull request #189 from alimanfoo/violinplot_doco
       new  7830eaa   Be safer about trying to operate on possible strings
       new  fb67f99   Merge pull request #196 from mwaskom/fix_rcorig
       new  4fb370f   BUG: col and row names should be checked for None and length
       new  224bca6   Merge pull request #197 from cpcloud/fix-col-names-type
       new  e9b8ae2   Added pdf.fonttype=42 to rcmod for Illustration-editable text
       new  03ff658   Added pdf.fonttype to style_keys. Added details to release document
       new  1efa192   Merge pull request #199 from swederik/enh/edittext
       new  815976f   ENH Draw horizontal violin plots
       new  631eaa0   PEP8 Fix Pep8 issues
       new  ddf12f8   Update color_palettes.ipynb
       new  6884406   Merge pull request #204 from zyv/master
       new  6b572ba   Merge pull request #201 from luispedro/master
       new  01bd03b   Fixed a typo fix in the comments.
       new  d4d77f7   Merge pull request #213 from thoppe/typo_fix
       new  b61f8c6   Revert change to functions that reset RC params
       new  796550d   Skip some rcParam-related tests on older matplotlibs
       new  9e2e587   Don't test deprecated svg parameter due to odd failures
       new  725f541   Merge pull request #217 from mwaskom/fix_rc_reset
       new  add6229   fixed alpha setting bug in _RegressionPlotter scatter
       new  1d96eb2   added regplot scatter_kws alpha test
       new  31df8c6   PEP8
       new  daac00b   Skip image diff for now
       new  c44a440   Freeze pyopenxl version to avoid warning in notebooks
       new  2894b1e   Merge pull request #223 from mwaskom/fix_tests
       new  91a384b   Add xkcd color dictionary and palette function
       new  bac28a2   Merge pull request #225 from mwaskom/xkcd_rgb
       new  8035bac   Add logx option to regplot
       new  c7128ad   Merge pull request #227 from mwaskom/log_regplot
       new  e984d2c   Format travis setup better
       new  d8232ca   Remove easy_install from install docs
       new  c4562ab   add a small error message if an invalid kind was passed to jointplot
       new  c89c914   fif pep8
       new  ba83657   documentation typo
       new  e0a9c99   Merge pull request #235 from diego0020/patch-1
       new  d4f787d   Update apt-get and skip doc build on travis
       new  bcc4e4d   Merge pull request #245 from mwaskom/fix_travis
       new  d3bb000   Fix typo (closes #232)
       new  32a49f4   Add xkcd palette docs (closes #226)
       new  8f9e50c   Have factorplot handle unbalanced data better
       new  1756775   Merge pull request #247 from mwaskom/safer_factorplot
       new  02da94a   Merge branch 'jointplot-message' of github.com:dawehner/seaborn into dawehner-jointplot-message
       new  e0eac52   Fix PEP8 and add a test
       new  7a84197   Remove some deprecated functions
       new  bb99500   Remove deprecated test
       new  2fa4988   Update release notes with deprecation removals
       new  6e6e478   Merge pull request #249 from mwaskom/remove_0.3_deprecated
       new  c9578cd   Allow control over box/violin desaturation
       new  5cc70c6   Merge pull request #251 from mwaskom/control_box_desat
       new  b920fad   Flatten and pick zeroth axes in FacetGrid for legend_out=False
       new  518da49   (Smoke) Test for the using legend_out=False and col_wrap in a FacetGrid
       new  da01416   Merge pull request #253 from phobson/fix-legout-with-colwrap
       new  3c3616f   Fix documented return type for barplot
       new  a530239   Merge pull request #254 from kyleam/fix-barplot-doc
       new  8cba4e0   Unify rules for default color palettes
       new  0fb1194   Merge pull request #256 from mwaskom/palette_consistency
       new  f998c2c   Add choose_cubehelix function
       new  dc1facc   Merge pull request #261 from mwaskom/choose_cubehelix
       new  c41757b   Add cubehelix chooser to API docs
       new  3186e21   Make font fallback work better
       new  3ecd07e   Fix subplot creation on older matplotlibs
       new  ad837bb   Merge pull request #176 from mwaskom/linux_fonts
       new  5c25e05   Initial PairGrid implementation
       new  7b014b3   Preliminary hue grouping in PairGrid
       new  52ea29d   Only make diag axes if needed
       new  7c4d8af   Some PairGrid tests
       new  b596802   Add palette flexibility and tests
       new  f20298f   Factor grid figure palette creation into base class
       new  3731d4b   Some more housekeeping to get legends working
       new  95a36be   Add PairGrid and pairplot to axisgrid docs
       new  6642497   Add basic pairplot function
       new  b4ced0b   Be safe about default palette in tests
       new  b6b2355   Don't add legend by default with FacetGrid.map
       new  4ea3b4d   Update release notes
       new  e42a9e4   Skip font test on older matplotlibs for now
       new  73bdd99   Add more PairGrid and pairplot tests
       new  3c3ea94   Skip PairGrid tests with special diagonal on older matplotlibs
       new  d58c1e8   Merge pull request #262 from mwaskom/pair_grid
       new  86a1b26   Add more about PairGrid to docs, with gallery examples
       new  e94a2e2   Let violinplot work when bins have single observations
       new  9818fe0   Merge pull request #264 from mwaskom/violin_single
       new  5ef1c2d   Fix typos
       new  bf19b92   Omnibus doc updates
       new  7e6eb9b   Merge pull request #265 from mwaskom/update_docs
       new  37976cb   Fix release note list
       new  21c44f7   Fix calculation of PairGrid size
       new  805af68   Fix case where PairGrid vars are passed in array
       new  35cb0cb   Merge pull request #268 from mwaskom/fix_pairgrid
       new  438a744   Add new lmplot and PairGrid examples
       new  3f7770e   Better cubehelix example
       new  6fb5b2b   Make rc tests passable on systems without MS fonts
       new  3d1d30f   Merge pull request #270 from mwaskom/fix_tests
       new  ab704f6   Fix verdana check
       new  3826126   Let kde run when scipy doesn't accept custom bandwidth
       new  5746223   Merge pull request #272 from mwaskom/old_scipy_kde
       new  4d60a20   Fix gaussian_kde in violinplot
       new  435e26b   Merge pull request #273 from mwaskom/old_scipy_kde
       new  ae03123   Return a misplaced release note to its home
       new  68e67ce   Set jointplot example axis limits in main call
       new  4ed4563   Update 0.4 release notes
       new  0e4ceaf   Bump version to 0.4
       new  447bd29   Add FacetGrid legends back to tutorial plots
       new  4f39341   Bump version
       new  8f00683   BUG: PairGrid should ignore datelike columns
       new  e6224c0   Merge branch 'PairGrid-datelike' of github.com:TomAugspurger/seaborn into TomAugspurger-PairGrid-datelike
       new  e3705bd   Update release notes
       new  ae67e2f   Fix py3k tests
       new  addee43   Fix various spelling mistakes in documentation
       new  472719b   Merge branch 'fix_travis' of github.com:mwaskom/seaborn into fix_travis
       new  8dead4b   Split testing deps off by Python version
       new  64615e6   Skip notebook tests on Python 3.4
       new  2de82e2   Merge pull request #279 from mwaskom/fix_travis
       new  2363a17   Fix unittests that fail with numpy 1.9
       new  e7e3025   Fix Python3 bootstrap arg test
       new  906770e   Type safety
       new  1d69cbd   Merge pull request #292 from mwaskom/fix_numpy_tests
       new  0d45d52   Add new color palettes with interactive choosers
       new  ce1217d   Add colorbrewer chooser
       new  9f5a177   Ban jet
       new  7f748a0   Don't trim special colormap values
       new  6e15e23   Add flat_palette, but keep private for now
       new  377ccd6   Add docstrings
       new  02c2761   Rename choose_cubehelix for consistency
       new  b81b7f8   Unit tests and some abstraction
       new  ee851f8   Color input abstraction in blend_palette
       new  f252b00   Revamp palette docs and add new functions
       new  4739ac5   Fix ordering in choose_cubehelix_palette (closes #296)
       new  7bcb3bd   Update release notes with new color palette functionality
       new  f43a5ce   Merge pull request #286 from mwaskom/more_color_palettes
       new  b43c2f6   Fix disutils import (closes #289)
       new  c6385b2   Fix non-default index but in PairGrid
       new  6cccbcf   Merge pull request #297 from mwaskom/fix_pairgrid
       new  c8372c2   Next version will be 0.5.0
       new  e220a32   Work around matplotlib 1.4 boxplot flier bug
       new  01e619e   Use inspect to only pass flierprops is boxplot will take them
       new  ecdf9ef   Merge pull request #298 from mwaskom/fix_boxplot_fliers
       new  bebfa76   Don't show lmplot legend when hue in [row, col]
       new  34957a5   Merge pull request #299 from mwaskom/fix_lmplot_legend
       new  8c38c46   BLD: Install dependencies if cannot be imported.
       new  4cbbdfd   Merge pull request #300 from jseabold/dependencies-middle-ground
       new  f1fe4ad   Always check dependencies in setup.py
       new  fed12ba   Merge pull request #306 from mwaskom/simplify_install
       new  f085822   Fix factorplot docs
       new  aea17eb   API: Accept Series for kdeplot
       new  ea0b9c6   Merge pull request #308 from TomAugspurger/bivariate-kde-Series
       new  0c8e087   API: add subplot_kws to FacetGrid
       new  20f851d   Add hue_kws to FacetGrid and markers to lmplot
       new  4880b1c   Document hue_kws and markers in docstrings
       new  0cf4376   Add hue_kws and markers to PairGrid and pairplot
       new  568d986   Document markers and hue_kws
       new  9cb1263   Merge pull request #323 from mwaskom/lmplot_markerstyle
       new  961bcf0   initial commit for heatmap
       new  5a0eccd   don't need collections anymore
       new  a41a3d6   add boolean argument for colorbar
       new  b921048   add colorbar params
       new  e6578b0   add edgecolor, linewidth, kwargs, and fix pep8 lint
       new  e0eec0d   Merge branch 'heatmap' of github.com:olgabot/seaborn into olgabot-heatmap
       new  426c975   Rename source file with heatmap
       new  bdcae4d   Add utility functions to check for ticklabel overlaps
       new  ee034b7   Refactor heatmap function and add features
       new  fac12bb   Fix ticklabels test on Python 3
       new  b7a428b   Ensure that the pcolormesh covers the full axis limits
       new  ae4cefa   Plot the matrix with rows running from top to bottom
       new  c51ba78   Add tests for heatmap
       new  9511c51   Use matplotlibrc file to force Agg backend in tests
       new  423b027   Be more thorough in the annotation test
       new  65fe4df   Add gallery example for heatmap
       new  1c40a95   Add ability to set equal aspect in heatmap call
       new  ebae3c5   Pass read_csv kwargs in load_dataset
       new  143e76e   Add correlation matrix heatmap example
       new  12d3651   Document heatmap in new tutorial
       new  0797d1b   Merge pull request #325 from mwaskom/heatmap
       new  73b46dc   Add example for FacetGrid with custom projection
       new  a2038c0   set random seed to make test deterministic
       new  abdc66a   Add note on FacetGrid maps to release notes
       new  7cc3416   Resolve merge conflicts in release notes
       new  1c03e78   Add local seed to linear model CI test for stability
       new  e5684e3   Initial refactor of clusteredheatmap
       new  1f244bf   fix fastcluster logic, fix row/column colors, clusteredheatmap --> clustermap, pcolormesh_kws --> heatmap_kws
       new  1b8c4d7   add white background color to dendrogram
       new  8f457dc   {x,y}ticklabels as optional kwargs to _HeatMapper.__init__
       new  de39108   lint fixes, add gentle suggestion to install fastcluster
       new  b15f907   remove heatmap kws as just kws for clustermap(), make z_score and standard_scale staticmethods
       new  0fc7d90   remove {row,col}_labels from clustermap(), instead pass as kwargs to heatmap()
       new  043c5ce   fix existing tests
       new  aed1a27   fix column clustering order
       new  1afdeec   Set all linkage methods to median, remove xticks if no dendrogram plotted, try the memory-saving version of fastcluster first
       new  73e915a   Move {x,y}ticklabel and {x,y}label logic out of _HeatMapper so _DendrogramPlotter can use it too
       new  14ed04a   move label logic out of _DendrogramPlotter.plot --> _DendrogramPlotter.__init__
       new  6f47343   Don't compute significance for non-default corrplot methods
       new  f6f7bf6   Initial commit for dendrogram testing
       new  fa7b2a6   Merge pull request #337 from mwaskom/corrplot_nostars
       new  520a848   finishing up tests for clustermap
       new  cd6bd93   fix a few tests
       new  4ae6e2f   fix pep8
       new  5b4f8e6   xrange --> six.moves.range
       new  47b216e   figured out masked arrays!
       new  6aecb99   moved linkage calculation code into separate functions
       new  66f78f8   move scipy imports to top of file
       new  2d0ed7d   set {x,y}ticks to empty list instead of list with an empty str
       new  b79dc9b   rename ClusterMapper --> ClusterGrid for consistency with JointGrid, FacetGrid, etc
       new  f4ef8d0   pep8 fixes
       new  2e01895   Add nested color support for labeling rows and columns
       new  604e616   Set rcmod.py to create translucent legend frames
       new  db93308   fix multiindex ticklabels
       new  591eeb4   fix corrmat orientation
       new  06159d9   add multiindex test
       new  771fdd3   add correlated df test
       new  6446ed7   finish up test for corrmat plotting
       new  9991d65   Fix failing matplotlib rc test
       new  3d9f355   Merge pull request #345 from mwaskom/fix_rc_tests
       new  9a0f7e8   Improve networks heatmap gallery example
       new  9e22ac0   Update docstrings, add tests for non euclidean metrics, update release notes, update doc/tutorial
       new  264af22   Update docstrings for summary statement to be one line, add whitespace before "Parameters"
       new  2894974   move ax argument of _DendrogramPlotter from __init__ to plot, move kwarg ax=None to end of dendrogram()
       new  6d8f5c4   Remove extra whitespace line, add docstring for ClusterGrid
       new  707643d   remove indications of defaults from docstrings
       new  40b9531   Remove note about using ClusterGrid directly
       new  d3a63f5   fix up dendrogramplotter ax and docstrings
       new  8610b3d   fix failing doctests
       new  6ee7bbb   fix pep8
       new  7acbac3   Merge branch 'clusteredheatmap' of github.com:olgabot/seaborn into olgabot-clusteredheatmap
       new  1ffd91d   Blank dendrogram axes at time of creation
       new  947c676   Ensure that figures are closed in tests
       new  fc8c853   Don't pass heatmap kwargs to side color matrix
       new  8e677e3   remove cmap from kws when plotting colors, add a a test to make sure it happens
       new  df7792b   Revert "Don't pass heatmap kwargs to side color matrix"
       new  3878ab5   Fix merge conflict
       new  c2c9f8c   Make clustermap side colors lists more robust
       new  242900b   Add clustermap gallery example
       new  7ce3152   Tweak clustermap tutorial and release notes
       new  228c34b   Add dataset_exploration tutorial to homepage
       new  0a64a45   Merge pull request #354 from mwaskom/olgabot-clusteredheatmap
       new  02ce8ea   Add clustermap to API docs
       new  d1414c7   Release notes typos
       new  f52d242   Update the docs
       new  2c9bf4b   Set extremes when creating and updating mutable colormap
       new  be2e9e1   Remove pdf.fonttype from axes_style (closes #352
       new  013a77f   Change clustermap and dendrogram default methods to "average"
       new  9a4b297   Merge pull request #359 from mwaskom/average_linkage
       new  e3e4b64   Remove vestigal mention of legend kwarg from FacetGrid (closes #328)
       new  94e41e1   Fix and tidy factorplot docstring (closes #360)
       new  04f0446   Remove vestigal legend kwarg from FactorGrid use in linearmodel functions
       new  e26b4ed   Fix bug in colormap limit inference when input has nans
       new  9d2c05d   Merge pull request #363 from mwaskom/fix_heatmap_nans
       new  916637a   Add grouped barplot example
       new  eb3dea4   Add tutorial example using FacetGrid.axes directly
       new  f611138   Update release notes and introduction
       new  c465628   Bump version for 0.5.0 release
       new  68b2f00   Bump version back to dev
       new  971c2d2   Add DOI to README
       new  45cbf58   Fix violinplot with multiple identical values
       new  7f4bbdd   Merge pull request #369 from mwaskom/fix_violinplot
       new  3c40e5c   mask array gets reversed too
       new  6f62f44   (copy and paste) documents "mask" kw in heatmap
       new  762e777   heatmap: handles pandas and numpy masks
       new  1850ab2   add converter for {row,col}_colors if they are nested
       new  4d07121   Add test for nested colors
       new  47095e9   pep8
       new  c183a66   heatmap: narrows down exception type
       new  7a4da30   Fix violinplot with multiple identical values
       new  e0d98c3   Implement workaround for matplotlib 1.4.2 bug
       new  b15268a   Merge pull request #377 from mwaskom/fix_matplotlib_bug
       new  b73030f   Merge branch 'v0.5'
       new  1dc6088   Merge branch 'heatmap-missing-fixes' of github.com:sdvillal/seaborn into sdvillal-heatmap-missing-fixes
       new  ff6b34a   Add test and release notes for heatmap mask fix
       new  de0ce42   Fix mask test on pandas 0.12
       new  4f7fecc   Attempt to make multilevel bootstrap test more robust
       new  679d19f   Merge branch 'clustermap_nested_side_colors' of github.com:olgabot/seaborn into olgabot-clustermap_nested_side_colors
       new  cf42e22   Fix nested side colors and add release notes
       new  3f4533b   Update version for 0.5.1 release
       new  eb9cdb7   Finalize release notes for 0.5.1
       new  a52d995   Bump version back to dev
       new  32b5067   List the files that go in the source distribution
       new  77cfb79   Consistently retrieve clustered reordered ind or nonclustered range of ind
       new  e3240c8   add test for side colors but no clustering
       new  16fcd0d   Merge pull request #380 from olgabot/clustermap_colors_no_clustering
       new  0643805   Merge remote-tracking branch 'upstream/master'
       new  392a982   Turn the frame on by default
       new  4c6f60d   clustermap: side colors should ignore custom centering
       new  1d2b905   Merge pull request #381 from kjemmett/clustermap_colors_no_centering
       new  175b582   Fix bandwidth specification for multivariate scipy kde
       new  ed657dd   Merge branch 'master' of github.com:mwaskom/seaborn
       new  587c70e   Merge branch 'missing-files' of github.com:sergiopasra/seaborn into sergiopasra-missing-files
       new  7ca2fae   Remove doc and examples from pypi source files
       new  f027663   Merge pull request #343 from e-q/master
       new  c0335b1   Redirect matplotlib config directory to avoid issues with easy install sanboxing.
       new  e830029   Use latest conda version on travis
       new  f99142c   Set rcmod.py to create translucent legend frames
       new  50eb15c   Turn the frame on by default
       new  d1c62f7   stop _freedman_diaconis_bins returning inf
       new  5ea26f5   Update release notes
       new  20c6aa3   Merge branch 'master' of github.com:mwaskom/seaborn
       new  94c1b7a   Update release notes
       new  b854d99   Add line_kws to residplot
       new  a7841b3   Merge pull request #405 from mwaskom/fix_residplot
       new  74ca190   Merge pull request #397 from dimazest/master
       new  1d3f6d5   fixing issue where setting vmin/vmax affects row/col_colors
       new  e6740d9   Merge pull request #415 from funnell/clustermap_vmin_vmax
       new  95d7aec   Remove ticklabel arg from side colors heatmap (closes #414)
       new  bdb4ee9   Enable matplotlib plot_directive for API docs
       new  437eddd   Add some custom css for the docs
       new  2d8da6a   Revert legend translucency
       new  8de3796   Fix rcparams
       new  4aa206e   Import selectively from statsmodels
       new  3403e72   Merge pull request #422 from mwaskom/reduce_statsmodels_imports
       new  6c59226   Initial groundwork for _BoxPlotter class
       new  69ecbb7   Fix category dtype test for older pandas
       new  79937f9   Round out variable determination and add tests
       new  e80f874   Fix long-form variable establishment and add basic plotting routine
       new  72eb3ee   Fix and finalize boxplot variable tests
       new  565b74b   Round out boxplot code, still needs tests
       new  486cab1   Add tests for boxplot colors
       new  b572e0f   Add legend support and NA removal
       new  98f8b2a   Add tests for box positioning
       new  b441d9d   Add tests for boxplot plot elements
       new  24028c1   Make infer_orient a regular method
       new  c58479a   Implement much of new violinplot
       new  4ee5a3f   Add stripplot
       new  f7c4107   More messy violinplot code
       new  922960b   Reorganize vestigal code
       new  5704a9e   Implement tests for density scaling
       new  715b025   Add test for violin widths
       new  0f53358   Convert some example dataset columns to categorical on load
       new  ac5a43a   Add high-level control over point aestetics to stripplot
       new  8b0a33f   Refactor single obs drawing out of main violin method
       new  9dde090   Add test coverage for special cases in violin density estimation
       new  fde3151   Begin implementing inner components of violin plots
       new  4dc062b   Implement interior plots for hue-nested violins
       new  4b24ebe   Invert the y axis for horizontally-oriented plots
       new  ccfb08f   Use a high zorder for stripplot to go over other distribution kinds
       new  7187a0f   Fix annotation test with inverted y axis
       new  8ac0c12   Test kde fit and density-limited line drawing
       new  c77b42a   Finish violinplot tests
       new  20470e2   Update boxplot/violinplot examples
       new  c7b361f   Add matplotlib plot_directive locally
       new  fe441ad   Tweak API doc configuration
       new  a576fc8   Add new boxplot docstring
       new  735732c   Remove box-type from factorplot for time being
       new  c70b475   Add docstring for new violinplot
       new  26278cc   Remove vestigal box and violinplot code
       new  832472d   Abstract more shared box/violinplot docstring text
       new  635d84d   Remove vestigal debugging image form tests
       new  a70dbe4   Remove old boxplot/violinplot cells from distributions notebook
       new  739cec6   Fix older scipy kde test
       new  bf6598c   Prune some plot tests
       new  d8bd0c8   Add stripplot docstring and update relase notes
       new  e8f35e2   Fix doctests that use FacetGrid and relase notes formatting
       new  bb8af70   Fix multiple identical observations with hue nesting
       new  eee0e7e   Update docstring examples for categorical distribution plots
       new  ee59253   Merge pull request #410 from mwaskom/new_boxish_plots
       new  9e7e462   Fix bug in Grid legends
       new  3e4a9ae   Update release notes
       new  53cc740   Show missing levels in Grid legends
       new  19c5ce4   Add **kwargs to add_legend and pass though to legend method
       new  97c5f4c   Prevent sending FacetGrid back to REPL in doctests
       new  5860369   Prevent testing FacetGrid REPL output, take 2
       new  eaf97c7   Merge pull request #431 from mwaskom/fix_facetgrid_legend
       new  d2803f3   Fixed inconsistent plurals ('sticks'->'stick').
       new  6c366a9   Merge pull request #434 from ahjulstad/docstring-fix
       new  08f4bb9   Add docs, examples re: mappable functions
       new  148f023   Freeze pep8 version
       new  828dd45   Merge branch 'master' of github.com:mwaskom/seaborn
       new  534a83a   Fix broken reference in dataset_exploration.ipynb
       new  6ecb8ff   Merge pull request #446 from moraxy/fix_ref_in_tutorial
       new  07a57a7   Show a proper colorbar when as_cmap is True in the palette widgets
       new  da553b7   Fix circular import
       new  330e9ae   Merge branch 'doc-mappable-fxns' of https://github.com/phobson/seaborn into phobson-doc-mappable-fxns
       new  e3abd4b   Merge pull request #457 from mwaskom/choose_cmap
       new  eb2c8ba   Update release notes to mention palette widget changes
       new  8576202   Simplify custom function mapping examples
       new  899ee2e   Merge branch 'phobson-doc-mappable-fxns'
       new  370f07e   Use IPython 2.X for testing
       new  ff74071   Merge pull request #463 from phobson/force-ipy-version
       new  724dee6   Add gridspec_kws option to FacetGrid
       new  88a01a5   Update release notes
       new  9c9ec6f   Move box/violin/stripplot code to new categorical module
       new  bf529d5   Factor out a generic CategoricalPlotter class
       new  eaaf2c7   Broken starting attempt at new categorical estimation.
       new  fa6937a   Implement basic non-nested barplot
       new  d59ef68   Add hue nesting for stat calculation and bar plotting
       new  2349810   Remove unnecessary loop
       new  7954635   Don't error when (hue)_order contains values that aren't in the Series
       new  072c605   Basic implementation of pointplot
       new  66c459d   Further work on new pointplot
       new  ac19472   Add units to new categorical plots
       new  c73968c   Use asarray() instead of .values where we could have categoricals
       new  1615b2d   Add tests for un-nested statistic computation
       new  fffdda5   Add tests for nested statistic computation
       new  e1269cf   Fix error in drawing boxes with missing data
       new  b66f3a8   Begin rounding out barplot function
       new  b204271   Add tests for categorical plot positions
       new  360637e   Round out much of pointplot function
       new  116281a   Increase bootstrap iterations in ci test for robustness
       new  ccd6149   Add tests for point plots
       new  692551c   Use  instead of  in ax.plot
       new  f276e0f   Validate long-form categorical inputs
       new  268d209   Fix case where ci is Nont
       new  70e7a8f   Make box/violin legend data more robust
       new  3618953   Add some checks to ease backwards compatability with version 0.5
       new  52081b5   Respect pandas categorical order in category plots
       new  328dad0   Initial work on new factorplot
       new  9552e13   Add easy single axes access in FacetGrid
       new  6df5458   Finish factorplot and add tests
       new  037bf80   Fix categorical_order
       new  da20f4e   Add another check for old boxplot/violinplot api
       new  66aee90   Add countplot function to replace removed barplot functionality
       new  de2f474   Fix countplot tests
       new  2aa7d5c   Fix categorical tests, take 2
       new  0d7343a   Close figures in countplot test
       new  788a04d   Add docstring for factorplot
       new  ce6a5ff   Add examples for barplot and pointplot
       new  5003200   Fix bar/point example and add a bonus barplot example
       new  8e75fe9   Add more narrative about categorical plots and examples for factorplot
       new  82538d4   Excise old discrete plots
       new  46cf27a   Add examples for countplot
       new  7f6624b   Reorganize API docs with categorical section
       new  9396ce9   Enhance categorical plot orientation inference
       new  a4eb3b1   Show order and sorting examples for categorical plots
       new  794d8f3   Make some changes to the pointplot examples
       new  e78a687   Decrease default dodge size
       new  f753fc7   Don't use xkcd_rgb in pointplot examples
       new  905ae42   Implement doc fix from #434
       new  3575b2c   Update the release notes with new categorical plots
       new  331d8a9   Merge pull request #466 from mwaskom/unify_categorical_plots
       new  792950d   Fix bug with FacetGrid ticklabels and col_wrap
       new  7296bcf   Raise a better error with `row` and `col_wrap`
       new  095aeb4   Update release notes
       new  9a1db37   Merge pull request #468 from mwaskom/fix_facetgrid_axes_indices
       new  bea35db   Add seaborn.crayons and crayon_palette to use Crayola colors
       new  b078ed0   Merge pull request #490 from mwaskom/crayon_colors
       new  7be04ca   Add example script for making a multi-variable dot plot
       new  b63414e   Skip annotating masked values in heatmaps
       new  f616347   Seaborn Heatmap annotations and masked values
       new  6aa22c5   Heatmap test for annotations with masked arrays
       new  e192be0   Removed whitespace
       new  cf3d3ec   More whitespace
       new  33f8555   Update test_matrix.py
       new  ca03c65   Update test_matrix.py
       new  93816b5   Update test_matrix.py
       new  c277f6b   Merge pull request #497 from JWarmenhoven/patch-1
       new  26fd4d6   heatmap doc typo -- closes #487
       new  852e75c   Merge pull request #504 from phobson/doc-typos
       new  6789b32   Fix kwarg issue with plot_marginals
       new  5debd4f   Merge pull request #522 from cyrusmaher/patch-1
       new  24f485a   Rearrange mask to reflect clustering (needs test)
       new  5b9dca9   NF: get_dataset_names (overdo: test_load_datasets)
       new  7f34d82   Modified boxplot to take into account flierprops and other props kwargs.
       new  e7ba056   fix pep8 issues
       new  b6fe3e9   fix pep8 warnings
       new  de4e13f   Add robust mask handling and mask missing values
       new  58c4ac2   Use pd.isnull for compat with old pandas
       new  8d6149e   Use assert_array_equal for compat with old pandas
       new  994b402   Merge pull request #523 from mwaskom/mask_issues
       new  27372f3   Merge branch 'enh-get_dataset_names' of https://github.com/yarikoptic/seaborn into yarikoptic-enh-get_dataset_names
       new  514ada7   Fix PEP8
       new  ee44579   Don't run tests that need network access on old pandas
       new  90a58d6   Merge branch 'boxplot-props' of https://github.com/cgevans/seaborn into cgevans-boxplot-props
       new  4b10179   Slightly more efficient approach to restyling boxplots
       new  1cc0439   Update release notes
       new  122dac3   Merge branch 'cgevans-boxplot-props'
       new  ec7ffed   Fix multiple diag_axes plots; closes #501
       new  0033395   Add a ceiling to the default number of bins used in distplot
       new  539bf15   Merge pull request #539 from mwaskom/bin_ceiling
       new  2c4a82c   More idomatic check for equality of DataFrame labels
       new  9eb0378   Update tutoral notebook buildchain to use IPython 3
       new  47a9051   Update boxplot calls in aesthetics tutorial
       new  0267bd2   Add a few notes on color blindness (closes #485)
       new  370faf8   Add savefig method to JointGrid (closes #477)
       new  377f056   Merge pull request #541 from mwaskom/jointgrid_savefig
       new  7753285   Add link to development docs
       new  b0a975e   Fix hue_order in PairGrid
       new  20fc647   Skip map_diag test on old matplotlib
       new  2ae21bf   Merge pull request #547 from mwaskom/fix_pairgrid_hue_order
       new  e19f5f5   Extend new categorical ordering rules to FacetGrid
       new  68468fc   Fix categorical_order test
       new  325bd8d   Merge pull request #548 from mwaskom/finalize_category_order
       new  09060db   Some changes to help heatmap and clustermap plot large matrices
       new  d0956f3   Merge pull request #551 from mwaskom/default_linewidths
       new  295a011   Add intial set_color_shorthands function
       new  a0fa2d7   Make set_color_codes work
       new  7541a19   Add as_hex method to _ColorPalette
       new  38246f3   Fix doctests
       new  5b1e33a   Add note on set_color_codes to release notes
       new  6cb502e   Don't trim input palettes longer than 6 colors
       new  d9757a0   Wrap all color palette function return values in _ColorPalette
       new  18adea6   Fix test that assumed color palette was an array
       new  be48616   Fix default color_palette n_colors behavior
       new  f829d34   Fix as_hex doctest
       new  005b1cd   Remove as_hex example due to inconsistencies that make testing a pain
       new  7ff7cf9   Merge pull request #554 from mwaskom/color_shorthands
       new  29d0847   Fix bug in boxplot where some level had only missing data
       new  19bb727   Fix despine(trim=True) when axes are inverted
       new  e62461d   Avoid error when trying to trim spine with no ticks
       new  9e7e496   Merge pull request #562 from mwaskom/fix_boxplot_missing
       new  1c43d3c   Merge pull request #563 from mwaskom/despine_trim_inverted_axis
       new  d3a884a   Fix bug in PairGrid missing data handling
       new  04ad147   Merge pull request #572 from mwaskom/fix_pairgrid_missing_bug
       new  848ceaf   ENH: allow local cacheing of datasets
       new  81e1d64   fix typos; simplify load_data enhancement
       new  6426f89   import os in the standard place
       new  ab84024   Mention dataset cacheing in v0.6.0 release notes
       new  03f2d2c   TST: add testing of dataset cacheing
       new  ce8fd3f   Merge pull request #596 from jakevdp/cache-datasets
       new  8507b5c   Add comments to example scripts and fix broken examples
       new  9594eb0   Add new examples
       new  b56e0d8   Add horizontal barplot example
       new  7901631   Add a split violin example script
       new  432c8fd   Updates to the general introductory documentation
       new  29e054d   Add API docs for distplot
       new  96dbce1   Reorganize thumbnail plots on doc index page
       new  2bdcc9f   Add note on matplotlib inline backend weirdness
       new  cebe1c3   Use dataframe to show how semantic information is used
       new  1106bde   Reorder release notes to emphasize larger changes
       new  091399d   Add index page for tutorial subdocs
       new  82642c9   Expand palette function docstrings
       new  effdbfd   Expand distribution docstrings
       new  c2b778a   Explicitly get cmap object to work on old matplotlibs
       new  38798a3   Use sqrt(n) rather than fixed bins when ref rule is invalid
       new  d44e0f7   Fix FacetGrid order with missing category levels
       new  3bb4fce   Add new docstring and examples for regplot
       new  abef7e7   Note deprecation of corrplot
       new  269cb12   Run tutorial notebooks
       new  45a14d9   Fix typos
       new  57c4c54   Enhance lmplot function signature and API docs
       new  ec4860a   Update FacetGrid docstring with examples and more prose
       new  1045974   Add examples for JointGrid
       new  0cf9f29   Pass jointplot kwargs to joint function
       new  8281fae   PairGrid examples
       new  24a8366   Document tsplot legend (closes #577)
       new  f3aa95f   Add examples for pairplot
       new  d68662c   Add note on margin_titles annoyance (fixes #509)
       new  dd54bd9   Make note about sequential index requirement in tsplot (closes #585)
       new  74ed5ea   Draw rugplot using axh/vlines for constant size
       new  00bdcd9   Update distributions tutorial
       new  9fa5d5b   Add note on shade_lowest to release notes
       new  d3da2c4   Add new categorical plots tutorial
       new  428eb05   Add link to API docs in header
       new  64c40f8   Remove example notebooks execution from travis script
       new  f4c1d1c   Fix annoying doctest return value issues
       new  318f378   Fix typo
       new  d384a65   Add statsmodels to 3.4 and don't run doctests on with minimal deps
       new  8957b77   Add API examples for tsplot
       new  9e92cdf   Add API examples for heatmap
       new  9d4a2c1   Removal of old example notebooks and testing infrastructure
       new  1ceac69   Don't test for overlaps with no tick labels
       new  5b99ef7   Add new multiple bivariate KDE example
       new  a03c66c   Remove defunct notebook tester
       new  a80c508   Revamp homepage
       new  e7fdb88   Remove defunct notebook tester, part 2
       new  99c8ed5   Update README
       new  c5d4eb6   Remove JointGrid from axis grid tutorial
       new  c9f8e12   Assorted doc tweaks
       new  62ca4ae   Add examples for clustermap
       new  30c0cb1   Clean generated API files
       new  faefd76   Fix barplot timeseries order
       new  b152ca1   Remove dataset_exploration tutorial
       new  b5791da   Update the contributor guidelines
       new  34628d2   Remove defunct axes_style key in tutorial
       new  dce9ee9   Remove IPython 3.1 bug note as they released 3.2
       new  4ef72b3   Sphinx formatting
       new  73f2fea   Merge pull request #566 from mwaskom/update_docs
       new  b7ade94   Avoid crash in clustermap with matplotlib OSX backend
       new  d348ad0   Draw margin titles with ax.annotate instead of f.text
       new  7a2a3b7   Default to tight bbox_inches when saving Grid figures
       new  b556bc9   Update release notes
       new  75bf346   Merge pull request #611 from mwaskom/fix_clustermap_osx_crash
       new  3eb5214   Merge pull request #612 from mwaskom/improve_margin_titles
       new  2ea0fa5   Validate violinplot inner param (closes #558)
       new  97d7d58   Merge pull request #613 from mwaskom/validate_violin_inner
       new  c28a12c   Fix col_wrap axes with missing levels
       new  4b9ba55   Pass string labels to the factorplot legend
       new  adab3dd   Merge pull request #614 from mwaskom/fix_facetgrid
       new  bdef81e   Finalize release notes
       new  2138b69   Increment version to 0.6.0
       new  fed4d41   Set the figure facecolor to white in the default style
       new  9664247   Use pandas assert in load_dataset test
       new  eb2d29f   Increment version back to dev
       new  c7c07d1   Fix aesthetics tutorial (closes #616)
       new  bc846e5   Merge branch 'v0.6'
       new  f105999   Compute linkage correctly when fastcluster is not installed.
       new  3ae8091   Fix categorical plot data parameter docs
       new  2d3fe21   Merge branch 'v0.6'
       new  bbba2f7   Sort numerical category levels by default
       new  aa297f9   Ensure that order objects have the right type
       new  eb9ff04   Fixed a typo
       new  dec113b   Merge pull request #630 from samuelstjean/patch-1
       new  6c37cc4   factorplot: Extend input check when kind="count"
       new  539c8de   Convert two tests to almost_equal variant
       new  55dc79c   Merge pull request #631 from kyleam/almost-equal
       new  f4e7777   Merge pull request #632 from kyleam/fix-factorplot-count
       new  233aa88   Convert two tests to almost_equal variant
       new  f8c7b4b   Merge branch 'sort_numerical_categories' into v0.6
       new  8d46524   Merge branch 'v0.6'
       new  97a00c7   Fix tests failing due to extraneous use of distance.squareform.
       new  55c1c54   Fix Travis failing due to a line being one character too long (someone *really* likes PEP8)
       new  43c9f79   Remove all remaining uses of distance.squareform.
       new  62c957f   Add font.size to font_keys in rcmod
       new  2a1a2da   Add setting font.size to tests
       new  d19fff8   Add font.size to rcmod._style_keys
       new  9fd52e4   Fix error in regression tutorial
       new  92ed062   Merge branch 'v0.6'
       new  5d88e37   Merge branch 'master' of https://github.com/marcelm/seaborn into marcelm-master
       new  d4d85d8   Update release notes
       new  be2138e   Merge branch 'font_size' of https://github.com/petebachant/seaborn into petebachant-font_size
       new  0a04831   Update release notes
       new  5b58fef   Divide by standard dev instead of variance for z-score
       new  106a5ea   Update release notes
       new  7394ebd   Fix marginal ticks example (closes #641
       new  b3eed79   Add letter value plot.
       new  c3e368d   Updated letter value plot docs.
       new  e21840e   Spelling fix.
       new  3b057dc   Fixed bug with box_widths. Wasn't passing keyword to _lvplot.
       new  567b276   Made median bar same width as boxes.
       new  7017de1   Changed outliers to d. More consistent with Seaborn boxplot.
       new  006ef5d   Changed p to outlier_prop. Minor fixes.
       new  238b617   Changed name of plotting function to lvplot.
       new  9d6cf40   PEP8 fixes.
       new  f451e00   Fixed division by zero error.
       new  6556b3e   DOC: correct some typos
       new  cb668bc   Merge pull request #665 from gef756/doc_fixes
       new  6a83ad9   changed matrix to work faster when no ticks are provided
       new  bd09254   changed handling of annot_kws so that standard values can be overwritten
       new  7d2fbfb   changed the labelsoff test to request []
       new  7af04b7   Merge pull request #683 from sauliusl/faster_no_ticks
       new  5969eb6   added a test for annot_kws which overwrite the standard values
       new  20f678b   Merge pull request #682 from hitzg/fix/annot_kws
       new  cbbdc5c   use LineCollection to draw dendrogram. Should be faster
       new  64af660   invert y axis
       new  d65d318   removed .X and .Y in dendrogram plotter
       new  4d1dbb5   fixed dendrogram tests
       new  9cacc5c   fixed pep8 line end warnigns
       new  f8b5f90   Update linearmodels.py
       new  21255a5   Merge pull request #686 from dhimmel/master
       new  232a167   Update release notes
       new  99e54e1   Merge branch 'v0.6'
       new  cb6a00a   do not draw ticks at all if ticklabels are disabled
       new  840789d   Added numerical tests.
       new  40ecf7d   use teardown method in PlotTestCase for most tests
       new  cde7b08   pep8 line spacing
       new  03d991a   add setUp method with random seeding for tests
       new  3a3390c   Merge pull request #696 from clarkfitzg/teardown
       new  5df9287   Changed from xrange to range for future compatability.
       new  ad096d1   Fixed single observation plotting bug. Fixed tests for number of patches, not artists.
       new  9cf9159   Finished letter value tests.
       new  db7b10e   Added outlier_prop default value, checking for value in appropriate range [0, 1].
       new  500f7d8   Docstring for outlier_prop
       new  2bf7da6   Fixed typo
       new  89d39de   Merge pull request #698 from samuelstjean/patch-1
       new  14a7c7f   Merge branch 'faster_no_ticks' of https://github.com/sauliusl/seaborn into sauliusl-faster_no_ticks
       new  b8ae90e   Fixed tests.
       new  79add92   Fixed tests so Python 3 compatible.
       new  31854be   Python 3 fixes.
       new  931b8bc   More Python 3 fixes.
       new  42046c6   More Python 3 fixes. Removed itertools references.
       new  df1415e   Fix typos and improve documentation consistency
       new  17dedbe   Improved wording for kwargs description
       new  b2e4b9f   COMPAT: compat with mpl 1.5 color cycle
       new  d4e71f6   COMPAT: pandas 0.17 broke date_range
       new  c4d27d3   TST: Avoid settingwithcopy
       new  3ba4b33   Merge pull request #739 from TomAugspurger/mpl15
       new  4600735   Add compatability for IPython3/4/Jupyter in functions that use widgets
       new  b8e3eba   Merge pull request #740 from mwaskom/update_ipython
       new  bb49a1e   Updating .travis to reflect recent miniconda changes
       new  f0797da   Merge pull request #755 from bsipocz/travis_fix_miniconda_path
       new  9d301dd   remove color_list from dendrogram call
       new  1def6fb   Merge pull request #758 from olgabot/clustergrid_remove_color_list_dendrogram
       new  1078424   Merge pull request #661 from drewokane/lv_plot
       new  2053b95   If 'rasterized' is passed to heatmap, also rasterize the colorbar. This fixes white lines appearing in the rendered PDF. See #373
       new  2ad4d34   Merge pull request #767 from julienr/heatmap_rasterize_pdf
       new  41d234f   Force number of bins to be an integer.
       new  a0ed9c1   Merge pull request #771 from trueprint/master
       new  6c6df3d   Fix broken example link in README
       new  57305d9   AxesStyle & PlottingContext as contextdecorators.
       new  1f79004   Minor fixes following code review.
       new  191b473   Merge pull request #775 from anntzer/contextdecorators
       new  7a9577e   Use facecolor instead color keyword argument to avoid random behaviour
       new  519581a   typo
       new  265fbc7   PERF: Speed up test for empty facet (trivial)
       new  980154e   Merge pull request #793 from ischwabacher/patch-1
       new  efc3439   Merge pull request #789 from yoavram/patch-2
       new  c27c046   Merge pull request #782 from sebp/fill_between_workaround
       new  f59c057   Use hex colors in scatter to avoid 3-point bug
       new  3f20d60   Move come code around to avoid numpy future warning
       new  362398e   Merge pull request #798 from mwaskom/avoid_scatter_issues
       new  5a534bb   Fix doc typo (closes #773)
       new  328ddc4   Fix rst formatting (closes #769)
       new  e2d722a   Fix colormap article link (closes #693)
       new  1789f41   Merge pull request #730 from tlnagy/patch-1
       new  3da93e2   Add basic swarm plotting code
       new  e95a59e   Add flexible orientation and gutters
       new  115a925   Add nested hue plotting, currently without a split
       new  341e2c4   Add tests for abstract categorical scatterplot code
       new  b171cfa   Add some tests for swarmplot internals
       new  aa9712e   PEP8
       new  da50a3d   Reformat and add more swarmplot tests
       new  e8711e2   Abstract out core beeswarm algorithm and add test
       new  c46e5b8   Begin swarmplot interface
       new  352f0b9   Add default keywords to swarmplot tests
       new  73dea8c   PEP8
       new  5f5c07f   Add split swarmplots
       new  1966e78   Add tests for swarmplot plot results
       new  5021fb9   Handle missing data better
       new  1e62fac   Avoid numpy 1.6 bug in tests
       new  cfd7cd0   Add swarmplot docstring
       new  c1dc0f0   Drop Python 3.3 in favor of 3.5
       new  e746c53   Punt on 3.5 for now; have to figure out Jupyter changes
       new  1dec6cc   Add some more docstring information
       new  94f0c4a   Smaller points and no edges by default
       new  67a9a95   Performance improvements
       new  abab51d   Better test
       new  5892720   Change categorical scatterplot example to use swarmplot
       new  d68d37d   Better variable names
       new  a8b7dce   Add release note about swarmplot
       new  acf3773   Add swarmplot information to categorical plot tutorial
       new  8fa1113   Change release version in docs
       new  4e87777   Merge pull request #804 from mwaskom/swarmplot
       new  62e386a   Use matplotlib parameters that are more robust
       new  5074412   Handle property dicts differently from other kwargs
       new  47a2038   Update release notes
       new  1210fef   Merge pull request #806 from mwaskom/boxplot_workwarounds
       new  cc648c1   Pass hex colors to regression scatterplot
       new  242eb3d   Merge pull request #827 from mwaskom/lmplot_hex
       new  a1c2109   Update release notes
       new  4dfd659   Update mesh colors before drawing annotations
       new  442219f   Add another test for heatmap annotations
       new  d32f427   Get expected number of rows from self.df_norm.size
       new  6ec2527   Use df_norm.values.size to ensure backward compability
       new  616fe01   Merge pull request #831 from gkunter/master
       new  86714f7   Plot unsplit stripplots with a single scatter cloud
       new  0fb813f   PEP8
       new  89d8097   Avoid old numpy incompatability in tests
       new  d47cd2d   Align stripplot defaults with swarmplot
       new  8f0b89b   Update release notes
       new  d252d20   Numpy 1.7 compat
       new  7467959   Merge pull request #834 from mwaskom/update_stripplot
       new  0ca58a7   Force boolean mask type
       new  9db701b   Update release notes for 0.7 release
       new  cb84f65   Reformat categorical docs into three kinds of plots
       new  d0e5fd8   Reorder release notes
       new  7b6fdb4   Remove DataFrame sorts from doctests to avoid version headaches
       new  5676135   PEP8
       new  551db95   Update DataFrame sort in example scripts
       new  8d38c5b   Remove additional DataFrame sort
       new  22a886b   Bump version for 0.7.0 release
       new  683dec7   Reorder and update release notes
       new  fb179fc   Back to development
       new  6d29f21   Change luminance calculations for Annotation color choice
       new  250fa09   Refactored and unit tested luminance calculation
       new  a0ab6e2   Fixed build issues with formatting
       new  4cbdd6e   Remove color_list from dendrogram call in tests
       new  54ea3d1   Added ability to override histtype when plotting PairGrid histograms using map_diag
       new  96fdebc   fixed whitespace error and added an example script
       new  8fa72bf   Added unit test for histtype behavior
       new  8062f29   another PEP8 fix
       new  cdc2147   small change to example, added off_diag plots
       new  06cd363   Update Zenodo DOI
       new  149b438   Support dataframes as row_colors and col_colors.
       new  2a35761   Also support series names as labels.
       new  ddced1d   Refactoring of dataframe/series color support + added tests.
       new  205153b   Remove commented out code.
       new  be36ea1   Add file for 0.7.1 release notes
       new  f9a25bc   Update Zenodo DOI
       new  7652792   Move default cbar ticks setting to __init__ of HeatMapper, and use set_default so it can be overwritten
       new  a151406   Add test for setting number of colorbar ticks
       new  fef4679   fix random indenting error
       new  e8542f1   fix lint
       new  3bc9b92   Change max number of ticks for testing to 3
       new  83e16e1   Update release notes
       new  cc7bbfc   Merge branch 'master' of github.com:mwaskom/seaborn
       new  2a68b1b   Merge branch 'master' of https://github.com/BrianLandry/seaborn into BrianLandry-master
       new  633e85d   Vectorize relative luminance computation
       new  9ff1cd5   Update release notes
       new  986b766   Merge branch 'master' of https://github.com/nickgravish/seaborn into nickgravish-master
       new  7cd48f0   Show multiple step histrograms in API examples
       new  7585787   Update release notes
       new  19eeaec   Merge branch 'clustermap-dataframe-colors' of https://github.com/jrderuiter/seaborn into jrderuiter-clustermap-dataframe-colors
       new  16084b3   Update clustermap example script to use labeled color arrays
       new  c5c3de1   Update release notes
       new  1b51537   Convert labels to list, fix bug in checking for col_color_labels.
       new  3d25d05   Remove extra blank line for pep8.
       new  7665561   Merge branch 'clustermap-dataframe-colors' of https://github.com/jrderuiter/seaborn into jrderuiter-clustermap-dataframe-colors
       new  9142db7   Add tests for Unicode-related #719
       new  70285ee   Fix #719 by converting the format templates in FacetGrid.set_titles() to Unicode.
       new  d76a6ad   Restore code accidentally deleted in previous commit
       new  628a782   Add test for ``to_utf8`` function.
       new  9e55a80   Fix typo
       new  29b61c3   PEP8 fixes
       new  10bdb18   Update release notes
       new  bfeeaa4   added annot_data arugment and propagated to classes/methods
       new  5097228   Add case for when annot_data is a numpy array
       new  840fcb7   Add annot_data as default kws for testing
       new  441c22c   Remove annot_data as kw, use annot instead. Gracefully check if annot is bool or not, and assign internal annot_data variable respectively
       new  7603d9c   Added jat255's cchanges with some edits to get tests passing stil some errors
       new  fef4fcd   Added Error Bar Cap Functionality All Tests Passing
       new  0676d1f   Final Changes to Error Bar Caps
       new  2715aa0   formatting changes
       new  ace49a9   Added Tests for errobar caps
       new  47e3a93   Merge branch 'error_bar_caps'
       new  752a59e   Explicitly test against None
       new  a030a0f   Change conf_lw to errwidth
       new  5e3e0b1   Fix'd docstring so default value isn't specified
       new  a5e71f7   Fix'd docstring for capsize
       new  c60e94b   Set errwidth directly instead of scaling
       new  07302f4   restructured for loop to handle capsize logic inside loop, and write loop only once
       new  9fbc9f7   Formatting issues fixed
       new  cfdd3a8   Revert change to default linewidth
       new  4f88dd6   Update release notes
       new  29082e7   Add error bar caps to gallery script and API docs
       new  58b5121   Update github parsing code
       new  ae90b0c   Merge branch 'heatmap_annot_other_data' of https://github.com/olgabot/seaborn into olgabot-heatmap_annot_other_data
       new  f1e5578   Streamline heatmap prep and clarify docs
       new  9b29de4   Update release notes
       new  542087c   Fix despine example in aesthetics docs (closes #865)
       new  9fe6a08   Capture original rcparams at import time and use to reset
       new  dcc2edf   Update release notes
       new  69e7f37   Clean up top-level seaborn namespace
       new  dfdd112   Upate release notes
       new  436fe24   Fix header interference in doc linking, fixes #610
       new  12c1894   Fix https://github.com/mwaskom/seaborn/issues/929
       new  5fe16dd   Eliminate numexpr dependency from test
       new  0d73d64   Skip missing cats FacetGrid test if pandas does not have cats
       new  268b2e2   Merge branch 'master' of https://github.com/williamsmj/seaborn into williamsmj-master
       new  0f79211   Update release notes
       new  758fad5   Fix scipy univariate KDE bandwidth scale (fixes #918)
       new  b618cc7   Prepare for 0.7.1 release
       new  7e6bbe7   Bump version back to dev
       new  b846d6e   Fix typo
       new  5451b7c   Fixed typo
       new  c5f01c1   Merge pull request #961 from tknuth/patch-1
       new  14078fe   Merge pull request #952 from petebachant/patch-1
       new  c27a6b1   New upstream version 0.7.1

The 1604 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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