Path to this page:
Subject: CVS commit: pkgsrc/graphics/py-seaborn
From: Adam Ciarcinski
Date: 2023-04-23 12:00:49
Message id: 20230423100049.99778FA85@cvs.NetBSD.org
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
Files: