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 Jan  1 11:59:09 UTC 2024

Modified Files:
        pkgsrc/graphics/py-seaborn: Makefile distinfo

Log Message:
py-seaborn: updated to 0.13.1

v0.13.1 (December 2023)

This is a minor release with some bug fixes and a couple new features. All users are encouraged to update.

- |Feature| Added support for weighted mean estimation (with boostrap CIs) in :func:`lineplot`, :func:`barplot`, :func:`pointplot`, and :class:`objects.Est` (:pr:`3580`, :pr:`3586`).
- |Feature| Added the `extent` option to :meth:`objects.Plot.layout` (:pr:`3552`).
- |Fix| Fixed a regression in v0.13.0 that triggered an exception when working with non-numpy data types (:pr:`3516`).
- |Fix| Fixed a bug in :class:`objects.Plot` so that tick labels are shown for wrapped axes that aren't in the bottom-most row (:pr:`3600`).
- |Fix| Fixed a bug in :func:`catplot` where a blank legend would be added when `hue` was redundantly assigned (:pr:`3540`).
- |Fix| Fixed a bug in :func:`catplot` where the `edgecolor` parameter was ignored with `kind="bar"` (:pr:`3547`).
- |Fix| Fixed a bug in :func:`boxplot` where an exception was raised when using the matplotlib `bootstrap` option (:pr:`3562`).
- |Fix| Fixed a bug in :func:`lineplot` where an exception was raised when `hue` was assigned with an empty dataframe (:pr:`3569`).
- |Fix| Fixed a bug in multiple categorical plots that raised with `hue=None` and `dodge=True`; this is now has no effect (:pr:`3605`).


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/py-seaborn/Makefile
cvs rdiff -u -r1.8 -r1.9 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.16 pkgsrc/graphics/py-seaborn/Makefile:1.17
--- pkgsrc/graphics/py-seaborn/Makefile:1.16    Sun Oct 29 17:50:30 2023
+++ pkgsrc/graphics/py-seaborn/Makefile Mon Jan  1 11:59:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2023/10/29 17:50:30 adam Exp $
+# $NetBSD: Makefile,v 1.17 2024/01/01 11:59:09 adam Exp $
 
-DISTNAME=      seaborn-0.13.0
+DISTNAME=      seaborn-0.13.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/seaborn/}
@@ -10,14 +10,13 @@ HOMEPAGE=   https://seaborn.pydata.org/
 COMMENT=       Statistical data visualization
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib>=3.6.2:../../graphics/py-matplotlib
 DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.25:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-pandas>=1.2:../../math/py-pandas
 # stats
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=1.7:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-statsmodels>=0.12:../../math/py-statsmodels
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 
@@ -25,8 +24,5 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-seaborn/distinfo
diff -u pkgsrc/graphics/py-seaborn/distinfo:1.8 pkgsrc/graphics/py-seaborn/distinfo:1.9
--- pkgsrc/graphics/py-seaborn/distinfo:1.8     Sun Oct 29 17:50:30 2023
+++ pkgsrc/graphics/py-seaborn/distinfo Mon Jan  1 11:59:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/10/29 17:50:30 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/01/01 11:59:09 adam Exp $
 
-BLAKE2s (seaborn-0.13.0.tar.gz) = 672c1f6b11faf95d62c2b28e8de47fc8aaf8eb036ccc9410a9443960c4eeef42
-SHA512 (seaborn-0.13.0.tar.gz) = d603e880c29e05ab68f86d285c5c5ee9cf2da1d45265ed609f7bc87650fe20e80c026af487f63f9492a268f51ba5bab0cae4fd8fdeaf28125d16d317f9c937c8
-Size (seaborn-0.13.0.tar.gz) = 1455480 bytes
+BLAKE2s (seaborn-0.13.1.tar.gz) = 2ee59174ed94a4daa7ae4aabc0dde8b6f64018b1af6b1e78b5874f9b975735cc
+SHA512 (seaborn-0.13.1.tar.gz) = b90483bffd3435cc058143dccc854eb175ec7d7a095b8ce8261fbcad3f97f5e9b035a790a04dc2c64c35dda5b0ab8562f0b4a99e09a5e2fc9c4ee8323a153910
+Size (seaborn-0.13.1.tar.gz) = 1457600 bytes



Home | Main Index | Thread Index | Old Index