[seaborn] annotated tag v0.5.0 created (now 1c5e9fc)
Andreas Tille
tille at debian.org
Fri Jan 20 15:00:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a change to annotated tag v0.5.0
in repository seaborn.
at 1c5e9fc (tag)
tagging c4656289d1a9d34a8dc81edbaf497092b07f7056 (commit)
tagged by mwaskom
on Fri Nov 14 10:34:14 2014 -0800
- Log -----------------------------------------------------------------
Version 0.5.0 release
Adel Qalieh (1):
Fix various spelling mistakes in documentation
Alistair Miles (4):
#185 make it possible to override gridsize with hex jointplot
pep8 line length
fix violinplot doco
typos
Cynddl (2):
Add a method parameter to corrplot
Flip the order of ax and method
Daniel B. Allan (1):
Add grid option, 'ticks'.
Daniel Wehner (2):
add a small error message if an invalid kind was passed to jointplot
fif pep8
Erik Ziegler (2):
Added pdf.fonttype=42 to rcmod for Illustration-editable text
Added pdf.fonttype to style_keys. Added details to release document
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.
Kyle Meyer (1):
Fix documented return type for barplot
Luis Pedro Coelho (2):
ENH Draw horizontal violin plots
PEP8 Fix Pep8 issues
Michael Waskom (908):
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
Bump version back to dev
Fix typo
Merge branch 'v0.3'
Fix axis_grid notebook style and data loading
Merge branch 'v0.3'
Fix categorical tutorial data
Merge branch 'v0.3'
Merge pull request #145 from yarikoptic/master
Merge pull request #146 from yarikoptic/bf/six_imports
Merge pull request #149 from Cynddl/feature-corr-methods
Doc typo
Merge branch 'v0.3'
Merge pull request #147 from yarikoptic/bf/doctests
Fix new pep8 rules
Merge pull request #152 from mwaskom/fix_new_pep8
Merge pull request #147 from yarikoptic/bf/doctests
Merge branch 'v0.3'
Fix new pep8 rules
Merge branch 'v0.3'
Fix palette truncation in with statement
Merge branch 'v0.3'
Merge branch 'fix_with_color_palette' into v0.3
Merge branch 'v0.3'
Fix labelcolor
Fix density support calculation using scipy kde
Merge pull request #155 from mwaskom/fix_density_support
Merge branch 'v0.3'
Fix FacetGrid legend with non-string hue levels
Merge pull request #157 from mwaskom/fix_facet_legend
Add v0.3.1 release notes
Merge branch 'v0.3'
Make pointplot points adjust with linewidth
Hack to handle empty lines on csvs served by github
Merge pull request #161 from mwaskom/adapt_pointsize
Merge branch 'v0.3'
Merge pull request #165 from shoyer/test-FacetGrid.set_axis_labels
Pass share{x,y} to FacetGrid in factorplot
Fix col_wrap when wrap is not a factor of n_facets
Merge pull request #173 from mwaskom/fix_col_wrap
Merge branch 'v0.3'
Merge branch 'master' of github.com:mwaskom/seaborn
Releasing 0.3.1
Add 0.3.1 release notes to docs
Fix formatting in 0.3.1 release notes
Roll back version for easier upstream merging
Merge branch 'v0.3'
Add hist_norm argument to distplot
Merge pull request #179 from mwaskom/distplot_optional_norm
Add cubehelix_palette function
Merge pull request #180 from mwaskom/cubehelix
Add hexbin_marginals example and tweak cubehelix example
Add cubehelix palette to api index
Add upload-dev rule to Makefile
Add 0.4 release notes to index
Fix cubehelix narrative docs
Merge branch 'spineoffsets-with-despine' of github.com:phobson/seaborn into phobson-spineoffsets-with-despine
Update docs and examples with new spine offset functionality
Add the option to plotting_context
Merge pull request #182 from mwaskom/scale_font
Make setup behave more politely about dependencies (GH #169)
Merge pull request #183 from mwaskom/polite_setup
Test on minimal deps, with edits to make tests pass
Merge pull request #184 from mwaskom/allow_older_versions
Merge pull request #186 from alimanfoo/jointplot_customisation
Test on Python 3.4
Merge pull request #167 from mwaskom/test_py34
Merge pull request #189 from alimanfoo/violinplot_doco
Be safer about trying to operate on possible strings
Merge pull request #196 from mwaskom/fix_rcorig
Merge pull request #197 from cpcloud/fix-col-names-type
Merge pull request #199 from swederik/enh/edittext
Merge pull request #204 from zyv/master
Merge pull request #201 from luispedro/master
Merge pull request #213 from thoppe/typo_fix
Revert change to functions that reset RC params
Skip some rcParam-related tests on older matplotlibs
Don't test deprecated svg parameter due to odd failures
Merge pull request #217 from mwaskom/fix_rc_reset
PEP8
Skip image diff for now
Freeze pyopenxl version to avoid warning in notebooks
Merge pull request #223 from mwaskom/fix_tests
Add xkcd color dictionary and palette function
Merge pull request #225 from mwaskom/xkcd_rgb
Add logx option to regplot
Merge pull request #227 from mwaskom/log_regplot
Format travis setup better
Remove easy_install from install docs
Merge pull request #235 from diego0020/patch-1
Update apt-get and skip doc build on travis
Merge pull request #245 from mwaskom/fix_travis
Fix typo (closes #232)
Add xkcd palette docs (closes #226)
Have factorplot handle unbalanced data better
Merge pull request #247 from mwaskom/safer_factorplot
Merge branch 'jointplot-message' of github.com:dawehner/seaborn into dawehner-jointplot-message
Fix PEP8 and add a test
Remove some deprecated functions
Remove deprecated test
Update release notes with deprecation removals
Merge pull request #249 from mwaskom/remove_0.3_deprecated
Allow control over box/violin desaturation
Merge pull request #251 from mwaskom/control_box_desat
Merge pull request #253 from phobson/fix-legout-with-colwrap
Merge pull request #254 from kyleam/fix-barplot-doc
Unify rules for default color palettes
Merge pull request #256 from mwaskom/palette_consistency
Add choose_cubehelix function
Merge pull request #261 from mwaskom/choose_cubehelix
Add cubehelix chooser to API docs
Make font fallback work better
Fix subplot creation on older matplotlibs
Merge pull request #176 from mwaskom/linux_fonts
Initial PairGrid implementation
Preliminary hue grouping in PairGrid
Only make diag axes if needed
Some PairGrid tests
Add palette flexibility and tests
Factor grid figure palette creation into base class
Some more housekeeping to get legends working
Add PairGrid and pairplot to axisgrid docs
Add basic pairplot function
Be safe about default palette in tests
Don't add legend by default with FacetGrid.map
Update release notes
Skip font test on older matplotlibs for now
Add more PairGrid and pairplot tests
Skip PairGrid tests with special diagonal on older matplotlibs
Merge pull request #262 from mwaskom/pair_grid
Add more about PairGrid to docs, with gallery examples
Let violinplot work when bins have single observations
Merge pull request #264 from mwaskom/violin_single
Fix typos
Omnibus doc updates
Merge pull request #265 from mwaskom/update_docs
Fix release note list
Fix calculation of PairGrid size
Fix case where PairGrid vars are passed in array
Merge pull request #268 from mwaskom/fix_pairgrid
Add new lmplot and PairGrid examples
Better cubehelix example
Make rc tests passable on systems without MS fonts
Merge pull request #270 from mwaskom/fix_tests
Fix verdana check
Let kde run when scipy doesn't accept custom bandwidth
Merge pull request #272 from mwaskom/old_scipy_kde
Fix gaussian_kde in violinplot
Merge pull request #273 from mwaskom/old_scipy_kde
Return a misplaced release note to its home
Set jointplot example axis limits in main call
Update 0.4 release notes
Bump version to 0.4
Add FacetGrid legends back to tutorial plots
Bump version
Merge branch 'PairGrid-datelike' of github.com:TomAugspurger/seaborn into TomAugspurger-PairGrid-datelike
Update release notes
Fix py3k tests
Merge branch 'fix_travis' of github.com:mwaskom/seaborn into fix_travis
Split testing deps off by Python version
Skip notebook tests on Python 3.4
Merge pull request #279 from mwaskom/fix_travis
Fix unittests that fail with numpy 1.9
Fix Python3 bootstrap arg test
Type safety
Merge pull request #292 from mwaskom/fix_numpy_tests
Add new color palettes with interactive choosers
Add colorbrewer chooser
Ban jet
Don't trim special colormap values
Add flat_palette, but keep private for now
Add docstrings
Rename choose_cubehelix for consistency
Unit tests and some abstraction
Color input abstraction in blend_palette
Revamp palette docs and add new functions
Fix ordering in choose_cubehelix_palette (closes #296)
Update release notes with new color palette functionality
Merge pull request #286 from mwaskom/more_color_palettes
Fix disutils import (closes #289)
Fix non-default index but in PairGrid
Merge pull request #297 from mwaskom/fix_pairgrid
Next version will be 0.5.0
Work around matplotlib 1.4 boxplot flier bug
Use inspect to only pass flierprops is boxplot will take them
Merge pull request #298 from mwaskom/fix_boxplot_fliers
Don't show lmplot legend when hue in [row, col]
Merge pull request #299 from mwaskom/fix_lmplot_legend
Merge pull request #300 from jseabold/dependencies-middle-ground
Always check dependencies in setup.py
Merge pull request #306 from mwaskom/simplify_install
Fix factorplot docs
Merge pull request #308 from TomAugspurger/bivariate-kde-Series
Add hue_kws to FacetGrid and markers to lmplot
Document hue_kws and markers in docstrings
Add hue_kws and markers to PairGrid and pairplot
Document markers and hue_kws
Merge pull request #323 from mwaskom/lmplot_markerstyle
Merge branch 'heatmap' of github.com:olgabot/seaborn into olgabot-heatmap
Rename source file with heatmap
Add utility functions to check for ticklabel overlaps
Refactor heatmap function and add features
Fix ticklabels test on Python 3
Ensure that the pcolormesh covers the full axis limits
Plot the matrix with rows running from top to bottom
Add tests for heatmap
Use matplotlibrc file to force Agg backend in tests
Be more thorough in the annotation test
Add gallery example for heatmap
Add ability to set equal aspect in heatmap call
Pass read_csv kwargs in load_dataset
Add correlation matrix heatmap example
Document heatmap in new tutorial
Merge pull request #325 from mwaskom/heatmap
Resolve merge conflicts in release notes
Add local seed to linear model CI test for stability
Don't compute significance for non-default corrplot methods
Merge pull request #337 from mwaskom/corrplot_nostars
Fix failing matplotlib rc test
Merge pull request #345 from mwaskom/fix_rc_tests
Improve networks heatmap gallery example
Merge branch 'clusteredheatmap' of github.com:olgabot/seaborn into olgabot-clusteredheatmap
Blank dendrogram axes at time of creation
Ensure that figures are closed in tests
Don't pass heatmap kwargs to side color matrix
Revert "Don't pass heatmap kwargs to side color matrix"
Fix merge conflict
Make clustermap side colors lists more robust
Add clustermap gallery example
Tweak clustermap tutorial and release notes
Add dataset_exploration tutorial to homepage
Merge pull request #354 from mwaskom/olgabot-clusteredheatmap
Add clustermap to API docs
Release notes typos
Update the docs
Set extremes when creating and updating mutable colormap
Remove pdf.fonttype from axes_style (closes #352
Change clustermap and dendrogram default methods to "average"
Merge pull request #359 from mwaskom/average_linkage
Remove vestigal mention of legend kwarg from FacetGrid (closes #328)
Fix and tidy factorplot docstring (closes #360)
Remove vestigal legend kwarg from FactorGrid use in linearmodel functions
Fix bug in colormap limit inference when input has nans
Merge pull request #363 from mwaskom/fix_heatmap_nans
Add grouped barplot example
Add tutorial example using FacetGrid.axes directly
Update release notes and introduction
Bump version for 0.5.0 release
Miikka Koskinen (1):
Fix the links to the examples in README
Olga Botvinnik (48):
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'
initial commit for heatmap
don't need collections anymore
add boolean argument for colorbar
add colorbar params
add edgecolor, linewidth, kwargs, and fix pep8 lint
Initial refactor of clusteredheatmap
fix fastcluster logic, fix row/column colors, clusteredheatmap --> clustermap, pcolormesh_kws --> heatmap_kws
add white background color to dendrogram
{x,y}ticklabels as optional kwargs to _HeatMapper.__init__
lint fixes, add gentle suggestion to install fastcluster
remove heatmap kws as just kws for clustermap(), make z_score and standard_scale staticmethods
remove {row,col}_labels from clustermap(), instead pass as kwargs to heatmap()
fix existing tests
fix column clustering order
Set all linkage methods to median, remove xticks if no dendrogram plotted, try the memory-saving version of fastcluster first
Move {x,y}ticklabel and {x,y}label logic out of _HeatMapper so _DendrogramPlotter can use it too
move label logic out of _DendrogramPlotter.plot --> _DendrogramPlotter.__init__
Initial commit for dendrogram testing
finishing up tests for clustermap
fix a few tests
fix pep8
xrange --> six.moves.range
figured out masked arrays!
moved linkage calculation code into separate functions
move scipy imports to top of file
set {x,y}ticks to empty list instead of list with an empty str
rename ClusterMapper --> ClusterGrid for consistency with JointGrid, FacetGrid, etc
pep8 fixes
Add nested color support for labeling rows and columns
fix multiindex ticklabels
fix corrmat orientation
add multiindex test
add correlated df test
finish up test for corrmat plotting
Update docstrings, add tests for non euclidean metrics, update release notes, update doc/tutorial
Update docstrings for summary statement to be one line, add whitespace before "Parameters"
move ax argument of _DendrogramPlotter from __init__ to plot, move kwarg ax=None to end of dendrogram()
Remove extra whitespace line, add docstring for ClusterGrid
remove indications of defaults from docstrings
Remove note about using ClusterGrid directly
fix up dendrogramplotter ax and docstrings
fix failing doctests
fix pep8
remove cmap from kws when plotting colors, add a a test to make sure it happens
Paul Hobson (15):
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
add new setter for spine positions so that offset_spines can be called anytime
added offset info to despine docstring
add warning to offset_spine and only move visible spines
add tests for offseting spines with despine
fix bad whitespace from despinse work
updated despine call with offset in aethetics notebook
Flatten and pick zeroth axes in FacetGrid for legend_out=False
(Smoke) Test for the using legend_out=False and col_wrap in a FacetGrid
Phillip Cloud (1):
BUG: col and row names should be checked for None and length
Skipper Seabold (1):
BLD: Install dependencies if cannot be imported.
Stephan Hoyer (5):
Unit test for FacetGrid.set_axis_labels
API: add subplot_kws to FacetGrid
Add example for FacetGrid with custom projection
set random seed to make test deterministic
Add note on FacetGrid maps to release notes
Tal Yarkoni (3):
added requirements.txt for convenience
fixed alpha setting bug in _RegressionPlotter scatter
added regplot scatter_kws alpha test
Tobias Megies (2):
Update setup.py
setup.py: add missing dependencies
Tom Augspurger (1):
ENH: add cumulative to kdeplot
TomAugspurger (2):
BUG: PairGrid should ignore datelike columns
API: Accept Series for kdeplot
Travis Hoppe (1):
Fixed a typo fix in the comments.
Yaroslav Halchenko (7):
ENH: to make two Michaels into one
BF: few missed import six from external
BF: make some non-functioning doctests correct smoke tests
ENH: run nosetests with --with-doctest
ENH: run nosetests with --with-doctest
BF: few missed import six from external
BF: make some non-functioning doctests correct smoke tests
Yury V. Zaytsev (1):
Update color_palettes.ipynb
diego0020 (1):
documentation typo
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/seaborn.git
More information about the debian-science-commits
mailing list