Skip to content

Commit 2b70655

Browse files
authored
Merge pull request matplotlib#31727 from QuLogic/whatsnew311
DOC: Prepare What's New page for 3.11
2 parents 2e46ed6 + 942c7c5 commit 2b70655

62 files changed

Lines changed: 1387 additions & 1131 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/api/next_api_changes/behavior/violinplot_empty.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/api/prev_api_changes/api_changes_3.11.0/behavior.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ histogrammed data, ignoring any other artists. `.Axes.hist2d` now behaves simila
105105
`.Axes.imshow`: axes limits are updated to fit the data, but autoscaling is not
106106
otherwise disabled.
107107

108+
Axes.violinplot and cbook.violin_stats ignore non-finite values
109+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110+
111+
`~matplotlib.axes.Axes.violinplot` and `matplotlib.cbook.violin_stats` now ignore masked
112+
and non-finite (NaN and inf) values.
113+
108114
Minor log tick labels are set by number of major log ticks, not number of decades spanned
109115
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110116

doc/api/testing_api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
:undoc-members:
1212
:show-inheritance:
1313

14+
.. autofunction:: matplotlib.testing.conftest.text_placeholders
1415

1516
:mod:`matplotlib.testing.compare`
1617
=================================

doc/release/next_whats_new/3d_scales.rst

Lines changed: 0 additions & 35 deletions
This file was deleted.

doc/release/next_whats_new/3d_speedups.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

doc/release/next_whats_new/axis_inversion.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

doc/release/next_whats_new/bar_label_padding_update.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/release/next_whats_new/barcontainer_properties.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/release/next_whats_new/box_arrow_size_controls.rst

Lines changed: 0 additions & 37 deletions
This file was deleted.

doc/release/next_whats_new/broken_barh_align.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)