[seaborn] annotated tag v0.7.0 created (now 0f9ed39)

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.7.0
in repository seaborn.

        at  0f9ed39   (tag)
   tagging  22a886b3563de4d9080ae21244bc5325a6fdf16a (commit)
  replaces  v0.6.0
 tagged by  mwaskom
        on  Sun Jan 24 19:54:39 2016 -0800

- Log -----------------------------------------------------------------
Release of seaborn 0.7.0

Antony Lee (2):
      AxesStyle & PlottingContext as contextdecorators.
      Minor fixes following code review.

Brigitta Sipocz (1):
      Updating .travis to reflect recent miniconda changes

Clark Fitzgerald (3):
      use teardown method in PlotTestCase for most tests
      pep8 line spacing
      add setUp method with random seeding for tests

Daniel Himmelstein (1):
      Update linearmodels.py

Drew O'Kane (18):
      Fixed bug with box_widths. Wasn't passing keyword to _lvplot.
      Made median bar same width as boxes.
      Changed outliers to d. More consistent with Seaborn boxplot.
      Changed p to outlier_prop. Minor fixes.
      Changed name of plotting function to lvplot.
      PEP8 fixes.
      Fixed division by zero error.
      Added numerical tests.
      Changed from xrange to range for future compatability.
      Fixed single observation plotting bug. Fixed tests for number of patches, not artists.
      Finished letter value tests.
      Added outlier_prop default value, checking for value in appropriate range [0, 1].
      Docstring for outlier_prop
      Fixed tests.
      Fixed tests so Python 3 compatible.
      Python 3 fixes.
      More Python 3 fixes.
      More Python 3 fixes. Removed itertools references.

Gabe Fernando (1):
      DOC: correct some typos

Gregory Hitz (2):
      changed handling of annot_kws so that standard values can be overwritten
      added a test for annot_kws which overwrite the standard values

Isaac Schwabacher (1):
      PERF: Speed up test for empty facet (trivial)

John C. Earls (1):
      Force number of bins to be an integer.

Julien Rebetez (1):
      If 'rasterized' is passed to heatmap, also rasterize the colorbar.

Kyle Meyer (3):
      factorplot: Extend input check when kind="count"
      Convert two tests to almost_equal variant
      Convert two tests to almost_equal variant

Marcel Martin (4):
      Compute linkage correctly when fastcluster is not installed.
      Fix tests failing due to extraneous use of distance.squareform.
      Fix Travis failing due to a line being one character too long (someone *really* likes PEP8)
      Remove all remaining uses of distance.squareform.

