Seaborn: v0.13.1 Release

Release date:
December 31, 2023
Previous version:
v0.13.0 (released September 29, 2023)
Magnitude:
972 Diff Delta
Contributors:
14 total committers
Data confidence:
Commits:

35 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored September 29, 2023
Authored November 18, 2023
Authored December 31, 2023
Authored December 12, 2023
Authored December 27, 2023
Authored December 31, 2023
Authored October 1, 2023
Authored October 22, 2023
Authored November 18, 2023
Authored November 18, 2023
Authored November 30, 2023
Authored December 1, 2023
Authored December 4, 2023
Authored December 20, 2023

Top Contributors in v0.13.1

mwaskom
MaozGelbart
abdulwaheedsoudagar
theOehrly
utkarshp
gil2rok
cjlovering
eliotfinch
dependabot-bot
neuronflow

Directory Browser for v0.13.1

All files are compared to previous version, v0.13.0. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

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, and objects.Est (#3580, #3586).

  • |Feature| Added the extent option in objects.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 when hue was redundantly assigned (#3540).

  • |Fix| Fixed a bug in catplot where the edgecolor parameter was ignored with kind="bar" (#3547).

  • |Fix| Fixed a bug in boxplot where an exception was raised when using the matplotlib bootstrap option (#3562).

  • |Fix| Fixed a bug in lineplot where an exception was raised when hue was assigned with an empty dataframe (#3569).

  • |Fix| Fixed a bug in multiple categorical plots that raised with hue=None and dodge=True; this is now has no effect (#3605).