Skip to content

Commit 308d986

Browse files
authored
Merge pull request matplotlib#27256 from ksunden/merge_up_v3.8.1
merge up v3.8.1
2 parents 3ff8233 + f4d807d commit 308d986

File tree

11 files changed

+1220
-979
lines changed

11 files changed

+1220
-979
lines changed

doc/_static/zenodo_cache/10059757.svg

+35
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
API Changes for 3.8.1
2+
=====================
3+
4+
Behaviour
5+
---------
6+
7+
Default behaviour of ``hexbin`` with *C* provided requires at least 1 point
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
The behaviour changed in 3.8.0 to be inclusive of *mincnt*. However, that resulted in
11+
errors or warnings with some reduction functions, so now the default is to require at
12+
least 1 point to call the reduction function. This effectively restores the default
13+
behaviour to match that of Matplotlib 3.7 and before.
14+
15+
16+
Deprecations
17+
------------
18+
19+
Deprecations removed in ``contour``
20+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21+
22+
``contour.allsegs``, ``contour.allkinds``, and ``contour.find_nearest_contour`` are no
23+
longer marked for deprecation.
24+
25+
26+
Development
27+
-----------
28+
29+
Minimum version of setuptools bumped to 64
30+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31+
32+
To comply with requirements of ``setuptools_scm``, the minimum version of ``setuptools``
33+
has been increased from 42 to 64.

doc/devel/development_setup.rst

-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ config during installation ::
194194
For more information on installation and other configuration options, see the
195195
Meson Python :external+meson-python:ref:`editable installs guide <how-to-guides-editable-installs>`.
196196

197-
198197
Verify the Installation
199198
=======================
200199

0 commit comments

Comments
 (0)