Michael Waskom (101):
      Increment version back to dev
      Fix aesthetics tutorial (closes #616)
      Merge branch 'v0.6'
      Fix categorical plot data parameter docs
      Merge branch 'v0.6'
      Sort numerical category levels by default
      Ensure that order objects have the right type
      Merge pull request #630 from samuelstjean/patch-1
      Merge pull request #631 from kyleam/almost-equal
      Merge pull request #632 from kyleam/fix-factorplot-count
      Merge branch 'sort_numerical_categories' into v0.6
      Merge branch 'v0.6'
      Fix error in regression tutorial
      Merge branch 'v0.6'
      Merge branch 'master' of https://github.com/marcelm/seaborn into marcelm-master
      Update release notes
      Merge branch 'font_size' of https://github.com/petebachant/seaborn into petebachant-font_size
      Update release notes
      Update release notes
      Fix marginal ticks example (closes #641
      Merge pull request #665 from gef756/doc_fixes
      Merge pull request #683 from sauliusl/faster_no_ticks
      Merge pull request #682 from hitzg/fix/annot_kws
      Merge pull request #686 from dhimmel/master
      Update release notes
      Merge branch 'v0.6'
      Merge pull request #696 from clarkfitzg/teardown
      Merge pull request #698 from samuelstjean/patch-1
      Merge branch 'faster_no_ticks' of https://github.com/sauliusl/seaborn into sauliusl-faster_no_ticks
      Merge pull request #739 from TomAugspurger/mpl15
      Add compatability for IPython3/4/Jupyter in functions that use widgets
      Merge pull request #740 from mwaskom/update_ipython
      Merge pull request #755 from bsipocz/travis_fix_miniconda_path
      Merge pull request #758 from olgabot/clustergrid_remove_color_list_dendrogram
      Merge pull request #661 from drewokane/lv_plot
      Merge pull request #767 from julienr/heatmap_rasterize_pdf
      Merge pull request #771 from trueprint/master
      Fix broken example link in README
      Merge pull request #775 from anntzer/contextdecorators
      Merge pull request #793 from ischwabacher/patch-1
      Merge pull request #789 from yoavram/patch-2
      Merge pull request #782 from sebp/fill_between_workaround
      Use hex colors in scatter to avoid 3-point bug
      Move come code around to avoid numpy future warning
      Merge pull request #798 from mwaskom/avoid_scatter_issues
      Fix doc typo (closes #773)
      Fix rst formatting (closes #769)
      Fix colormap article link (closes #693)
      Merge pull request #730 from tlnagy/patch-1
      Add basic swarm plotting code
      Add flexible orientation and gutters
      Add nested hue plotting, currently without a split
      Add tests for abstract categorical scatterplot code
      Add some tests for swarmplot internals
      PEP8
      Reformat and add more swarmplot tests
      Abstract out core beeswarm algorithm and add test
      Begin swarmplot interface
      Add default keywords to swarmplot tests
      PEP8
      Add split swarmplots
      Add tests for swarmplot plot results
      Handle missing data better
      Avoid numpy 1.6 bug in tests
      Add swarmplot docstring
      Drop Python 3.3 in favor of 3.5
      Punt on 3.5 for now; have to figure out Jupyter changes
      Add some more docstring information
      Smaller points and no edges by default
      Performance improvements
      Better test
      Change categorical scatterplot example to use swarmplot
      Better variable names
      Add release note about swarmplot
      Add swarmplot information to categorical plot tutorial
      Change release version in docs
      Merge pull request #804 from mwaskom/swarmplot
      Use matplotlib parameters that are more robust
      Handle property dicts differently from other kwargs
      Update release notes
      Merge pull request #806 from mwaskom/boxplot_workwarounds
      Pass hex colors to regression scatterplot
      Merge pull request #827 from mwaskom/lmplot_hex
      Update release notes
      Merge pull request #831 from gkunter/master
      Plot unsplit stripplots with a single scatter cloud
      PEP8
      Avoid old numpy incompatability in tests
      Align stripplot defaults with swarmplot
      Update release notes
      Numpy 1.7 compat
      Merge pull request #834 from mwaskom/update_stripplot
      Force boolean mask type
      Update release notes for 0.7 release
      Reformat categorical docs into three kinds of plots
      Reorder release notes
      Remove DataFrame sorts from doctests to avoid version headaches
      PEP8
      Update DataFrame sort in example scripts
      Remove additional DataFrame sort
      Bump version for 0.7.0 release

Olga Botvinnik (2):
      Divide by standard dev instead of variance for z-score
      remove color_list from dendrogram call

Pete Bachant (3):
      Add font.size to font_keys in rcmod
      Add setting font.size to tests
      Add font.size to rcmod._style_keys

Samuel St-Jean (2):
      Fixed a typo
      Fixed typo

Saulius Lukauskas (8):
      changed matrix to work faster when no ticks are provided
      changed the labelsoff test to request []
      use LineCollection to draw dendrogram. Should be faster
      invert y axis
      removed .X and .Y in dendrogram plotter
      fixed dendrogram tests
      fixed pep8 line end warnigns
      do not draw ticks at all if ticklabels are disabled

Sebastian Pölsterl (1):
      Use facecolor instead color keyword argument to avoid random behaviour

Tamas Nagy (2):
      Fix typos and improve documentation consistency
      Improved wording for kwargs description

Tom Augspurger (3):
      COMPAT: compat with mpl 1.5 color cycle
      COMPAT: pandas 0.17 broke date_range
      TST: Avoid settingwithcopy

Yoav Ram (1):
      typo

drewokane (3):
      Add letter value plot.
      Updated letter value plot docs.
      Spelling fix.

gkunter (4):
      Update mesh colors before drawing annotations
      Add another test for heatmap annotations
      Get expected number of rows from self.df_norm.size
      Use df_norm.values.size to ensure backward compability

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

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