[seaborn] annotated tag debian/0.3.0-1 created (now 47052b5)
Andreas Tille
tille at debian.org
Fri Jan 20 15:00:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a change to annotated tag debian/0.3.0-1
in repository seaborn.
at 47052b5 (tag)
tagging 873fbf0566a97072a09e1a325ef1d42a396266ac (commit)
tagged by Yaroslav Halchenko
on Mon Apr 7 13:39:37 2014 -0400
- Log -----------------------------------------------------------------
seaborn Debian release 0.3.0-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEABECAAYFAlNC4tkACgkQjRFFY3XAJMgjcACgi6p1IYHOLjWQbG0yjzR6vusq
A2IAnilL6nE8cqeOANhVs5Ef4xbd4utA
=3+DG
-----END PGP SIGNATURE-----
Daniel B. Allan (1):
Add grid option, 'ticks'.
John B. Cole (8):
Added legend support to kdeplot()
Added example of the legend keyword in kdeplot.
Assign lable name for legends using DataFrame or Series name
Changed to duck typing for name detection
More work on kdeplot and legends
Refined version of vertical kdeplot.
Removed kde_label argument to distplot.
Indentation fixes.
Michael Waskom (661):
Initial commit
Small updates
More updates to grid parameters
Addition of nogrid style
Added color palette options and setting func
More color palettes
Adding context and setup function
Context aesthetics
Modify patchcolor too
Restore axis lines for nogrid
Merge branch 'master' of github.com:mwaskom/seaborn
Fix bug in nogrid
get_color_list returns current setting by default
Changing setup func name to avoid nose issues
Adding ci_to_errsize func
Changing ci_to_errsize a bit
Moving pmf_hist from moss to here
Adding desaturation and saturation functions
Added example link in readme
Making READEME markdown
Making READEME markdown
Fixing conflict
Merge branch 'master' of github.com:mwaskom/seaborn
Adding plotobjs module
Adding plotobjs to __init__.py
Oops plotobjs.py in wrong place
Adding boxplot wrapper
Adding KDE plot function
Docstring error
Adding tsplot (and other changes)
Adding colors attribute
Docstrings for utils.py and tests were switched
Plotobjs docstring and consistency
More consistency
Comments in tsplot
bugfix in kdeplot
Stickplot and KDE improvements
Bug in plotobjs concerning color cycle hack
Ensure kdeplot input is array
Small plotobjs changes
Fixing merge issue
Bug in regplot
Allow markerstyle setting in regplot
Adding shade option to kdeplot
Adding violin and improved KDE support
Violin docstring and pep8
Particularly galling docstring typo
Color was not getting passed to violin fill
Tweaking KDE support
Violin outlines were tucked under box block
Bug in color setting
Fixing conflict
Adding poster context
Some additions to box and violin plots
Some additions to box and violin plots
Fix bug in new boxplotting
Fixing merge issue
Fixing problem with poster context
Had join_rm plotting backwards
Allow violin plots to take lists
Fixing join_rm bug in boxplot
Fixing bug when using names in boxplot
Merge branch 'master' of github.com:mwaskom/seaborn
regplot was not using corr_func
Merge branch 'master' of github.com:mwaskom/seaborn
Many new color palatte options
Some name changes
Arbitrary x positions for violin plots
Donning the cone of shame about inability to spell
Merge branch 'master' of github.com:mwaskom/seaborn
Assorted changes
Merge branch 'master' of github.com:mwaskom/seaborn
Adding corrplot function
corrplot default range slightly larger than data range
Splitting off more general symmatplot func
updating to reflect moss.randomize_corrmat changes
Making color flexibility better
Bug in kdeplot color routine
Fixing some kwargs stuff
Reverting some bad changes to how axes are defined
Much awesomer regplot function
Little boxplot fixes
Fixing merge conflicts
Little label utility plot
Merge branch 'master' of github.com:mwaskom/seaborn
More global color arg in regplot
Merge branch 'master' of github.com:mwaskom/seaborn
Adding new distplot function
Now using distplot in regplot
Adding obs_palette to tsplot
Adding 'points' inner to violin
Less alpha on paletted obs traaces
Adding boot_kde error style in tsplot
More tsplot enhancements
Improving yrange for boot_kde option
Adding interpolate boolean
Adding legend option to distplot
Making legend default to False in distplot
Adding example notebooks
Making sure boxplot gets an array
Tweaking some distribution defaults
Finishing distributions example
Adding regression standard error to regplot
Adding confidence interval to regplot
Changing regplot aesthetics a bit
Adding lmplot and some regplot updates
Casting label names to string
Making x_mean work with unequal arrays
Sorting factors in lmplot
Fixing lmplot x ticks adjustment
Much better fix for xmargin issues
Slightly thinner margins
Changing x_mean to x_estimator
Don't put axlabels in facet plot interior
Adding truncate option to lmplot
Fixing bug with xlabel in lmplot
Fixing the marginal axes in regplot
Allowing for higher-order fits
Make it work so that color and column can both represent the same factor
adding func_name to regplot for more flexibility
let corr_func return a single value
adding linear models tutorial
Let regplot axis label arguments override dataframe column names
Test for regplot label was wrong
Regplot fix introduced a bug...
OK, actually fixing regplot issue
Allow err_style to be a string
Attempting to deal with new matplotlib legend issues, might not work
logistic option in lmplot
Adding logisitc fits to linear models notebook
Adding {x, y}_jitter to lmplot
jitter was specified incorrectly
fixing issue with lmplot default scatter kwargs
Flexible outlier size in boxplot
Some more boxplot aesthetics tweaks
Try to cast tsplot data to array
Making ci_to_errsize more stable
Allow kwargs for tsplot error subplots
KDE thresh in violin func
Somewhat smaller talk context labels
Merge branch 'master' of github.com:mwaskom/seaborn
Expose violin plot inner keyword args
Allow font choice in set()
Adding set_hls_values function
Clean run of example notebooks; a few small additions.
New example plot, with script
Small README updates
Fixing example plot path in README
Example notebooks in README
Small README tweak
Bug with setting boxplot widths
Cleaner example plot script
Removing extraneous boxplot error check
Adding col_wrap to lmplot
Merge branch 'master' of github.com:mwaskom/seaborn
No inner axis labels when not sharing axes
Fixing wrapped facet names
Adding removal of confound variables in lmplot
Merge branch 'master' of github.com:mwaskom/seaborn
De- and then re-mean in nuisance removal
Adding husl color palette
let color_palette get a list of colors
More color handling changes
Little plot ticks tweak
Better colors in box and violin plots
Reverting previous ticks change as it killed labels
More boxplot and violin tweaks with updated example notebook
Rerunning lm tutorial with new default palette
More variety in aesthetics of distribution tutorial
Using random seed in distribution tutorial to corral repo size
use violin points for rm data in tutorial
Set random seed in linear models tutorial
Ignore the ipynb_checkpoints directory
A few legend defaults
Merge branch 'master' of github.com:mwaskom/seaborn
Better names for rcmod functions
Improve style frontend
Set default aesthetics on import
Change default colormap
Differnt white grid aesthetics
Adding coefplot function
Use a cycle for coefplot palette
PEP8
Make boxplot and violin more Pandas-aware
Updating distributions example notebook
Updating example script
Update README
Merge branch 'master' of github.com:mwaskom/seaborn
Improvements to corrmat function
Remove empty scripts list from setup file
Updates to the linear models tutorial
Improving the timeseries tutorial
Adding corrplot to the lm tutorial with a few fixes/improvements
README and setup updates
More README/setup changes
Bumping version
README typo
Fixes and tweaks in lm tutorial narrative
Adding axlabel to example plot
Merge pull request #8 from tyarkoni/master
Git ignore nbconvert output in examples/
Updating example plot
Improving README and requirements.txt
Making distplot bins work better and updating dist notebook
Intelligent axis naming in distplot
Initialize lower-level plots with plt.gca() instead of plt.subplot()
Changing violin 'points' defaults and updating examples
Slight alpha in lmplot scatter
Fix coefplot width and remove rpy dep from lm notebook
Adding example notebook testing framework
Tweaking example plot
Adding basic online documentation
Use online version of tips.csv in lm tutorial
Doc tweaks
More doc tweaks
Adding palplot and moving _kdesupport to utils
Removing ticks from all styles
PEP8
PEP8
Move palette_context to rcmod and add tick pad
Preliminary improvements/standardization to color palette machinery
Fixing (de)saturation tests
Merge branch 'master' of github.com:mwaskom/seaborn
Fix bug in husl_palette and enhance despine
Fix bug where hls_palette was ignoring hue parameter
A few more style tweaks
Adding aesthetics notebooks and changing related doc files
Using blend_palette in distributions notebook
Using blend_palette in distributions notebook
Merge branch 'master' of github.com:mwaskom/seaborn
Tweak doc notes on installation
Fixing broken colorbrewer link
Updating example plot
Tweak violin/boxplot colorscheme desaturation
Fix bug in xtick names for boxplot/violin using groupby
Merge pull request #15 from mwaskom/fix_boxplot_names
Initial rewrite of tsplot to be smart about dataframes
Rounding out tsplot docstring and unifying terminology
Final tweaks to tsplot function
Updating example plot with new tsplot syntax
Fix spelling of jet map in humorous lm note
Better test examples in other doc pages
Revamp of timeseries doc for new tsplot functionality
Fix displot to keep lower bound of density axis at 0
Adding rugplot to example plot
Merge pull request #19 from mwaskom/better_tsplot
Improve the look of tsplot ci_bars style
Fix tsplot marker when interpolate is True
Make tick padding context-sensitive
Fix to allow None as an err_style in tsplot
Updating name of timeseries notebook in README
Fix to allow specified label in tsplot
Let corr/symmatplot not annotate and put lables on the sides
Set corrplot colormap intelligently based on test direction and fix ticks
Adding new corrplot examples and updating docstring
Update nbviewer links in README; closes #21
Adding example of custom colormap to corrplot examples
Further tweaks to custom colormap
Auto install non-anaconda packages with pip (closes #25
Adding travis config file
Updating ipynbdoctest
Trying different travis config
Trying miniconda in travis
Adding ipython to travis file
Now adding pyzmq to travis config
Merge pull request #26 from mwaskom/travis_foo
Merge pull request #29 from miikka/patch-1
Improve handling of inputs in regplot (fixes #28)
Get default size from rcparams in regplot
Remove nonfunctional path manipulation in makefile
Initial interactplot code
Filling out docstring and changing cmap behavior in interactplot
Adding some notes on interactplot to the lm notebook
Enhancing interactplot to work for logistic regression too
Merge pull request #31 from mwaskom/interactplot
Updating docs with interactplot
Merge branch 'ticks' of github.com:danielballan/seaborn into danielballan-ticks
Adding puppyplot
Merge branch 'master' of github.com:wintermind/seaborn into wintermind-master
Finalizing label additions to kdeplot
Updating demonstrations of kde label functionality in dist notebook
Simplifying distributions notebook
Splitting plotobjs into component models
Removing empty plotobjs module
Edit __init__ file with new modules
Fix error where regplot was passing legend= to distplot
Remove legend= in regplot call to distplot
Fixing merge conflict introduced by parallel plotobjs change and deletion
Make some changes/enhancements to interactplot
Merge pull request #33 from mwaskom/interact_plot_tweaks
Don't track rst files generated from example notebooks
Updating example plot
More additions to example plot
Further tweaks to the example plot
Revert dpi change in example plot
corrplot title in example plot was out of vertical alignment for some reason
Fix indentation issue in tsplot docstring
Moving style manipulations out of high-level set function
Fix typo
Add automatic api documentation
Default font in set_axes_style for back compat
Merge pull request #36 from megies/patch-2
Merge pull request #35 from megies/patch-1
Add x_bins to lmplot; closes #7
Tweak lmplot docstring
Wrap facet titles when lmplot facets are small
Merge pull request #37 from mwaskom/lmplot_bins
Improve notebook testing (closes #27)
Add Make rule to strip figure memory hex identifiers
Comitting example notebooks with stripped hex ids
Update gitignore file
Fix regplot default size
Fix bug in specifying regplot scatter mew
Tweaking aesthetics notebook
Improve regplot annotation location
Reverting hex substitutions as they were causing failures
Improvements to lm tutorial; one cell is stochastically failing tests
Use fewer significant figures in corrplot
Add license file to repo and mention in README (closes #38)
Change where lm tutorial rng is seeded for stability
Attempt to specify ipython version on travis
Add image_diff function to ipnbtest; PIL to travis install
Make image diff code more compact
More improvements to notebook testing
Further testing changes
Improve text and image diffing
Try using Bitstream Vera Sans to solve Travis issues
Try to install fonts as part of travis build
Preaccept Microsoft EULA. This is a ridiculous commit message
Improve textual diff reporting
Sudo make me a sandwich
More textual diff improvements
Revert font change in distributions tutorial
Hardcode image diff eps and ignore warnings
Try different approach to avoid joblib warnings
Use dev moss on travis which does not import sklearn
Remove sklearn from seaborn install_requires
Make hexstrip works now
README updates
Final tweaks to linaer model tutorial
Merge pull request #39 from mwaskom/improve_testing
Change how PIL is installed in conda
Merge pull request #42 from mwaskom/conda_PIL
Merge branch 'violin_improvements' of github.com:olgabot/seaborn into olgabot-violin_improvements
Finalizing violinplot enhancements
Fix non-default violin linewidth
Add notes on kdebandwidth selection to distributions tutorial
Rename violin to violinplot. Closes #34
Change violin to violinplot elsewhere in docs
Change how kde support it computed
Compute kde with statsmodels (#12) and introduce bivariate KDE (#40)
Moving kde computation to statsmodels in other dist plots
Fixing distplot label argument
Updating notebooks with new KDE behavior
Updating example plot
Fix comments in distribution notebook
Merge pull request #44 from mwaskom/omnibus_kde_changes
Fix kdeplot docstring
Fix merge conflicts
Plot ticks outside axis and tweak tick size
Enhance despine to handle ticks properly
Add ticks example to aesthetics notebook
Add {mpl}_d palettes into base aesthetics
Reorder despine operations to default to ticks_bottom
Add second positional argument to kdeplot so it works with Facet
Add second positional argument to kdeplot so it works with Facet
Merge branch 'master' of github.com:mwaskom/seaborn
Allow for unlabeled kdeplots
Changing default corrplot colormap
Adding release notes
Misc doc tweaks
Hexstrip
Py3k compatability changes
Add 3.3 test to travis config
Install moss without dependencies
Install scikit-learn in travis since it's getting installed anyway
Testing pillow import on travis
Try to apt-get python-imaging to solve PIL issue
Try installing imaging first on travis
Try pip installing pillow and test on other verisons
Don't test on broken versions
Update setup.py and docs
Merge pull request #46 from mwaskom/py3k
Update README and requirements.txt
Merge branch 'master' of github.com:mwaskom/seaborn
Fix image reporting in ipnbdoctest
Increase nbtest cell timeout
Merge pull request #47 from mwaskom/fix_tests
Reorganize distributions.py to put violinplot next to boxplot
Fix bugs in boxplot when vert=False and improve comments
Add order parameter to box/violinplot (closes #17)
Update whatsnew docs
Merge pull request #48 from mwaskom/boxplot_order
Add devel_requirements files
Doc tweaks
Adding example plot carousel to doc index
Adding introductory notes
Other doc tweaks
Changing version to 0.2.0
Bumping version to 0.3.dev
Remove scikit-learn dep in install docs
Fix boxplot/violinplot brokenness on Pandas 0.13
Update devel requirements to include nose
Refactor common setup for boxplot and violinplot
Add test module for distribution plots
Add 0.2.1 release notes
Add 0.2.1 file to release notes index
Initial messy version of Facet code
Factor out the iteration from Facet map
Initial rough implementation of factorplot
More work on factorplot, still a mess
Start lmplot refactor to use FacetGrid (undecided on name still)
Adding robust and partial to new regplot
Mostly rounding out new regplot
Add dropna to FacetGrid
Allow for label in boxplot and distplot
Add test for linearmodel functions
Add new FacetGrid-based lmplot; add dropna to factorplot
Remove old lmplot and regplot code
Change link to join in factorplot
Some FacetGrid docstring
Merge pull request #62 from phobson/custom-gridweight
Add tests and docstrings to FacetGrid
Ironing out FacetGrid API
Let rugplot work with Series data
Make col_wrap actually work in FacetGrid
Fix col_wrap axes indices in factorplot
Fix col_wrap parameter in lmplot
Fix x_ci in lmplot
Add share{x,y} to factorplot
Fix regplot ylim
Add docstring for factorplot
Make scatter optional and add lowess to regplot
Fix lmplot backwards compatability layer
Convert FacetGrid map data to array when mapping matplotlib func
Add hline at 0 for factorplot with negative values
Merge branch 'facet_grid' of github.com:mwaskom/seaborn into facet_grid
Merge branch 'master' of github.com:mwaskom/seaborn into facet_grid
Merge branch 'facet_grid' of github.com:mwaskom/seaborn into facet_grid
Improve kde computation
Merge branch 'master' of github.com:mwaskom/seaborn
Update v0.2.1 docs
Add six to install requires for now
Docs typo
Add x_order parameter to factorplot
Add facet order kws to lmplot
Fix lmplot color backcompat code
Merge branch 'master' of github.com:mwaskom/seaborn into facet_grid
Set legend title size in FacetGrid based on rcParams
Merge branch 'facet_grid' of github.com:mwaskom/seaborn into facet_grid
First implementation of map_dataframe
Add casewise bootstrap to some of linaermodels; incomplete
Messy splitting of factorplot core into barplot and pointplot
Fix bugs in pointplot and barplot for bootstrapping and errorbars
Expose legend options in lmplot
Merge branch 'facet_grid' of github.com:mwaskom/seaborn into facet_grid
Commit to partial and semipartial for now
Omnibus fixes trying and failing to get titanic notebook working
Fix y_partial
Make both FacetGrid axis labels optional
Fix FacetGrid custom legend title
Add simple test for palplot
Reorder Makefile to do unittests first
Attempt to write a local mpl rc to set the backend on travis
Trying again on local matplotlibrc
Trying a different approach for matplotlibrc
Merge pull request #97 from mwaskom/travis_mpl_tests
Revert changes to default grid widths
Merge pull request #98 from mwaskom/fix_gridwidth
Add cumulative kde example to distributions notebook
Remove travis fence from mpl-using KDE test
Merge pull request #99 from mwaskom/TomAugspurger-cdfplot
Add coverage rule to makefile
STY PEP8
Add lint rule to Makefile and travis build
Merge pull request #100 from mwaskom/improve_checking
Add contributing guidelines
Fix broken link in contributing file
Initial messy version of Facet code
Factor out the iteration from Facet map
Initial rough implementation of factorplot
More work on factorplot, still a mess
Start lmplot refactor to use FacetGrid (undecided on name still)
Adding robust and partial to new regplot
Mostly rounding out new regplot
Add dropna to FacetGrid
Allow for label in boxplot and distplot
Add test for linearmodel functions
Add new FacetGrid-based lmplot; add dropna to factorplot
Remove old lmplot and regplot code
Change link to join in factorplot
Some FacetGrid docstring
Add tests and docstrings to FacetGrid
Ironing out FacetGrid API
Let rugplot work with Series data
Make col_wrap actually work in FacetGrid
Fix col_wrap axes indices in factorplot
Fix col_wrap parameter in lmplot
Fix x_ci in lmplot
Add share{x,y} to factorplot
Fix regplot ylim
Add docstring for factorplot
Make scatter optional and add lowess to regplot
Fix lmplot backwards compatability layer
Convert FacetGrid map data to array when mapping matplotlib func
Add hline at 0 for factorplot with negative values
Add x_order parameter to factorplot
Add facet order kws to lmplot
Fix lmplot color backcompat code
Set legend title size in FacetGrid based on rcParams
First implementation of map_dataframe
Add casewise bootstrap to some of linaermodels; incomplete
Messy splitting of factorplot core into barplot and pointplot
Fix bugs in pointplot and barplot for bootstrapping and errorbars
Expose legend options in lmplot
Commit to partial and semipartial for now
Omnibus fixes trying and failing to get titanic notebook working
Fix y_partial
Change `cases` to `units` and update tests
Resolve merge issues
Initial, mostly working _DiscretePlotter
Rounding out much of new approach to bar/point plots
Remove vestigal code
Small changes to get titanic notebook running
Introduce hack to properly label boxplots
Add kind='box' in factorplot
PEP8
Py3K fix
Adding axisgrid test suite
Refactor regplot into _RegressionPlotter and tests
Improve linearmodel coverage and docstrings
Label facetgrid y axis when plotting count
Cast FacetGrid label to string before passing to plot function
Update conda to fix travis errors
Update testing make rule
Improve testing of new linearmodel functions
PEP8
Make FacetGrid legend labels match hue_order
Make FacetGrid legend more robust
Make other plotting functions map-friendly by avoiding kwargs.pop
Fix distplot component kwargs
Fix Py3K tests
Another stab at making distplot delegate kws properly
Cleaning up more kwarg issues
Update example code (not prose) so tests are useful
Add nonfunctional kwargs to interactplot for use with FacetGrid
Initial FacetGrid docs
Add new notebook-based docs on axis_grids and quant lm plots
Partial update of doc machinery to new notebook-based system
Move location of axis_grid docs
Add margin_titles to factorplot
Add nbstripout tool for cleaning notebooks
Add categorical function tutorials and api docs
Tweaks to other tutorial notebooks
Updates to supporting doc tools
Try to fix troublesome cell in timeseries notebook
Just remove bad tutorial cells for the time being
Fix warnings about API docs for class objects on doc build
Fix typo in distplot docstring
Add docstrings for new linearmodel functions.
Remove broken cell from linear_models notebook
Merge pull request #106 from mwaskom/facet_grid
Update .travis.yml
Revert travis config changes to fix on separate branch
Change where conda gets updated
Make sure to use conda in non-interactive mode
Try building docs on Travis
Update categorical lm doc source
Only buil docs on Python 2
Merge pull request #122 from mwaskom/fix_conda
Add release notes for v0.3
Update gitignore for coverage output
Make notebook image diff test more lenient since random seeds no longer work
Add copies of six/husl with liceses and update code
Fix boxplot join_rm (closes #116)
Add copies of six/husl with liceses and update code
Exclude external from pep8 and include in setup
Merge branch 'fewer_deps' of github.com:mwaskom/seaborn into fewer_deps
Tweak docstrings for new spine functions
Add unit tests for spine utilities
Merge pull request #124 from mwaskom/phobson-offset-spines
Add default value for offset_spines
Merge pull request #125 from mwaskom/default_offset
Remove vestigal `violin` function
Remove statsmodels as mandatory dependency
Move relevant pieces from moss into seaborn
Remove mandatory dependency on statsmodels and change moss imports
Fix merge conflict with spine tests
PEP8
Update setup/testing files and docs with dependency reduction
Merge pull request #127 from mwaskom/fewer_deps
Update readme
Update requirements file
Fix name in exception message
Use robust limits for default interactplot colormap range
Fix failing test
Make note on interactplot changes in docs
Add reset_orig function
Add seaborn.apionly pseduomodule
Mention apionly in release notes
Merge pull request #126 from mwaskom/import_apionly
Initial implementation of MarginGrid
Rename MarginGrid to JointGrid
Cross-ref jointplot in regplot docstring
Add space option to JointGrid
Add jointplot function
Add jointplot and JointGrid to docs
Fix some formatting issues in the release notes
Make rugplot work directly with JointGrid
Fix JointGrid marginal density axes and kdeplot vertical fill
Add simple function to load data from github
Add .coveragerc to avoid reporting exernal test coverage
Merge pull request #130 from mwaskom/margin_grid
Add residplot
Improve residplot docstring
Merge pull request #134 from mwaskom/residplot
Allow quick setting of FacetGrid xtick step
Merge pull request #135 from mwaskom/facet_grid_x_step
Add tutorial link in navbar of docs
Put links on doc index into columns
Add framework for example gallery
Add initial example scripts
Rearrange old .py files that were in examples/
Update example gallery code to show plotting function on hover
Add and tweak many example scripts
Let example scripts specify their thumbnail center
More examples, starting with a grid of 24
Add row of thumbnails to the index
Add reset_origin to api docs
Make sure doc building creates needed directories and ignore in git
Merge pull request #136 from mwaskom/better_docs
Copy regplot kwargs to avoid issues with facets
Fix doc build
Merge pull request #137 from mwaskom/fix_kwargs
Cast box/violin names to list (fixes #88)
Ensure floatness of kdeplot data (closes #118)
Map factorplot hue variable with marker/linestyle
Merge pull request #138 from mwaskom/pointplot_aesthetics
Fix order of tsplot parameters in docstring
Move palette functions into own module and add tests
Make color_palette return a context manager and deprecate context_palette
Add axes_style and set_style, with tests
Refactor and update rc parameter control
Update and fix style function docstrings
Update example scripts
Update example notebooks
Update docs with new style information
Abstract out definitions of gray in the styles.
Py3K fixes
Color axes text with dark gray
Fix violinplot example
Merge pull request #141 from mwaskom/style_overhaul
Puppies for everyone
Fix typo
Add corrplot and coefplot to lm tutorial (closes #142)
Reorganize docs
Bump version
Merge pull request #143 from mwaskom/finalize_0.3
Update README with new thumbnails
Fix README thumbnails
Remove old example plot
Miikka Koskinen (1):
Fix the links to the examples in README
Olga Botvinnik (4):
Added bw_method to violin() and linewidth now sets the line of the line outside the fill_betweenx
pushing to branch instead of master
removed stupid pycharm files
Fixed logic of 'lw' or 'linewidth' in 'kwargs'
Paul Hobson (7):
Added kwarg for custom grid line widths
add import for numpy function
fixed math for lineweights and the set_axis_style docstring
fixed default values when context=paper
ok really fixing the default grid weights for context==paper
ENH: added offset_spines function to utils and trim kwarg to despine
DOC: demo offset_spines and despine(trim=True) in an existing examples
Tal Yarkoni (1):
added requirements.txt for convenience
Tobias Megies (2):
Update setup.py
setup.py: add missing dependencies
Tom Augspurger (1):
ENH: add cumulative to kdeplot
Yaroslav Halchenko (12):
initial packaging
added patch changeset_bf/six_imports.diff to "cherry-pick" bf/six_imports (BF: few missed import six from external)
ITP, adjusted description
more tune ups
ENH: instruct to use nose (otherwise just does pure python -m unittest discovery)
use xvfb for testing
added patch changeset_a9d0131442de919ec52c897b2b6478eb3b1ae85b.diff to "cherry-pick" a9d0131442de919ec52c897b2b6478eb3b1ae85b (BF: make some non-functioning doctests correct smoke tests)
forgotten all the build-depends for testing
apparently mpl needs python-tk here (didn't bother checking why). Adding to build-depends
ENH: condition dependency on python3-matplotlib so we could also build on wheezy without patching
debian/copyright: fix license to correct BSD-3
remove non-existing python3-statsmodels from recommends to please debian policy
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/seaborn.git
More information about the debian-science-commits
mailing list