[seaborn] 04/10: New upstream version 0.7.1

Andreas Tille tille at debian.org
Mon Jul 24 10:43:37 UTC 2017


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

tille pushed a commit to branch debian
in repository seaborn.

commit 96dba2f10f96263e7b7f21d9902f9689df47afdc
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jan 20 15:43:03 2017 +0100

    New upstream version 0.7.1
---
 doc/tutorial/distributions.ipynb | 4 ++--
 seaborn/__init__.py              | 2 +-
 seaborn/palettes.py              | 2 +-
 setup.py                         | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/tutorial/distributions.ipynb b/doc/tutorial/distributions.ipynb
index 33da4be..524430e 100644
--- a/doc/tutorial/distributions.ipynb
+++ b/doc/tutorial/distributions.ipynb
@@ -20,7 +20,7 @@
    "cell_type": "raw",
    "metadata": {},
    "source": [
-    "When dealing with a set of data, often the first thing you'll want to do is get a sense for how the variables are distributed. This chapter of the tutorial will give a brief introduction to some of the tools in seaborn for examining univariate and bivariate distributions. You may also want to look at the :ref:`categorical plots <categorical_tutorial>` chapter for examples of functions that make it easy to compare the distribution of a variable across levels of other variables."
+    "When dealing with a set of data, often the first thing you'll want to do is get a sense for how the variables are distributed. This chapter of the tutorial will give a brief introduction to some of the tools in seborn for examining univariate and bivariate distributions. You may also want to look at the :ref:`categorical plots <categorical_tutorial>` chapter for examples of functions that make it easy to compare the distribution of a variable across levels of other variables."
    ]
   },
   {
@@ -507,4 +507,4 @@
  },
  "nbformat": 4,
  "nbformat_minor": 0
-}
+}
\ No newline at end of file
diff --git a/seaborn/__init__.py b/seaborn/__init__.py
index 9aa7c5c..49657f1 100644
--- a/seaborn/__init__.py
+++ b/seaborn/__init__.py
@@ -20,4 +20,4 @@ from .crayons import crayons
 # Set default aesthetics
 set()
 
-__version__ = "0.8.dev"
+__version__ = "0.7.1"
diff --git a/seaborn/palettes.py b/seaborn/palettes.py
index 3660885..ac5edbe 100644
--- a/seaborn/palettes.py
+++ b/seaborn/palettes.py
@@ -68,7 +68,7 @@ def color_palette(palette=None, n_colors=None, desat=None):
     Calling this function with ``palette=None`` will return the current
     matplotlib color cycle.
 
-    Matplotlib palettes can be specified as reversed palettes by appending
+    Matplotlib paletes can be specified as reversed palettes by appending
     "_r" to the name or as dark palettes by appending "_d" to the name.
     (These options are mutually exclusive, but the resulting list of colors
     can also be reversed).
diff --git a/setup.py b/setup.py
index c3c9515..76ec635 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ MAINTAINER_EMAIL = 'mwaskom at stanford.edu'
 URL = 'http://stanford.edu/~mwaskom/software/seaborn/'
 LICENSE = 'BSD (3-clause)'
 DOWNLOAD_URL = 'https://github.com/mwaskom/seaborn/'
-VERSION = '0.8.dev'
+VERSION = '0.7.1'
 
 try:
     from setuptools import setup

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