[seaborn] annotated tag v0.6.0 created (now 8b490f5)
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.6.0
in repository seaborn.
at 8b490f5 (tag)
tagging 9664247bbe209dee807d3dff5b8c259236e5a66b (commit)
replaces v0.5.1
tagged by mwaskom
on Mon Jun 29 07:53:22 2015 -0700
- Log -----------------------------------------------------------------
Release version 0.6.0
Chris Hausler (1):
stop _freedman_diaconis_bins returning inf
Constantine Glen Evans (3):
Modified boxplot to take into account flierprops and other props kwargs.
fix pep8 issues
fix pep8 warnings
Dmitrijs Milajevs (1):
Redirect matplotlib config directory to avoid issues with easy install sanboxing.
Eric Quintero (1):
Merge remote-tracking branch 'upstream/master'
JWarmenhoven (8):
Skip annotating masked values in heatmaps
Seaborn Heatmap annotations and masked values
Heatmap test for annotations with masked arrays
Removed whitespace
More whitespace
Update test_matrix.py
Update test_matrix.py
Update test_matrix.py
Jake VanderPlas (5):
ENH: allow local cacheing of datasets
fix typos; simplify load_data enhancement
import os in the standard place
Mention dataset cacheing in v0.6.0 release notes
TST: add testing of dataset cacheing
Kevin Emmett (1):
clustermap: side colors should ignore custom centering
Michael Waskom (270):
Bump version back to dev
Merge pull request #380 from olgabot/clustermap_colors_no_clustering
Merge pull request #381 from kjemmett/clustermap_colors_no_centering
Fix bandwidth specification for multivariate scipy kde
Merge branch 'master' of github.com:mwaskom/seaborn
Merge branch 'missing-files' of github.com:sergiopasra/seaborn into sergiopasra-missing-files
Remove doc and examples from pypi source files
Merge pull request #343 from e-q/master
Use latest conda version on travis
Update release notes
Merge branch 'master' of github.com:mwaskom/seaborn
Update release notes
Add line_kws to residplot
Merge pull request #405 from mwaskom/fix_residplot
Merge pull request #397 from dimazest/master
Merge pull request #415 from funnell/clustermap_vmin_vmax
Remove ticklabel arg from side colors heatmap (closes #414)
Enable matplotlib plot_directive for API docs
Add some custom css for the docs
Revert legend translucency
Fix rcparams
Import selectively from statsmodels
Merge pull request #422 from mwaskom/reduce_statsmodels_imports
Initial groundwork for _BoxPlotter class
Fix category dtype test for older pandas
Round out variable determination and add tests
Fix long-form variable establishment and add basic plotting routine
Fix and finalize boxplot variable tests
Round out boxplot code, still needs tests
Add tests for boxplot colors
Add legend support and NA removal
Add tests for box positioning
Add tests for boxplot plot elements
Make infer_orient a regular method
Implement much of new violinplot
Add stripplot
More messy violinplot code
Reorganize vestigal code
Implement tests for density scaling
Add test for violin widths
Convert some example dataset columns to categorical on load
Add high-level control over point aestetics to stripplot
Refactor single obs drawing out of main violin method
Add test coverage for special cases in violin density estimation
Begin implementing inner components of violin plots
Implement interior plots for hue-nested violins
Invert the y axis for horizontally-oriented plots
Use a high zorder for stripplot to go over other distribution kinds
Fix annotation test with inverted y axis
Test kde fit and density-limited line drawing
Finish violinplot tests
Update boxplot/violinplot examples
Add matplotlib plot_directive locally
Tweak API doc configuration
Add new boxplot docstring
Remove box-type from factorplot for time being
Add docstring for new violinplot
Remove vestigal box and violinplot code
Abstract more shared box/violinplot docstring text
Remove vestigal debugging image form tests
Remove old boxplot/violinplot cells from distributions notebook
Fix older scipy kde test
Prune some plot tests
Add stripplot docstring and update relase notes
Fix doctests that use FacetGrid and relase notes formatting
Fix multiple identical observations with hue nesting
Update docstring examples for categorical distribution plots
Merge pull request #410 from mwaskom/new_boxish_plots
Fix bug in Grid legends
Update release notes
Show missing levels in Grid legends
Add **kwargs to add_legend and pass though to legend method
Prevent sending FacetGrid back to REPL in doctests
Prevent testing FacetGrid REPL output, take 2
Merge pull request #431 from mwaskom/fix_facetgrid_legend
Merge pull request #434 from ahjulstad/docstring-fix
Freeze pep8 version
Merge branch 'master' of github.com:mwaskom/seaborn
Merge pull request #446 from moraxy/fix_ref_in_tutorial
Show a proper colorbar when as_cmap is True in the palette widgets
Fix circular import
Merge branch 'doc-mappable-fxns' of https://github.com/phobson/seaborn into phobson-doc-mappable-fxns
Merge pull request #457 from mwaskom/choose_cmap
Update release notes to mention palette widget changes
Simplify custom function mapping examples
Merge branch 'phobson-doc-mappable-fxns'
Merge pull request #463 from phobson/force-ipy-version
Update release notes
Move box/violin/stripplot code to new categorical module
Factor out a generic CategoricalPlotter class
Broken starting attempt at new categorical estimation.
Implement basic non-nested barplot
Add hue nesting for stat calculation and bar plotting
Remove unnecessary loop
Don't error when (hue)_order contains values that aren't in the Series
Basic implementation of pointplot
Further work on new pointplot
Add units to new categorical plots
Use asarray() instead of .values where we could have categoricals
Add tests for un-nested statistic computation
Add tests for nested statistic computation
Fix error in drawing boxes with missing data
Begin rounding out barplot function
Add tests for categorical plot positions
Round out much of pointplot function
Increase bootstrap iterations in ci test for robustness
Add tests for point plots
Use instead of in ax.plot
Validate long-form categorical inputs
Fix case where ci is Nont
Make box/violin legend data more robust
Add some checks to ease backwards compatability with version 0.5
Respect pandas categorical order in category plots
Initial work on new factorplot
Add easy single axes access in FacetGrid
Finish factorplot and add tests
Fix categorical_order
Add another check for old boxplot/violinplot api
Add countplot function to replace removed barplot functionality
Fix countplot tests
Fix categorical tests, take 2
Close figures in countplot test
Add docstring for factorplot
Add examples for barplot and pointplot
Fix bar/point example and add a bonus barplot example
Add more narrative about categorical plots and examples for factorplot
Excise old discrete plots
Add examples for countplot
Reorganize API docs with categorical section
Enhance categorical plot orientation inference
Show order and sorting examples for categorical plots
Make some changes to the pointplot examples
Decrease default dodge size
Don't use xkcd_rgb in pointplot examples
Implement doc fix from #434
Update the release notes with new categorical plots
Merge pull request #466 from mwaskom/unify_categorical_plots
Fix bug with FacetGrid ticklabels and col_wrap
Raise a better error with `row` and `col_wrap`
Update release notes
Merge pull request #468 from mwaskom/fix_facetgrid_axes_indices
Add seaborn.crayons and crayon_palette to use Crayola colors
Merge pull request #490 from mwaskom/crayon_colors
Add example script for making a multi-variable dot plot
Merge pull request #497 from JWarmenhoven/patch-1
Merge pull request #504 from phobson/doc-typos
Merge pull request #522 from cyrusmaher/patch-1
Rearrange mask to reflect clustering (needs test)
Add robust mask handling and mask missing values
Use pd.isnull for compat with old pandas
Use assert_array_equal for compat with old pandas
Merge pull request #523 from mwaskom/mask_issues
Merge branch 'enh-get_dataset_names' of https://github.com/yarikoptic/seaborn into yarikoptic-enh-get_dataset_names
Fix PEP8
Don't run tests that need network access on old pandas
Merge branch 'boxplot-props' of https://github.com/cgevans/seaborn into cgevans-boxplot-props
Slightly more efficient approach to restyling boxplots
Update release notes
Merge branch 'cgevans-boxplot-props'
Fix multiple diag_axes plots; closes #501
Add a ceiling to the default number of bins used in distplot
Merge pull request #539 from mwaskom/bin_ceiling
More idomatic check for equality of DataFrame labels
Update tutoral notebook buildchain to use IPython 3
Update boxplot calls in aesthetics tutorial
Add a few notes on color blindness (closes #485)
Add savefig method to JointGrid (closes #477)
Merge pull request #541 from mwaskom/jointgrid_savefig
Add link to development docs
Fix hue_order in PairGrid
Skip map_diag test on old matplotlib
Merge pull request #547 from mwaskom/fix_pairgrid_hue_order
Extend new categorical ordering rules to FacetGrid
Fix categorical_order test
Merge pull request #548 from mwaskom/finalize_category_order
Some changes to help heatmap and clustermap plot large matrices
Merge pull request #551 from mwaskom/default_linewidths
Add intial set_color_shorthands function
Make set_color_codes work
Add as_hex method to _ColorPalette
Fix doctests
Add note on set_color_codes to release notes
Don't trim input palettes longer than 6 colors
Wrap all color palette function return values in _ColorPalette
Fix test that assumed color palette was an array
Fix default color_palette n_colors behavior
Fix as_hex doctest
Remove as_hex example due to inconsistencies that make testing a pain
Merge pull request #554 from mwaskom/color_shorthands
Fix bug in boxplot where some level had only missing data
Fix despine(trim=True) when axes are inverted
Avoid error when trying to trim spine with no ticks
Merge pull request #562 from mwaskom/fix_boxplot_missing
Merge pull request #563 from mwaskom/despine_trim_inverted_axis
Fix bug in PairGrid missing data handling
Merge pull request #572 from mwaskom/fix_pairgrid_missing_bug
Merge pull request #596 from jakevdp/cache-datasets
Add comments to example scripts and fix broken examples
Add new examples
Add horizontal barplot example
Add a split violin example script
Updates to the general introductory documentation
Add API docs for distplot
Reorganize thumbnail plots on doc index page
Add note on matplotlib inline backend weirdness
Use dataframe to show how semantic information is used
Reorder release notes to emphasize larger changes
Add index page for tutorial subdocs
Expand palette function docstrings
Expand distribution docstrings
Explicitly get cmap object to work on old matplotlibs
Use sqrt(n) rather than fixed bins when ref rule is invalid
Fix FacetGrid order with missing category levels
Add new docstring and examples for regplot
Note deprecation of corrplot
Run tutorial notebooks
Fix typos
Enhance lmplot function signature and API docs
Update FacetGrid docstring with examples and more prose
Add examples for JointGrid
Pass jointplot kwargs to joint function
PairGrid examples
Document tsplot legend (closes #577)
Add examples for pairplot
Add note on margin_titles annoyance (fixes #509)
Make note about sequential index requirement in tsplot (closes #585)
Draw rugplot using axh/vlines for constant size
Update distributions tutorial
Add note on shade_lowest to release notes
Add new categorical plots tutorial
Add link to API docs in header
Remove example notebooks execution from travis script
Fix annoying doctest return value issues
Fix typo
Add statsmodels to 3.4 and don't run doctests on with minimal deps
Add API examples for tsplot
Add API examples for heatmap
Removal of old example notebooks and testing infrastructure
Don't test for overlaps with no tick labels
Add new multiple bivariate KDE example
Remove defunct notebook tester
Revamp homepage
Remove defunct notebook tester, part 2
Update README
Remove JointGrid from axis grid tutorial
Assorted doc tweaks
Add examples for clustermap
Clean generated API files
Fix barplot timeseries order
Remove dataset_exploration tutorial
Update the contributor guidelines
Remove defunct axes_style key in tutorial
Remove IPython 3.1 bug note as they released 3.2
Sphinx formatting
Merge pull request #566 from mwaskom/update_docs
Avoid crash in clustermap with matplotlib OSX backend
Draw margin titles with ax.annotate instead of f.text
Default to tight bbox_inches when saving Grid figures
Update release notes
Merge pull request #611 from mwaskom/fix_clustermap_osx_crash
Merge pull request #612 from mwaskom/improve_margin_titles
Validate violinplot inner param (closes #558)
Merge pull request #613 from mwaskom/validate_violin_inner
Fix col_wrap axes with missing levels
Pass string labels to the factorplot legend
Merge pull request #614 from mwaskom/fix_facetgrid
Finalize release notes
Increment version to 0.6.0
Set the figure facecolor to white in the default style
Use pandas assert in load_dataset test
Olga Botvinnik (2):
Consistently retrieve clustered reordered ind or nonclustered range of ind
add test for side colors but no clustering
Paul Hobson (4):
Add docs, examples re: mappable functions
Use IPython 2.X for testing
Add gridspec_kws option to FacetGrid
heatmap doc typo -- closes #487
Sergio Pascual (1):
List the files that go in the source distribution
Tyler Funnell (1):
fixing issue where setting vmin/vmax affects row/col_colors
Yaroslav Halchenko (1):
NF: get_dataset_names (overdo: test_load_datasets)
cyrusmaher (1):
Fix kwarg issue with plot_marginals
e-q (4):
Set rcmod.py to create translucent legend frames
Turn the frame on by default
Set rcmod.py to create translucent legend frames
Turn the frame on by default
moraxy (1):
Fix broken reference in dataset_exploration.ipynb
Åsmund Hjulstad (1):
Fixed inconsistent plurals ('sticks'->'stick').
-----------------------------------------------------------------------
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