chore(deps): update dependency seaborn to v0.13.2 #302
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.13.0
->==0.13.2
Release Notes
mwaskom/seaborn (seaborn)
v0.13.2
: (January 2024)Compare Source
This is a minor release containing internal changes that adapt to upcoming deprecations in pandas. All users are encouraged to update.
v0.13.1
: (December 2023)Compare Source
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
lineplot
,barplot
,pointplot
, andobjects.Est
(#3580, #3586).|Feature| Added the
extent
option inobjects.Plot.layout
(#3552).|Fix| Fixed a regression in v0.13.0 that triggered an exception when working with non-numpy data types (#3516).
|Fix| Fixed a bug in
objects.Plot
so that tick labels are shown for wrapped axes that aren't in the bottom-most row (#3600).|Fix| Fixed a bug in
catplot
where a blank legend would be added whenhue
was redundantly assigned (#3540).|Fix| Fixed a bug in
catplot
where theedgecolor
parameter was ignored withkind="bar"
(#3547).|Fix| Fixed a bug in
boxplot
where an exception was raised when using the matplotlibbootstrap
option (#3562).|Fix| Fixed a bug in
lineplot
where an exception was raised whenhue
was assigned with an empty dataframe (#3569).|Fix| Fixed a bug in multiple categorical plots that raised with
hue=None
anddodge=True
; this is now has no effect (#3605).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.