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``).
|