Skip to content

Commit

Permalink
Release prep v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ksunden committed Oct 31, 2023
1 parent 8c6b3e9 commit 8c517cd
Show file tree
Hide file tree
Showing 9 changed files with 1,180 additions and 994 deletions.
7 changes: 0 additions & 7 deletions doc/api/next_api_changes/behavior/27179-KS.rst

This file was deleted.

5 changes: 0 additions & 5 deletions doc/api/next_api_changes/deprecations/27088-JK.rst

This file was deleted.

5 changes: 0 additions & 5 deletions doc/api/next_api_changes/development/26849-KS.rst

This file was deleted.

33 changes: 33 additions & 0 deletions doc/api/prev_api_changes/api_changes_3.8.1.rst
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.
1,112 changes: 139 additions & 973 deletions doc/users/github_stats.rst

Large diffs are not rendered by default.

1,003 changes: 1,003 additions & 0 deletions doc/users/prev_whats_new/github_stats_3.8.0.rst

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions doc/users/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ Version 3.8
:maxdepth: 1

prev_whats_new/whats_new_3.8.0.rst
../api/prev_api_changes/api_changes_3.8.1.rst
../api/prev_api_changes/api_changes_3.8.0.rst
github_stats.rst
prev_whats_new/github_stats_3.8.0.rst

Version 3.7
^^^^^^^^^^^
Expand Down
5 changes: 2 additions & 3 deletions galleries/tutorials/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,8 @@
# commands together in one cell. plt commands will not change plots from earlier
# cells.
#
# There are many other colormap schemes available. See the `list and
# images of the colormaps
# <../colors/colormaps.html>`_.
# There are many other colormap schemes available. See the :ref:`list and images
# of the colormaps<colormaps>`.
#
# .. _`Color Bars`:
#
Expand Down
2 changes: 1 addition & 1 deletion galleries/users_explain/quick_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
# to provide the ``data`` keyword argument and generate plots passing the
# strings corresponding to the *x* and *y* variables.
#
# .. _structured numpy array: <https://numpy.org/doc/stable/user/basics.rec.html#structured-arrays>`_ # noqa: E501
# .. _structured numpy array: https://numpy.org/doc/stable/user/basics.rec.html#structured-arrays # noqa: E501

np.random.seed(19680801) # seed the random number generator.
data = {'a': np.arange(50),
Expand Down

0 comments on commit 8c517cd

Please sign in to comment.