You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#. 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``
0 commit comments