-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
|
||
v0.8.1 (Unreleased) | ||
------------------- | ||
v0.8.1 (September 2017) | ||
----------------------- | ||
|
||
- Added a warning in :class:`FacetGrid` when passing a categorical plot function without specifying ``order`` (or ``hue_order`` when ``hue`` is used), which is likely to produce a plot that is incorrect. | ||
|
||
- Fixed a problem where the :class:`FacetGrid` or :class:`PairGrid` legend remained inside the figure when using ``legend_out=True`` on an interactive backend. | ||
- Improved compatibility between :class:`FacetGrid` or :class:`PairGrid` and interactive matplotlib backends so that the legend no longer remains inside the figure when using ``legend_out=True``. | ||
|
||
- Fixed an bug in :func:`clustermap` when using ``yticklabels=False``. | ||
- Changed categorical plot functions with small plot elements to use :func:`dark_palette` instead of :func:`light_palette` when generating a sequential palette from a specified color. | ||
|
||
- Improved robustness of :func:`kdeplot` and :func:`distplot` to data with fewer than two observations. | ||
|
||
- In categorical plot functions with small plot elements, use :func:`dark_palette` instead of :func:`light_palette` to generate colors when both ``hue`` and ``color`` are specified. | ||
- Fixed a bug in :func:`clustermap` when using ``yticklabels=False``. | ||
|
||
- Fixed an issue in :func:`pointplot` where colors were wrong if exactly three points were being drawn. | ||
- Fixed a bug in :func:`pointplot` where colors were wrong if exactly three points were being drawn. | ||
|
||
- Fixed an issue in :func:`pointplot` where legend entries for missing data appeared with empty markers. | ||
- Fixed a bug in :func:`pointplot` where legend entries for missing data appeared with empty markers. | ||
|
||
- Fixed a bug in :func:`clustermap` where an error was raised when annotating the main heatmap and showing category colors. | ||
|
||
- Fixed an issue in :func:`clustermap` where row labels were not being properly rotated when they overlapped. | ||
- Fixed a bug in :func:`clustermap` where row labels were not being properly rotated when they overlapped. | ||
|
||
- Fixed an issue in :func:`kdeplot` where the maximum limit on the density axes was not being updated when multiple densities were drawn. | ||
- Fixed a bug in :func:`kdeplot` where the maximum limit on the density axes was not being updated when multiple densities were drawn. | ||
|
||
- Improved compatibility with future versions of pandas. |