Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 93fd84a

Browse filesBrowse files
committed
DOC: include 2D array deprecation, accelerate schedule
1 parent 568e294 commit 93fd84a
Copy full SHA for 93fd84a

File tree

Expand file treeCollapse file tree

1 file changed

+15
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+15
-5
lines changed

‎doc/devel/MEP/MEP28.rst

Copy file name to clipboardExpand all lines: doc/devel/MEP/MEP28.rst
+15-5Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,21 @@ Schedule
195195
An accelerated timeline could look like the following:
196196

197197
#. v2.0.1 add transforms to ``cbook.boxplots_stats``, expose in ``Axes.boxplot``
198-
#. v2.1.0 deprecate ``usermedians``, ``conf_intervals``, ``sym`` parameters
199-
#. v2.2.0 make deprecations noisier
200-
#. v2.3.0 remove ``usermedians``, ``conf_intervals``, ``sym`` parameters
201-
#. v2.3.0 deprecate ``notch`` in favor of ``shownotches`` to be consistent with other parameters and ``Axes.bxp``
202-
#. v2.4.0 remove ``notch`` parameter, move all style and artist toggling logic to ``Axes.bxp``. ``Axes.boxplot`` is little more than a broker between ``Axes.bxp`` and ``cbook.boxplots_stats``
198+
#. v2.1.0 Initial Deprecations , and using 2D numpy arrays as input
199+
200+
a. Using 2D numpy arrays as input. The semantics around 2D arrays are generally confusing.
201+
b. ``usermedians``, ``conf_intervals``, ``sym`` parameters
202+
203+
#. v2.2.0
204+
205+
a. remove ``usermedians``, ``conf_intervals``, ``sym`` parameters
206+
b. deprecate ``notch`` in favor of ``shownotches`` to be consistent with
207+
other parameters and ``Axes.bxp``
208+
209+
#. v2.3.0
210+
a. remove ``notch`` parameter
211+
b. move all style and artist toggling logic to ``Axes.bxp`` such ``Axes.boxplot``
212+
is little more than a broker between ``Axes.bxp`` and ``cbook.boxplots_stats``
203213

204214

205215
Anticipated Impacts to Users

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.