Seaborn: v0.12.0b2 Release

Release date:
July 14, 2022
Previous version:
v0.12.0b1 (released July 14, 2022)
Magnitude:
1,441 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

20 Commits in this Release

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

Authored July 14, 2022
Authored July 14, 2022
Authored July 12, 2022
Authored June 28, 2022
Authored June 27, 2022
Authored May 16, 2022
Authored July 14, 2022
Authored June 2, 2022
Authored July 12, 2022
Authored June 28, 2022
Authored June 28, 2022
Authored July 12, 2022
Authored June 27, 2022
Authored July 12, 2022
Authored June 27, 2022

Top Contributors in v0.12.0b2

mwaskom
codemurt
MaozGelbart
timgates42
Matvey-SD

Directory Browser for v0.12.0b2

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

This is the second beta release for seaborn v0.12, a major update introducing an entirely new interface along with numerous features, enhancements, and fixes for existing functionality.

To install for testing, run

pip install seaborn==0.12.0b2

Changes from the first beta release:

Objects interface

  • Added Plot.label method for controlling axis labels/legend titles (#2902)
  • Added Plot.limit method for controlling axis limits (#2898)
  • Added Bars, a more efficient mark for histograms, and improved performance of Bar mark as well (#2893)
  • Improved the visual appearance of the Area and Ribbon marks used a simpler matplotlib artist class for them (#2896)
  • Improved the visual appearance of the Bar mark (#2889)