2022-11-29 21:36:28 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-seaborn: updated to 0.12.1
v0.12.1 (October 2022)
----------------------
This is an incremental release that is a recommended upgrade for all users. It \
addresses a handful of bugs / regressions in v0.12.0 and adds several features \
and enhancements to the new :doc:`objects interface \
</tutorial/objects_interface>`.
- |Feature| Added the :class:`objects.Text` mark (:pr:`3051`).
- |Feature| Added the :class:`objects.Dash` mark (:pr:`3074`).
- |Feature| Added the :class:`objects.Perc` stat (:pr:`3063`).
- |Feature| Added the :class:`objects.Count` stat (:pr:`3086`).
- |Feature| The :class:`objects.Band` and :class:`objects.Range` marks will now \
cover the full extent of the data if `min` / `max` variables are not explicitly \
assigned or added in a transform (:pr:`3056`).
- |Enhancement| |Defaults| The :class:`objects.Jitter` move now applies a small \
amount of jitter by default (:pr:`3066`).
- |Enhancement| |Defaults| Axes with a :class:`objects.Nominal` scale now appear \
like categorical axes in classic seaborn, with fixed margins, no grid, and an \
inverted y axis (:pr:`3069`).
- |Enhancement| |API| The :meth:`objects.Continuous.label` method now accepts \
`base=None` to override the default formatter with a log transform (:pr:`3087`).
- |Enhancement| |Fix| Marks that sort along the orient axis (e.g. \
:class:`objects.Line`) now use a stable algorithm (:pr:`3064`).
- |Enhancement| |Fix| Added a `label` parameter to :func:`pointplot`, which \
addresses a regression in 0.12.0 when :func:`pointplot` is passed to \
:class:`FacetGrid` (:pr:`3016`).
- |Fix| Fixed a bug that caused an exception when more than two layers with the \
same mappings were added to :class:`objects.Plot` (:pr:`3055`).
- |Fix| Made :class:`objects.PolyFit` robust to missing data (:pr:`3010`).
- |Fix| Fixed a bug in :class:`objects.Plot` that occurred when data assigned to \
the orient coordinate had zero variance (:pr:`3084`).
- |Fix| Fixed a regression in :func:`kdeplot` where passing `cmap` for an \
unfilled bivariate plot would raise an exception (:pr:`3065`).
- |Fix| Addressed a performance regression in :func:`lineplot` with a large \
number of unique x values (:pr:`3081`).
- |Build| Seaborn no longer contains doctest-style examples, simplifying the \
testing infrastructure (:pr:`3034`).
|
2022-04-10 02:57:15 by David H. Gutteridge | Files touched by this commit (18) |
Log message:
Fix build breakage from py-scipy now being Python >= 3.8
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125) |
Log message:
Forget about Python 3.6
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-04-09 16:41:35 by Tobias Nygren | Files touched by this commit (14) |
Log message:
revert wrong fix for py-scipy python 3.6 deprecation, fix properly
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-06-16 21:28:47 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-seaborn: updated to 0.9.0
v0.9.0:
This is a major release with several substantial and long-desired new features. \
There are also updates/modifications to the themes and color palettes that give \
better consistency with matplotlib 2.0 and some notable API changes.
|
2018-01-30 11:04:00 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Now DEPENDS on py-matplotlib rather than buildlinking
|