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: Sun Apr 23 10:00:49 UTC 2023
Modified Files:
pkgsrc/graphics/py-seaborn: Makefile PLIST distinfo
Log Message:
py-seaborn: updated to 0.12.2
v0.12.2 (December 2022)
-----------------------
This is an incremental release that is a recommended upgrade for all users. It is very likely the final release of the 0.12 series and the last version to support Python 3.7.
- |Feature| Added the :class:`objects.KDE` stat
- |Feature| Added the :class:`objects.Boolean` scale
- |Enhancement| Improved user feedback for failures during plot compilation by catching exceptions and re-raising with a `PlotSpecError` that provides additional context.
- |Fix| Improved calculation of automatic mark widths with unshared facet axes
- |Fix| Improved robustness to empty data in several components of the objects interface
- |Fix| Fixed a bug where legends for numeric variables with large values would be incorrectly shown (i.e. with a missing offset or exponent; :pr:`3187`).
- |Fix| Fixed a regression in v0.12.0 where manually-added labels could have duplicate legend entries
- |Fix| Fixed a bug in :func:`histplot` with `kde=True` and `log_scale=True` where the curve was not scaled properly
- |Fix| Fixed a bug in :func:`relplot` where inner axis labels would be shown when axis sharing was disabled
- |Fix| Fixed a bug in :class:`objects.Continuous` to avoid an exception with boolean data
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/py-seaborn/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-seaborn/PLIST
cvs rdiff -u -r1.6 -r1.7 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.11 pkgsrc/graphics/py-seaborn/Makefile:1.12
--- pkgsrc/graphics/py-seaborn/Makefile:1.11 Tue Nov 29 22:17:53 2022
+++ pkgsrc/graphics/py-seaborn/Makefile Sun Apr 23 10:00:49 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2022/11/29 22:17:53 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/04/23 10:00:49 adam Exp $
-DISTNAME= seaborn-0.12.1
+DISTNAME= seaborn-0.12.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/seaborn/}
Index: pkgsrc/graphics/py-seaborn/PLIST
diff -u pkgsrc/graphics/py-seaborn/PLIST:1.3 pkgsrc/graphics/py-seaborn/PLIST:1.4
--- pkgsrc/graphics/py-seaborn/PLIST:1.3 Tue Nov 29 20:36:28 2022
+++ pkgsrc/graphics/py-seaborn/PLIST Sun Apr 23 10:00:49 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/11/29 20:36:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/04/23 10:00:49 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -14,6 +14,8 @@ ${PYSITELIB}/seaborn/_core/__init__.py
${PYSITELIB}/seaborn/_core/__init__.pyc
${PYSITELIB}/seaborn/_core/data.py
${PYSITELIB}/seaborn/_core/data.pyc
+${PYSITELIB}/seaborn/_core/exceptions.py
+${PYSITELIB}/seaborn/_core/exceptions.pyc
${PYSITELIB}/seaborn/_core/groupby.py
${PYSITELIB}/seaborn/_core/groupby.pyc
${PYSITELIB}/seaborn/_core/moves.py
@@ -60,6 +62,8 @@ ${PYSITELIB}/seaborn/_stats/base.py
${PYSITELIB}/seaborn/_stats/base.pyc
${PYSITELIB}/seaborn/_stats/counting.py
${PYSITELIB}/seaborn/_stats/counting.pyc
+${PYSITELIB}/seaborn/_stats/density.py
+${PYSITELIB}/seaborn/_stats/density.pyc
${PYSITELIB}/seaborn/_stats/order.py
${PYSITELIB}/seaborn/_stats/order.pyc
${PYSITELIB}/seaborn/_stats/regression.py
Index: pkgsrc/graphics/py-seaborn/distinfo
diff -u pkgsrc/graphics/py-seaborn/distinfo:1.6 pkgsrc/graphics/py-seaborn/distinfo:1.7
--- pkgsrc/graphics/py-seaborn/distinfo:1.6 Tue Nov 29 20:36:28 2022
+++ pkgsrc/graphics/py-seaborn/distinfo Sun Apr 23 10:00:49 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/11/29 20:36:28 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/04/23 10:00:49 adam Exp $
-BLAKE2s (seaborn-0.12.1.tar.gz) = 76829884a47668228962ad89375fc0dc1c69988317ad470f3ad542bcb009199c
-SHA512 (seaborn-0.12.1.tar.gz) = c807390230eef9e79b1edc13671a5b9031e98767e10ae99831611dea0a8418512460eb1dc32bc7ad5d929ef9df6c124a5dcb25e0d591aa25cbd0859da2c92c53
-Size (seaborn-0.12.1.tar.gz) = 1429609 bytes
+BLAKE2s (seaborn-0.12.2.tar.gz) = 9b75a2e24814a0fe8196c4343390179a2473e89643a2fcfd3b8db8ca332e5037
+SHA512 (seaborn-0.12.2.tar.gz) = 988a9922ee301b655911efa38905674b7dd15e7f7b157ad67f5befaeb02db492553f8bd6133b54d2dd7970b8dbbfd92d81d1faea3fa618247ebcaeb98620a060
+Size (seaborn-0.12.2.tar.gz) = 1439798 bytes
Home |
Main Index |
Thread Index |
Old Index