Skip to content

Commit 7908d2c

Browse files
authored
Merge pull request matplotlib#29700 from ksunden/merge_up_v3.10.1
merge up v3.10.1
2 parents 502cdd1 + d94f80d commit 7908d2c

14 files changed

+811
-565
lines changed

doc/_static/zenodo_cache/14464227.svg

+35
Loading

doc/api/prev_api_changes/api_changes_3.10.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ API Changes for 3.10.0
55
:local:
66
:depth: 1
77

8-
.. include:: /api/prev_api_changes/api_changes_3.10.0/behaviour.rst
8+
.. include:: /api/prev_api_changes/api_changes_3.10.0/behavior.rst
99

1010
.. include:: /api/prev_api_changes/api_changes_3.10.0/deprecations.rst
1111

doc/api/prev_api_changes/api_changes_3.10.0/behavior.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Behavior Changes
2+
----------------
3+
4+
15
onselect argument to selector widgets made optional
26
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37

doc/api/prev_api_changes/api_changes_3.10.0/deprecations.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Deprecations
2+
------------
3+
4+
15
Positional parameters in plotting functions
26
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37

doc/api/prev_api_changes/api_changes_3.10.0/development.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Development changes
2+
-------------------
3+
14
Documentation-specific custom Sphinx roles are now semi-public
25
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36

doc/api/prev_api_changes/api_changes_3.10.0/removals.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Removals
2+
--------
3+
4+
15
ttconv removed
26
~~~~~~~~~~~~~~
37

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
API Changes for 3.10.1
2+
======================
3+
4+
Behaviour
5+
---------
6+
7+
*alpha* parameter handling on images
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
When passing and array to ``imshow(..., alpha=...)``, the parameter was silently ignored
11+
if the image data was a RGB or RBGA image or if :rc:`interpolation_state`
12+
resolved to "rbga".
13+
14+
This is now fixed, and the alpha array overwrites any previous transparency information.

doc/project/citing.rst

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ By version
3232
.. START OF AUTOGENERATED
3333
3434
35+
v3.10.0
36+
.. image:: ../_static/zenodo_cache/14464227.svg
37+
:target: https://doi.org/10.5281/zenodo.14464227
3538
v3.9.4
3639
.. image:: ../_static/zenodo_cache/14436121.svg
3740
:target: https://doi.org/10.5281/zenodo.14436121

0 commit comments

Comments
 (0)