pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-seaborn
Module Name: pkgsrc
Committed By: adam
Date: Mon Sep 4 17:19:38 UTC 2017
Modified Files:
pkgsrc/graphics/py-seaborn: Makefile distinfo
Log Message:
v0.8.1:
Added a warning in FacetGrid when passing a categorical plot function without specifying order (or hue_order when hue is used), which is likely to produce a plot that is incorrect.
Improved compatibility between FacetGrid or PairGrid and interactive matplotlib backends so that the legend no longer remains inside the figure when using legend_out=True.
Changed categorical plot functions with small plot elements to use dark_palette instead of light_palette when generating a sequential palette from a specified color.
Improved robustness of kdeplot and distplot to data with fewer than two observations.
Fixed a bug in clustermap when using yticklabels=False.
Fixed a bug in pointplot where colors were wrong if exactly three points were being drawn.
Fixed a bug inpointplot where legend entries for missing data appeared with empty markers.
Fixed a bug in clustermap where an error was raised when annotating the main heatmap and showing category colors.
Fixed a bug in clustermap where row labels were not being properly rotated when they overlapped.
Fixed a bug in kdeplot where the maximum limit on the density axes was not being updated when multiple densities were drawn.
Improved compatibility with future versions of pandas.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-seaborn/Makefile \
pkgsrc/graphics/py-seaborn/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-seaborn/Makefile
diff -u pkgsrc/graphics/py-seaborn/Makefile:1.1 pkgsrc/graphics/py-seaborn/Makefile:1.2
--- pkgsrc/graphics/py-seaborn/Makefile:1.1 Fri Jul 14 15:00:01 2017
+++ pkgsrc/graphics/py-seaborn/Makefile Mon Sep 4 17:19:38 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/07/14 15:00:01 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/04 17:19:38 adam Exp $
-DISTNAME= seaborn-0.8
+DISTNAME= seaborn-0.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/seaborn/}
Index: pkgsrc/graphics/py-seaborn/distinfo
diff -u pkgsrc/graphics/py-seaborn/distinfo:1.1 pkgsrc/graphics/py-seaborn/distinfo:1.2
--- pkgsrc/graphics/py-seaborn/distinfo:1.1 Fri Jul 14 15:00:01 2017
+++ pkgsrc/graphics/py-seaborn/distinfo Mon Sep 4 17:19:38 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/07/14 15:00:01 adam Exp $
+$NetBSD: distinfo,v 1.2 2017/09/04 17:19:38 adam Exp $
-SHA1 (seaborn-0.8.tar.gz) = db50e9c5171270650f7c302356d5b6c5c120e1df
-RMD160 (seaborn-0.8.tar.gz) = ba255e32a65441710edb6cd6c1223d36ed499e1b
-SHA512 (seaborn-0.8.tar.gz) = 2bc1f20a9fe1bdba946351580a238c7376623d921884f5bdc522f844727413020d22614670e6c9588baac1c554f4242b1f34a0da3347135bc23791066fdc47d1
-Size (seaborn-0.8.tar.gz) = 178077 bytes
+SHA1 (seaborn-0.8.1.tar.gz) = caf15038d9c7e5990121c5eea6358d4f3c124712
+RMD160 (seaborn-0.8.1.tar.gz) = e1dcea310682e8df80375026100ec6d0945253c1
+SHA512 (seaborn-0.8.1.tar.gz) = 05ed621c2624b4b981118f9e6100f593ab23620e8f86c82b55a298944135f3286798d5cdc6c215c134f2fdecf9b3a7631be8c5136c0dafaf1f97f05f7c6739d7
+Size (seaborn-0.8.1.tar.gz) = 178865 bytes
Home |
Main Index |
Thread Index |
Old Index