File: v0.10.1.rst

package info (click to toggle)
seaborn 0.13.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,608 kB
  • sloc: python: 37,241; makefile: 182; javascript: 45; sh: 15
file content (25 lines) | stat: -rw-r--r-- 1,234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

v0.10.1 (April 2020)
--------------------

This is minor release with bug fixes for issues identified since 0.10.0.

- Fixed a bug that appeared within the bootstrapping algorithm on 32-bit systems.

- Fixed a bug where :func:`regplot` would crash on singleton inputs. Now a crash is avoided and regression estimation/plotting is skipped.

- Fixed a bug where :func:`heatmap` would ignore user-specified under/over/bad values when recentering a colormap.

- Fixed a bug where :func:`heatmap` would use values from masked cells when computing default colormap limits.

- Fixed a bug where :func:`despine` would cause an error when trying to trim spines on a matplotlib categorical axis.

- Adapted to a change in matplotlib that caused problems with single swarm plots.

- Added the ``showfliers`` parameter to :func:`boxenplot` to suppress plotting of outlier data points, matching the API of :func:`boxplot`.

- Avoided seeing an error from statmodels when data with an IQR of 0 is passed to :func:`kdeplot`.

- Added the ``legend.title_fontsize`` to the :func:`plotting_context` definition.

- Deprecated several utility functions that are no longer used internally (``percentiles``, ``sig_stars``, ``pmf_hist``, and ``sort_df``).