-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
9 changed files
with
1,180 additions
and
994 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
API Changes for 3.6.1 | ||
===================== | ||
|
||
Behaviour | ||
--------- | ||
|
||
Default behaviour of ``hexbin`` with *C* provided requires at least 1 point | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
The behaviour changed in 3.8.0 to be inclusive of *mincnt*. However, that resulted in | ||
errors or warnings with some reduction functions, so now the default is to require at | ||
least 1 point to call the reduction function. This effectively restores the default | ||
behaviour to match that of Matplotlib 3.7 and before. | ||
|
||
|
||
Deprecations | ||
------------ | ||
|
||
Deprecations removed in ``contour`` | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
``contour.allsegs``, ``contour.allkinds``, and ``contour.find_nearest_contour`` are no | ||
longer marked for deprecation. | ||
|
||
|
||
Development | ||
----------- | ||
|
||
Minimum version of setuptools bumped to 64 | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
To comply with requirements of ``setuptools_scm``, the minimum version of ``setuptools`` | ||
has been increased from 42 to 64. |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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