repo
stringclasses
10 values
instance_id
stringlengths
18
32
html_url
stringlengths
41
55
feature_patch
stringlengths
805
8.42M
test_patch
stringlengths
548
207k
doc_changes
listlengths
0
92
version
stringclasses
57 values
base_commit
stringlengths
40
40
PASS2PASS
listlengths
0
3.51k
FAIL2PASS
listlengths
0
5.17k
augmentations
dict
mask_doc_diff
listlengths
0
92
problem_statement
stringlengths
0
54.8k
pydata/xarray
pydata__xarray-3425
https://github.com/pydata/xarray/pull/3425
diff --git a/MANIFEST.in b/MANIFEST.in index a006660e5fb..4d5c34f622c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,3 +6,4 @@ prune doc/generated global-exclude .DS_Store include versioneer.py include xarray/_version.py +recursive-include xarray/static * diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 9d...
diff --git a/xarray/tests/test_formatting_html.py b/xarray/tests/test_formatting_html.py new file mode 100644 index 00000000000..e7f54b22d06 --- /dev/null +++ b/xarray/tests/test_formatting_html.py @@ -0,0 +1,132 @@ +from distutils.version import LooseVersion + +import numpy as np +import pandas as pd +import pytest + ...
[ { "path": "doc/whats-new.rst", "old_path": "a/doc/whats-new.rst", "new_path": "b/doc/whats-new.rst", "metadata": "diff --git a/doc/whats-new.rst b/doc/whats-new.rst\nindex 9d3e64badb8..12bed8f332e 100644\n--- a/doc/whats-new.rst\n+++ b/doc/whats-new.rst\n@@ -36,6 +36,12 @@ New Features\n ``pip i...
0014
652dd3ca77dd19bbd1ab21fe556340c1904ec382
[ "xarray/tests/test_options.py::test_file_cache_maxsize", "xarray/tests/test_options.py::TestAttrRetention::test_concat_attr_retention", "xarray/tests/test_options.py::TestAttrRetention::test_dataset_attr_retention", "xarray/tests/test_options.py::test_display_width", "xarray/tests/test_options.py::test_inva...
[ "xarray/tests/test_formatting_html.py::test_repr_of_multiindex", "xarray/tests/test_formatting_html.py::test_format_dims_unsafe_dim_name", "xarray/tests/test_formatting_html.py::test_format_dims_index", "xarray/tests/test_formatting_html.py::test_format_dims_no_dims", "xarray/tests/test_options.py::TestAttr...
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [ { "type": "function", "name": "format_dims" }, { "type": "field", "name": "data_repr" }, { ...
[ { "path": "doc/whats-new.rst", "old_path": "a/doc/whats-new.rst", "new_path": "b/doc/whats-new.rst", "metadata": "diff --git a/doc/whats-new.rst b/doc/whats-new.rst\nindex 9d3e64badb8..12bed8f332e 100644\n--- a/doc/whats-new.rst\n+++ b/doc/whats-new.rst\n@@ -36,6 +36,12 @@ New Features\n ``pip i...
diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 9d3e64badb8..12bed8f332e 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -36,6 +36,12 @@ New Features ``pip install git+https://github.com/andrewgsavage/pint.git@refs/pull/6/head)``. Even with it, interaction with non-numpy array libraries, e....
pydata/xarray
pydata__xarray-3636
https://github.com/pydata/xarray/pull/3636
diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 00d1c50780e..402a06840e2 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -37,6 +37,9 @@ New Features - Added the ``count`` reduction method to both :py:class:`~core.rolling.DatasetCoarsen` and :py:class:`~core.rolling.DataArrayCoarsen` objects. (:pu...
diff --git a/xarray/tests/test_dataarray.py b/xarray/tests/test_dataarray.py index f957316d8ac..4189c3b504a 100644 --- a/xarray/tests/test_dataarray.py +++ b/xarray/tests/test_dataarray.py @@ -1530,6 +1530,11 @@ def test_swap_dims(self): actual = array.swap_dims({"x": "y"}) assert_identical(expected, ...
[ { "path": "doc/whats-new.rst", "old_path": "a/doc/whats-new.rst", "new_path": "b/doc/whats-new.rst", "metadata": "diff --git a/doc/whats-new.rst b/doc/whats-new.rst\nindex 00d1c50780e..402a06840e2 100644\n--- a/doc/whats-new.rst\n+++ b/doc/whats-new.rst\n@@ -37,6 +37,9 @@ New Features\n - Added the ...
0015
b3d3b4480b7fb63402eb6c02103bb8d6c7dbf93a
[ "xarray/tests/test_dataset.py::test_rolling_reduce[max-1-None-False-1]", "xarray/tests/test_dataset.py::test_rolling_reduce[max-3-1-False-2]", "xarray/tests/test_dataset.py::test_rolling_reduce[max-4-3-True-1]", "xarray/tests/test_dataarray.py::TestDataArray::test_groupby_map_center", "xarray/tests/test_dat...
[ "xarray/tests/test_dataset.py::TestDataset::test_swap_dims", "xarray/tests/test_dataarray.py::TestDataArray::test_swap_dims" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/whats-new.rst", "old_path": "a/doc/whats-new.rst", "new_path": "b/doc/whats-new.rst", "metadata": "diff --git a/doc/whats-new.rst b/doc/whats-new.rst\nindex 00d1c50780e..402a06840e2 100644\n--- a/doc/whats-new.rst\n+++ b/doc/whats-new.rst\n@@ -37,6 +37,9 @@ New Features\n - Added the ...
diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 00d1c50780e..402a06840e2 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -37,6 +37,9 @@ New Features - Added the ``count`` reduction method to both :py:class:`~core.rolling.DatasetCoarsen` and :py:class:`~core.rolling.DataArrayCoarsen` objects. (:pu...
pydata/xarray
pydata__xarray-3527
https://github.com/pydata/xarray/pull/3527
diff --git a/doc/whats-new.rst b/doc/whats-new.rst index ea3b012cc98..ad430b1bcfc 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -76,6 +76,8 @@ New Features invoked. (:issue:`3378`, :pull:`3446`, :pull:`3515`) By `Deepak Cherian <https://github.com/dcherian>`_ and `Guido Imperiale <https://github.co...
diff --git a/xarray/tests/test_groupby.py b/xarray/tests/test_groupby.py index 581affa3471..97bd31ae050 100644 --- a/xarray/tests/test_groupby.py +++ b/xarray/tests/test_groupby.py @@ -137,42 +137,58 @@ def test_da_groupby_empty(): def test_da_groupby_quantile(): - array = xr.DataArray([1, 2, 3, 4, 5, 6], [("x"...
[ { "path": "doc/whats-new.rst", "old_path": "a/doc/whats-new.rst", "new_path": "b/doc/whats-new.rst", "metadata": "diff --git a/doc/whats-new.rst b/doc/whats-new.rst\nindex ea3b012cc98..ad430b1bcfc 100644\n--- a/doc/whats-new.rst\n+++ b/doc/whats-new.rst\n@@ -76,6 +76,8 @@ New Features\n invoked. (...
0014
c0ef2f616e87e9f924425bcd373ac265f14203cb
[ "xarray/tests/test_groupby.py::test_ds_groupby_map_func_args", "xarray/tests/test_groupby.py::test_groupby_repr[obj0-y]", "xarray/tests/test_groupby.py::test_multi_index_groupby_sum", "xarray/tests/test_groupby.py::test_groupby_repr[obj0-month]", "xarray/tests/test_groupby.py::test_consolidate_slices", "x...
[ "xarray/tests/test_groupby.py::test_da_groupby_quantile", "xarray/tests/test_groupby.py::test_ds_groupby_quantile" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/whats-new.rst", "old_path": "a/doc/whats-new.rst", "new_path": "b/doc/whats-new.rst", "metadata": "diff --git a/doc/whats-new.rst b/doc/whats-new.rst\nindex ea3b012cc98..ad430b1bcfc 100644\n--- a/doc/whats-new.rst\n+++ b/doc/whats-new.rst\n@@ -76,6 +76,8 @@ New Features\n invoked. (...
diff --git a/doc/whats-new.rst b/doc/whats-new.rst index ea3b012cc98..ad430b1bcfc 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -76,6 +76,8 @@ New Features invoked. (:issue:`<PRID>`, :pull:`<PRID>`, :pull:`<PRID>`) By `<NAME>`_ and <NAME>_. +- Add the documented-but-missing :py:meth:`xarray.core.gr...
pydata/xarray
pydata__xarray-3596
https://github.com/pydata/xarray/pull/3596
diff --git a/doc/api-hidden.rst b/doc/api-hidden.rst index 437f53b1a91..cc9517a98ba 100644 --- a/doc/api-hidden.rst +++ b/doc/api-hidden.rst @@ -379,7 +379,6 @@ Variable.min Variable.no_conflicts Variable.notnull - Variable.pad_with_fill_value Variable.prod Variable.quantile Variable.rank @@ -...
diff --git a/xarray/tests/test_dataarray.py b/xarray/tests/test_dataarray.py index b8a9c5edaf9..b63ff91f28e 100644 --- a/xarray/tests/test_dataarray.py +++ b/xarray/tests/test_dataarray.py @@ -4177,6 +4177,113 @@ def test_rank(self): y = DataArray([0.75, 0.25, np.nan, 0.5, 1.0], dims=("z",)) assert_eq...
[ { "path": "doc/api-hidden.rst", "old_path": "a/doc/api-hidden.rst", "new_path": "b/doc/api-hidden.rst", "metadata": "diff --git a/doc/api-hidden.rst b/doc/api-hidden.rst\nindex 437f53b1a91..cc9517a98ba 100644\n--- a/doc/api-hidden.rst\n+++ b/doc/api-hidden.rst\n@@ -379,7 +379,6 @@\n Variable.min\...
0015
9fbb4170c1732fe2f3cd57b2b96d770a5bac50ed
[ "xarray/tests/test_dataset.py::test_rolling_reduce[max-1-None-False-1]", "xarray/tests/test_dataset.py::test_rolling_reduce[max-3-1-False-2]", "xarray/tests/test_dataset.py::test_rolling_reduce[max-4-3-True-1]", "xarray/tests/test_dataarray.py::TestDataArray::test_groupby_map_center", "xarray/tests/test_dat...
[ "xarray/tests/test_variable.py::TestVariable::test_pad[xr_arg0-np_arg0-mean]", "xarray/tests/test_variable.py::TestVariable::test_pad[xr_arg0-np_arg0-wrap]", "xarray/tests/test_variable.py::TestVariable::test_pad[xr_arg2-np_arg2-minimum]", "xarray/tests/test_dataarray.py::TestDataArray::test_pad_stat_length[3...
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [ { "type": "field", "name": "constant_values" }, { "type": "field", "name": "pad_width" }, { ...
[ { "path": "doc/api-hidden.rst", "old_path": "a/doc/api-hidden.rst", "new_path": "b/doc/api-hidden.rst", "metadata": "diff --git a/doc/api-hidden.rst b/doc/api-hidden.rst\nindex 437f53b1a91..cc9517a98ba 100644\n--- a/doc/api-hidden.rst\n+++ b/doc/api-hidden.rst\n@@ -379,7 +379,6 @@\n Variable.min\...
diff --git a/doc/api-hidden.rst b/doc/api-hidden.rst index 437f53b1a91..cc9517a98ba 100644 --- a/doc/api-hidden.rst +++ b/doc/api-hidden.rst @@ -379,7 +379,6 @@ Variable.min Variable.no_conflicts Variable.notnull - Variable.pad_with_fill_value Variable.prod Variable.quantile Variable.rank @@ -...
pydata/xarray
pydata__xarray-3424
https://github.com/pydata/xarray/pull/3424
diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 73618782460..7a97e262ac9 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -34,6 +34,9 @@ New Features to reduce over all dimensions. While we have no plans to remove `xr.ALL_DIMS`, we suggest using `...`. By `Maximilian Roos <https://github.com/...
diff --git a/xarray/tests/test_computation.py b/xarray/tests/test_computation.py index 383427b479b..1f2634cc9b0 100644 --- a/xarray/tests/test_computation.py +++ b/xarray/tests/test_computation.py @@ -998,6 +998,23 @@ def test_dot(use_dask): assert actual.dims == ("b",) assert (actual.data == np.zeros(actual....
[ { "path": "doc/whats-new.rst", "old_path": "a/doc/whats-new.rst", "new_path": "b/doc/whats-new.rst", "metadata": "diff --git a/doc/whats-new.rst b/doc/whats-new.rst\nindex 73618782460..7a97e262ac9 100644\n--- a/doc/whats-new.rst\n+++ b/doc/whats-new.rst\n@@ -34,6 +34,9 @@ New Features\n to reduce ...
0014
74ca69a3b7b53d2b8cc8c88ddaf0fe8c6c7bbf6c
[ "xarray/tests/test_dataarray.py::test_rolling_wrapped_bottleneck[1-None-True-min]", "xarray/tests/test_dataarray.py::test_rolling_reduce_nonnumeric[max-4-2-False]", "xarray/tests/test_dataarray.py::test_rolling_reduce[mean-2-1-False-1]", "xarray/tests/test_dataarray.py::test_rolling_reduce[max-1-3-True-1]", ...
[ "xarray/tests/test_computation.py::test_dot[False]", "xarray/tests/test_dataarray.py::TestDataArray::test_dot" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/whats-new.rst", "old_path": "a/doc/whats-new.rst", "new_path": "b/doc/whats-new.rst", "metadata": "diff --git a/doc/whats-new.rst b/doc/whats-new.rst\nindex 73618782460..7a97e262ac9 100644\n--- a/doc/whats-new.rst\n+++ b/doc/whats-new.rst\n@@ -34,6 +34,9 @@ New Features\n to reduce ...
diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 73618782460..7a97e262ac9 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -34,6 +34,9 @@ New Features to reduce over all dimensions. While we have no plans to remove `xr.ALL_DIMS`, we suggest using `...`. By `<NAME>`_ +- :py:func:`~xarray.dot`, ...
pydata/xarray
pydata__xarray-3459
https://github.com/pydata/xarray/pull/3459
diff --git a/doc/computation.rst b/doc/computation.rst index ae5f4bc5c66..d477cb63d72 100644 --- a/doc/computation.rst +++ b/doc/computation.rst @@ -462,13 +462,13 @@ Datasets support most of the same methods found on data arrays: abs(ds) Datasets also support NumPy ufuncs (requires NumPy v1.13 or newer), or -a...
diff --git a/xarray/tests/test_dataarray.py b/xarray/tests/test_dataarray.py index acfe684d220..42fae2c9dd4 100644 --- a/xarray/tests/test_dataarray.py +++ b/xarray/tests/test_dataarray.py @@ -2417,7 +2417,7 @@ def test_groupby_properties(self): assert_array_equal(expected_groups[key], grouped.groups[key])...
[ { "path": "doc/computation.rst", "old_path": "a/doc/computation.rst", "new_path": "b/doc/computation.rst", "metadata": "diff --git a/doc/computation.rst b/doc/computation.rst\nindex ae5f4bc5c66..d477cb63d72 100644\n--- a/doc/computation.rst\n+++ b/doc/computation.rst\n@@ -462,13 +462,13 @@ Datasets ...
0014
bb89534687ee5dac54d87c22154d3cfeb030ce21
[ "xarray/tests/test_dataset.py::test_rolling_reduce[max-1-None-False-1]", "xarray/tests/test_dataset.py::test_rolling_reduce[max-3-1-False-2]", "xarray/tests/test_groupby.py::test_groupby_da_datetime", "xarray/tests/test_dataset.py::test_rolling_reduce[max-4-3-True-1]", "xarray/tests/test_dataset.py::test_ro...
[ "xarray/tests/test_dataarray.py::TestDataArray::test_groupby_map_center", "xarray/tests/test_dataarray.py::TestDataArray::test_groupby_map_changes_metadata", "xarray/tests/test_dataarray.py::TestDataArray::test_da_resample_func_args", "xarray/tests/test_dataarray.py::TestDataArray::test_groupby_map_identity",...
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/computation.rst", "old_path": "a/doc/computation.rst", "new_path": "b/doc/computation.rst", "metadata": "diff --git a/doc/computation.rst b/doc/computation.rst\nindex ae5f4bc5c66..d477cb63d72 100644\n--- a/doc/computation.rst\n+++ b/doc/computation.rst\n@@ -462,13 +462,13 @@ Datasets ...
diff --git a/doc/computation.rst b/doc/computation.rst index ae5f4bc5c66..d477cb63d72 100644 --- a/doc/computation.rst +++ b/doc/computation.rst @@ -462,13 +462,13 @@ Datasets support most of the same methods found on data arrays: abs(ds) Datasets also support NumPy ufuncs (requires NumPy v1.13 or newer), or -a...
pydata/xarray
pydata__xarray-3421
https://github.com/pydata/xarray/pull/3421
diff --git a/doc/reshaping.rst b/doc/reshaping.rst index 51202f9be41..455a24f9216 100644 --- a/doc/reshaping.rst +++ b/doc/reshaping.rst @@ -18,12 +18,14 @@ Reordering dimensions --------------------- To reorder dimensions on a :py:class:`~xarray.DataArray` or across all variables -on a :py:class:`~xarray.Dataset`,...
diff --git a/xarray/tests/__init__.py b/xarray/tests/__init__.py index 88476e5e730..f85a33f7a3c 100644 --- a/xarray/tests/__init__.py +++ b/xarray/tests/__init__.py @@ -158,18 +158,21 @@ def source_ndarray(array): def assert_equal(a, b): + __tracebackhide__ = True xarray.testing.assert_equal(a, b) xar...
[ { "path": "doc/reshaping.rst", "old_path": "a/doc/reshaping.rst", "new_path": "b/doc/reshaping.rst", "metadata": "diff --git a/doc/reshaping.rst b/doc/reshaping.rst\nindex 51202f9be41..455a24f9216 100644\n--- a/doc/reshaping.rst\n+++ b/doc/reshaping.rst\n@@ -18,12 +18,14 @@ Reordering dimensions\n -...
0014
fb0cf7b5fe56519a933ffcecbce9e9327fe236a6
[ "xarray/tests/test_dataset.py::test_rolling_reduce[max-1-None-False-1]", "xarray/tests/test_dataset.py::test_rolling_reduce[max-3-1-False-2]", "xarray/tests/test_dataset.py::test_rolling_reduce[max-4-3-True-1]", "xarray/tests/test_dataset.py::test_rolling_reduce[median-3-2-True-2]", "xarray/tests/test_datas...
[ "xarray/tests/test_utils.py::test_infix_dims[supplied1-all_1-expected1]", "xarray/tests/test_utils.py::test_infix_dims_errors[supplied0-all_0]", "xarray/tests/test_utils.py::test_infix_dims[supplied2-all_2-expected2]", "xarray/tests/test_utils.py::test_infix_dims[supplied4-all_4-expected4]", "xarray/tests/t...
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [ { "type": "function", "name": "infix_dims" }, { "type": "field", "name": "infix_dims" }, { ...
[ { "path": "doc/reshaping.rst", "old_path": "a/doc/reshaping.rst", "new_path": "b/doc/reshaping.rst", "metadata": "diff --git a/doc/reshaping.rst b/doc/reshaping.rst\nindex 51202f9be41..455a24f9216 100644\n--- a/doc/reshaping.rst\n+++ b/doc/reshaping.rst\n@@ -18,12 +18,14 @@ Reordering dimensions\n -...
diff --git a/doc/reshaping.rst b/doc/reshaping.rst index 51202f9be41..455a24f9216 100644 --- a/doc/reshaping.rst +++ b/doc/reshaping.rst @@ -18,12 +18,14 @@ Reordering dimensions --------------------- To reorder dimensions on a :py:class:`~xarray.DataArray` or across all variables -on a :py:class:`~xarray.Dataset`,...
pydata/xarray
pydata__xarray-3418
https://github.com/pydata/xarray/pull/3418
diff --git a/doc/examples/multidimensional-coords.rst b/doc/examples/multidimensional-coords.rst index a5084043977..55569b7662a 100644 --- a/doc/examples/multidimensional-coords.rst +++ b/doc/examples/multidimensional-coords.rst @@ -107,7 +107,7 @@ function to specify the output coordinates of the group. lat_cente...
diff --git a/xarray/tests/test_dask.py b/xarray/tests/test_dask.py index ae8f43cb66d..50517ae3c9c 100644 --- a/xarray/tests/test_dask.py +++ b/xarray/tests/test_dask.py @@ -435,8 +435,8 @@ def test_groupby(self): u = self.eager_array v = self.lazy_array - expected = u.groupby("x").mean(xr.ALL...
[ { "path": "doc/examples/multidimensional-coords.rst", "old_path": "a/doc/examples/multidimensional-coords.rst", "new_path": "b/doc/examples/multidimensional-coords.rst", "metadata": "diff --git a/doc/examples/multidimensional-coords.rst b/doc/examples/multidimensional-coords.rst\nindex a5084043977.....
0014
652dd3ca77dd19bbd1ab21fe556340c1904ec382
[ "xarray/tests/test_dataset.py::test_rolling_reduce[median-3-3-True-2]", "xarray/tests/test_dataset.py::test_rolling_reduce[std-3-2-False-1]", "xarray/tests/test_dataarray.py::test_rolling_wrapped_bottleneck[1-1-False-mean]", "xarray/tests/test_dataset.py::test_rolling_reduce[mean-3-2-True-1]", "xarray/tests...
[ "xarray/tests/test_groupby.py::test_da_groupby_quantile", "xarray/tests/test_dataset.py::TestDataset::test_groupby_order", "xarray/tests/test_dataset.py::TestDataset::test_groupby_math_virtual", "xarray/tests/test_dataarray.py::TestDataArray::test_groupby_multidim", "xarray/tests/test_dataarray.py::TestData...
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/examples/multidimensional-coords.rst", "old_path": "a/doc/examples/multidimensional-coords.rst", "new_path": "b/doc/examples/multidimensional-coords.rst", "metadata": "diff --git a/doc/examples/multidimensional-coords.rst b/doc/examples/multidimensional-coords.rst\nindex a5084043977.....
diff --git a/doc/examples/multidimensional-coords.rst b/doc/examples/multidimensional-coords.rst index a5084043977..55569b7662a 100644 --- a/doc/examples/multidimensional-coords.rst +++ b/doc/examples/multidimensional-coords.rst @@ -107,7 +107,7 @@ function to specify the output coordinates of the group. lat_cente...
pydata/xarray
pydata__xarray-3475
https://github.com/pydata/xarray/pull/3475
diff --git a/doc/data-structures.rst b/doc/data-structures.rst index d5567f4863e..93cdc7e9765 100644 --- a/doc/data-structures.rst +++ b/doc/data-structures.rst @@ -393,14 +393,14 @@ methods (like pandas) for transforming datasets into new objects. For removing variables, you can select and drop an explicit list of ...
diff --git a/xarray/tests/test_backends.py b/xarray/tests/test_backends.py index 9b000b82b03..de3a7eadab0 100644 --- a/xarray/tests/test_backends.py +++ b/xarray/tests/test_backends.py @@ -800,7 +800,7 @@ def equals_latlon(obj): assert "coordinates" not in ds["lat"].attrs assert "coord...
[ { "path": "doc/data-structures.rst", "old_path": "a/doc/data-structures.rst", "new_path": "b/doc/data-structures.rst", "metadata": "diff --git a/doc/data-structures.rst b/doc/data-structures.rst\nindex d5567f4863e..93cdc7e9765 100644\n--- a/doc/data-structures.rst\n+++ b/doc/data-structures.rst\n@@ ...
0014
4dce93f134e8296ea730104b46ce3372b90304ac
[ "xarray/tests/test_dataset.py::test_rolling_reduce[max-1-None-False-1]", "xarray/tests/test_dataset.py::test_rolling_reduce[max-3-1-False-2]", "xarray/tests/test_dataset.py::test_rolling_reduce[max-4-3-True-1]", "xarray/tests/test_dataset.py::test_rolling_reduce[median-3-2-True-2]", "xarray/tests/test_datas...
[ "xarray/tests/test_dataarray.py::TestDataArray::test_sel_dataarray", "xarray/tests/test_duck_array_ops.py::test_argmin_max[x-True-max-False-False-str-1]", "xarray/tests/test_duck_array_ops.py::test_argmin_max[x-True-max-False-False-int-1]", "xarray/tests/test_duck_array_ops.py::test_argmin_max[x-False-min-Fal...
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [ { "type": "field", "name": "PendingDeprecationWarning" } ] }
[ { "path": "doc/data-structures.rst", "old_path": "a/doc/data-structures.rst", "new_path": "b/doc/data-structures.rst", "metadata": "diff --git a/doc/data-structures.rst b/doc/data-structures.rst\nindex d5567f4863e..93cdc7e9765 100644\n--- a/doc/data-structures.rst\n+++ b/doc/data-structures.rst\n@@ ...
diff --git a/doc/data-structures.rst b/doc/data-structures.rst index d5567f4863e..93cdc7e9765 100644 --- a/doc/data-structures.rst +++ b/doc/data-structures.rst @@ -393,14 +393,14 @@ methods (like pandas) for transforming datasets into new objects. For removing variables, you can select and drop an explicit list of ...
pydata/xarray
pydata__xarray-3276
https://github.com/pydata/xarray/pull/3276
diff --git a/doc/api.rst b/doc/api.rst index 256a1dbf3af..40f9add3c57 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -30,6 +30,7 @@ Top-level functions zeros_like ones_like dot + map_blocks Dataset ======= @@ -499,6 +500,8 @@ Dataset methods Dataset.persist Dataset.load Dataset.chunk + Da...
diff --git a/xarray/testing.py b/xarray/testing.py index f01cbe896b9..95e41cfb10c 100644 --- a/xarray/testing.py +++ b/xarray/testing.py @@ -142,6 +142,26 @@ def assert_allclose(a, b, rtol=1e-05, atol=1e-08, decode_bytes=True): raise TypeError("{} not supported by assertion comparison".format(type(a))) +de...
[ { "path": "doc/api.rst", "old_path": "a/doc/api.rst", "new_path": "b/doc/api.rst", "metadata": "diff --git a/doc/api.rst b/doc/api.rst\nindex 256a1dbf3af..40f9add3c57 100644\n--- a/doc/api.rst\n+++ b/doc/api.rst\n@@ -30,6 +30,7 @@ Top-level functions\n zeros_like\n ones_like\n dot\n+ map_...
2206
291cb805bf0bf326da87152cc6548191bbeb6aab
[ "xarray/tests/test_backends.py::TestScipyInMemoryData::test_invalid_dataarray_names_raise", "xarray/tests/test_backends.py::TestH5NetCDFFileObject::test_open_subgroup", "xarray/tests/test_backends.py::TestH5NetCDFViaDaskData::test_dataset_caching", "xarray/tests/test_coding_times.py::test_use_cftime_false_non...
[ "xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>5]", "xarray/tests/test_dask.py::test_unify_chunks_shallow_copy[<lambda>0-obj1]", "xarray/tests/test_dask.py::test_map_blocks_da_transformations[<lambda>1]", "xarray/tests/test_dask.py::test_map_blocks_ds_transformations[<lambda>2]", "xa...
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [ { "type": "field", "name": "result" }, { "type": "field", "name": "meta" }, { "type": "fiel...
[ { "path": "doc/api.rst", "old_path": "a/doc/api.rst", "new_path": "b/doc/api.rst", "metadata": "diff --git a/doc/api.rst b/doc/api.rst\nindex 256a1dbf3af..40f9add3c57 100644\n--- a/doc/api.rst\n+++ b/doc/api.rst\n@@ -30,6 +30,7 @@ Top-level functions\n zeros_like\n ones_like\n dot\n+ map_...
diff --git a/doc/api.rst b/doc/api.rst index 256a1dbf3af..40f9add3c57 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -30,6 +30,7 @@ Top-level functions zeros_like ones_like dot + map_blocks Dataset ======= @@ -499,6 +500,8 @@ Dataset methods Dataset.persist Dataset.load Dataset.chunk + Da...
matplotlib/matplotlib
matplotlib__matplotlib-25904
https://github.com/matplotlib/matplotlib/pull/25904
diff --git a/doc/users/next_whats_new/spinesproxyset.rst b/doc/users/next_whats_new/spinesproxyset.rst new file mode 100644 index 000000000000..cfd8d2908ec7 --- /dev/null +++ b/doc/users/next_whats_new/spinesproxyset.rst @@ -0,0 +1,3 @@ +``SpinesProxy`` now supports calling the ``set()`` method +~~~~~~~~~~~~~~~~~~~~~~~...
diff --git a/lib/matplotlib/tests/test_spines.py b/lib/matplotlib/tests/test_spines.py index 89bc0c872de5..9ce16fb39227 100644 --- a/lib/matplotlib/tests/test_spines.py +++ b/lib/matplotlib/tests/test_spines.py @@ -12,6 +12,9 @@ class SpineMock: def __init__(self): self.val = None + def s...
[ { "path": "doc/users/next_whats_new/spinesproxyset.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/spinesproxyset.rst", "metadata": "diff --git a/doc/users/next_whats_new/spinesproxyset.rst b/doc/users/next_whats_new/spinesproxyset.rst\nnew file mode 100644\nindex 000000000000...
3.7
2466ccb77a92fe57e045ac0c0b56d61ce563abf9
[ "lib/matplotlib/tests/test_spines.py::test_spines_black_axes[svg]", "lib/matplotlib/tests/test_spines.py::test_spines_axes_positions[svg]", "lib/matplotlib/tests/test_spines.py::test_spine_nonlinear_data_positions[png]", "lib/matplotlib/tests/test_spines.py::test_spines_data_positions[png]", "lib/matplotlib...
[ "lib/matplotlib/tests/test_spines.py::test_spine_class" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/users/next_whats_new/spinesproxyset.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/spinesproxyset.rst", "metadata": "diff --git a/doc/users/next_whats_new/spinesproxyset.rst b/doc/users/next_whats_new/spinesproxyset.rst\nnew file mode 100644\nindex 000000000000...
diff --git a/doc/users/next_whats_new/spinesproxyset.rst b/doc/users/next_whats_new/spinesproxyset.rst new file mode 100644 index 000000000000..cfd8d2908ec7 --- /dev/null +++ b/doc/users/next_whats_new/spinesproxyset.rst @@ -0,0 +1,3 @@ +``SpinesProxy`` now supports calling the ``set()`` method +~~~~~~~~~~~~~~~~~~~~~~~...
matplotlib/matplotlib
matplotlib__matplotlib-26278
https://github.com/matplotlib/matplotlib/pull/26278
diff --git a/doc/users/next_whats_new/contour_clip_path.rst b/doc/users/next_whats_new/contour_clip_path.rst new file mode 100644 index 000000000000..db4039a4fd70 --- /dev/null +++ b/doc/users/next_whats_new/contour_clip_path.rst @@ -0,0 +1,24 @@ +Clipping for contour plots +-------------------------- + +`~.Axes.contou...
diff --git a/lib/matplotlib/tests/test_contour.py b/lib/matplotlib/tests/test_contour.py index c730c8ea332d..7a4c4570580c 100644 --- a/lib/matplotlib/tests/test_contour.py +++ b/lib/matplotlib/tests/test_contour.py @@ -9,6 +9,7 @@ import matplotlib as mpl from matplotlib import pyplot as plt, rc_context, ticker from...
[ { "path": "doc/users/next_whats_new/contour_clip_path.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/contour_clip_path.rst", "metadata": "diff --git a/doc/users/next_whats_new/contour_clip_path.rst b/doc/users/next_whats_new/contour_clip_path.rst\nnew file mode 100644\nindex ...
3.7
02d2e137251ebcbd698b6f1ff8c455a1e52082af
[ "lib/matplotlib/tests/test_contour.py::test_contour_shape_error[args9-Input z must be at least a (2, 2) shaped array, but has shape (1, 1)]", "lib/matplotlib/tests/test_contour.py::test_contour_shape_2d_valid", "lib/matplotlib/tests/test_contour.py::test_contour_manual_labels[svg-False]", "lib/matplotlib/test...
[ "lib/matplotlib/tests/test_contour.py::test_contour_clip_path" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/users/next_whats_new/contour_clip_path.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/contour_clip_path.rst", "metadata": "diff --git a/doc/users/next_whats_new/contour_clip_path.rst b/doc/users/next_whats_new/contour_clip_path.rst\nnew file mode 100644\nindex ...
diff --git a/doc/users/next_whats_new/contour_clip_path.rst b/doc/users/next_whats_new/contour_clip_path.rst new file mode 100644 index 000000000000..db4039a4fd70 --- /dev/null +++ b/doc/users/next_whats_new/contour_clip_path.rst @@ -0,0 +1,24 @@ +Clipping for contour plots +-------------------------- + +`~.Axes.contou...
matplotlib/matplotlib
matplotlib__matplotlib-24257
https://github.com/matplotlib/matplotlib/pull/24257
diff --git a/doc/api/next_api_changes/development/24257-AL.rst b/doc/api/next_api_changes/development/24257-AL.rst new file mode 100644 index 000000000000..584420df8fd7 --- /dev/null +++ b/doc/api/next_api_changes/development/24257-AL.rst @@ -0,0 +1,2 @@ +importlib_resources>=2.3.0 is now required on Python<3.10 +~~~~~...
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 020f09df4010..eddb14be0bc6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -162,8 +162,8 @@ jobs: # Install dependencies from PyPI. python -m pip install --upgrade $PRE \ - 'cont...
[ { "path": "doc/api/next_api_changes/development/24257-AL.rst", "old_path": "/dev/null", "new_path": "b/doc/api/next_api_changes/development/24257-AL.rst", "metadata": "diff --git a/doc/api/next_api_changes/development/24257-AL.rst b/doc/api/next_api_changes/development/24257-AL.rst\nnew file mode 10...
3.5
aca6e9d5e98811ca37c442217914b15e78127c89
[ "lib/matplotlib/tests/test_style.py::test_use", "lib/matplotlib/tests/test_style.py::test_available", "lib/matplotlib/tests/test_style.py::test_invalid_rc_warning_includes_filename", "lib/matplotlib/tests/test_style.py::test_context_with_union_of_dict_and_namedstyle", "lib/matplotlib/tests/test_style.py::te...
[ "lib/matplotlib/tests/test_style.py::test_style_from_module" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/api/next_api_changes/development/<PRID>-AL.rst", "old_path": "/dev/null", "new_path": "b/doc/api/next_api_changes/development/<PRID>-AL.rst", "metadata": "diff --git a/doc/api/next_api_changes/development/<PRID>-AL.rst b/doc/api/next_api_changes/development/<PRID>-AL.rst\nnew file mod...
diff --git a/doc/api/next_api_changes/development/<PRID>-AL.rst b/doc/api/next_api_changes/development/<PRID>-AL.rst new file mode 100644 index 000000000000..584420df8fd7 --- /dev/null +++ b/doc/api/next_api_changes/development/<PRID>-AL.rst @@ -0,0 +1,2 @@ +importlib_resources>=2.3.0 is now required on Python<3.10 +~~...
matplotlib/matplotlib
matplotlib__matplotlib-25542
https://github.com/matplotlib/matplotlib/pull/25542
diff --git a/doc/users/next_whats_new/multiplelocator_offset.rst b/doc/users/next_whats_new/multiplelocator_offset.rst new file mode 100644 index 000000000000..863fdb3c4d7e --- /dev/null +++ b/doc/users/next_whats_new/multiplelocator_offset.rst @@ -0,0 +1,17 @@ +``offset`` parameter for MultipleLocator +---------------...
diff --git a/lib/matplotlib/tests/test_ticker.py b/lib/matplotlib/tests/test_ticker.py index 3d38df575f09..53224d373f80 100644 --- a/lib/matplotlib/tests/test_ticker.py +++ b/lib/matplotlib/tests/test_ticker.py @@ -63,6 +63,12 @@ def test_basic(self): 9.441, 12.588]) assert_almo...
[ { "path": "doc/users/next_whats_new/multiplelocator_offset.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/multiplelocator_offset.rst", "metadata": "diff --git a/doc/users/next_whats_new/multiplelocator_offset.rst b/doc/users/next_whats_new/multiplelocator_offset.rst\nnew file...
3.7
7b821ce6b4a4474b1013435954c05c63574e3814
[ "lib/matplotlib/tests/test_ticker.py::TestLogFormatter::test_pprint[1000-100-1000]", "lib/matplotlib/tests/test_ticker.py::TestScalarFormatter::test_offset_value[-0.492-0.492-0]", "lib/matplotlib/tests/test_ticker.py::TestPercentFormatter::test_basic[autodecimal, x<100%, display_range=8.4 (autodecimal test 2)]"...
[ "lib/matplotlib/tests/test_ticker.py::TestMultipleLocator::test_set_params", "lib/matplotlib/tests/test_ticker.py::TestMultipleLocator::test_basic_with_offset", "lib/matplotlib/tests/test_ticker.py::TestMultipleLocator::test_view_limits_round_numbers_with_offset" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/users/next_whats_new/multiplelocator_offset.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/multiplelocator_offset.rst", "metadata": "diff --git a/doc/users/next_whats_new/multiplelocator_offset.rst b/doc/users/next_whats_new/multiplelocator_offset.rst\nnew file...
diff --git a/doc/users/next_whats_new/multiplelocator_offset.rst b/doc/users/next_whats_new/multiplelocator_offset.rst new file mode 100644 index 000000000000..863fdb3c4d7e --- /dev/null +++ b/doc/users/next_whats_new/multiplelocator_offset.rst @@ -0,0 +1,17 @@ +``offset`` parameter for MultipleLocator +---------------...
matplotlib/matplotlib
matplotlib__matplotlib-25779
https://github.com/matplotlib/matplotlib/pull/25779
diff --git a/doc/users/next_whats_new/get_vertices_co_vertices.rst b/doc/users/next_whats_new/get_vertices_co_vertices.rst new file mode 100644 index 000000000000..98254a82ce63 --- /dev/null +++ b/doc/users/next_whats_new/get_vertices_co_vertices.rst @@ -0,0 +1,7 @@ +``Ellipse.get_vertices()``, ``Ellipse.get_co_vertice...
diff --git a/lib/matplotlib/tests/test_patches.py b/lib/matplotlib/tests/test_patches.py index b9e1db32d419..fd872bac98d4 100644 --- a/lib/matplotlib/tests/test_patches.py +++ b/lib/matplotlib/tests/test_patches.py @@ -104,6 +104,57 @@ def test_corner_center(): assert_almost_equal(ellipse.get_corners(), corners_ro...
[ { "path": "doc/users/next_whats_new/get_vertices_co_vertices.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/get_vertices_co_vertices.rst", "metadata": "diff --git a/doc/users/next_whats_new/get_vertices_co_vertices.rst b/doc/users/next_whats_new/get_vertices_co_vertices.rst\n...
3.7
06305a2f5dc589888697b3b909859103b8259153
[ "lib/matplotlib/tests/test_patches.py::test_patch_alpha_override[pdf]", "lib/matplotlib/tests/test_patches.py::test_clip_to_bbox[png]", "lib/matplotlib/tests/test_patches.py::test_contains_points", "lib/matplotlib/tests/test_patches.py::test_units_rectangle[png]", "lib/matplotlib/tests/test_patches.py::test...
[ "lib/matplotlib/tests/test_patches.py::test_ellipse_vertices" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [ { "type": "file", "name": "galleries/examples/shapes_and_collections/ellipse_arrow.py" } ] }
[ { "path": "doc/users/next_whats_new/get_vertices_co_vertices.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/get_vertices_co_vertices.rst", "metadata": "diff --git a/doc/users/next_whats_new/get_vertices_co_vertices.rst b/doc/users/next_whats_new/get_vertices_co_vertices.rst\n...
diff --git a/doc/users/next_whats_new/get_vertices_co_vertices.rst b/doc/users/next_whats_new/get_vertices_co_vertices.rst new file mode 100644 index 000000000000..98254a82ce63 --- /dev/null +++ b/doc/users/next_whats_new/get_vertices_co_vertices.rst @@ -0,0 +1,7 @@ +``Ellipse.get_vertices()``, ``Ellipse.get_co_vertice...
matplotlib/matplotlib
matplotlib__matplotlib-26089
https://github.com/matplotlib/matplotlib/pull/26089
diff --git a/doc/users/next_whats_new/set_loc.rst b/doc/users/next_whats_new/set_loc.rst new file mode 100644 index 000000000000..2a8722a18da0 --- /dev/null +++ b/doc/users/next_whats_new/set_loc.rst @@ -0,0 +1,23 @@ +Add a public method to modify the location of ``Legend`` +--------------------------------------------...
diff --git a/lib/matplotlib/tests/test_legend.py b/lib/matplotlib/tests/test_legend.py index c94a0f5f6169..720dfc3e6c65 100644 --- a/lib/matplotlib/tests/test_legend.py +++ b/lib/matplotlib/tests/test_legend.py @@ -755,6 +755,26 @@ def test_legend_alignment(alignment): assert leg.get_alignment() == alignment +...
[ { "path": "doc/users/next_whats_new/set_loc.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/set_loc.rst", "metadata": "diff --git a/doc/users/next_whats_new/set_loc.rst b/doc/users/next_whats_new/set_loc.rst\nnew file mode 100644\nindex 000000000000..2a8722a18da0\n--- /dev/nul...
3.7
f588d2b06e5b3c3296046d2ee9f0c13831cafe1c
[ "lib/matplotlib/tests/test_legend.py::test_plot_single_input_multiple_label[label_array0]", "lib/matplotlib/tests/test_legend.py::test_not_covering_scatter[png]", "lib/matplotlib/tests/test_legend.py::test_legend_auto1[svg]", "lib/matplotlib/tests/test_legend.py::test_legend_labelcolor_single[color2]", "lib...
[ "lib/matplotlib/tests/test_legend.py::test_fig_legend_set_loc[right]", "lib/matplotlib/tests/test_legend.py::test_ax_legend_set_loc[center]", "lib/matplotlib/tests/test_legend.py::test_fig_legend_set_loc[outside right]", "lib/matplotlib/tests/test_legend.py::test_ax_legend_set_loc[best]" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/users/next_whats_new/set_loc.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/set_loc.rst", "metadata": "diff --git a/doc/users/next_whats_new/set_loc.rst b/doc/users/next_whats_new/set_loc.rst\nnew file mode 100644\nindex 000000000000..2a8722a18da0\n--- /dev/nul...
diff --git a/doc/users/next_whats_new/set_loc.rst b/doc/users/next_whats_new/set_loc.rst new file mode 100644 index 000000000000..2a8722a18da0 --- /dev/null +++ b/doc/users/next_whats_new/set_loc.rst @@ -0,0 +1,23 @@ +Add a public method to modify the location of ``Legend`` +--------------------------------------------...
matplotlib/matplotlib
matplotlib__matplotlib-24691
https://github.com/matplotlib/matplotlib/pull/24691
diff --git a/doc/users/next_whats_new/new_color_spec_tuple.rst b/doc/users/next_whats_new/new_color_spec_tuple.rst new file mode 100644 index 000000000000..9f8d0ecabc3e --- /dev/null +++ b/doc/users/next_whats_new/new_color_spec_tuple.rst @@ -0,0 +1,21 @@ +Add a new valid color format ``(matplotlib_color, alpha)`` +---...
diff --git a/lib/matplotlib/tests/test_colors.py b/lib/matplotlib/tests/test_colors.py index 14dd4ced77db..21e76bcd18b4 100644 --- a/lib/matplotlib/tests/test_colors.py +++ b/lib/matplotlib/tests/test_colors.py @@ -1307,6 +1307,51 @@ def test_to_rgba_array_alpha_array(): assert_array_equal(c[:, 3], alpha) +def...
[ { "path": "doc/users/next_whats_new/new_color_spec_tuple.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/new_color_spec_tuple.rst", "metadata": "diff --git a/doc/users/next_whats_new/new_color_spec_tuple.rst b/doc/users/next_whats_new/new_color_spec_tuple.rst\nnew file mode 10...
3.7
78bf53caacbb5ce0dc7aa73f07a74c99f1ed919b
[ "lib/matplotlib/tests/test_colors.py::test_colormap_reversing[RdBu]", "lib/matplotlib/tests/test_colors.py::test_colormap_reversing[PuOr]", "lib/matplotlib/tests/test_colors.py::test_LogNorm", "lib/matplotlib/tests/test_colors.py::test_colormap_reversing[BrBG]", "lib/matplotlib/tests/test_colors.py::test_cr...
[ "lib/matplotlib/tests/test_colors.py::test_to_rgba_array_accepts_color_alpha_tuple", "lib/matplotlib/tests/test_colors.py::test_to_rgba_array_explicit_alpha_overrides_tuple_alpha", "lib/matplotlib/tests/test_colors.py::test_to_rgba_error_with_color_invalid_alpha_tuple", "lib/matplotlib/tests/test_colors.py::t...
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [ { "type": "file", "name": "galleries/examples/color/set_alpha.py" } ] }
[ { "path": "doc/users/next_whats_new/new_color_spec_tuple.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/new_color_spec_tuple.rst", "metadata": "diff --git a/doc/users/next_whats_new/new_color_spec_tuple.rst b/doc/users/next_whats_new/new_color_spec_tuple.rst\nnew file mode 10...
diff --git a/doc/users/next_whats_new/new_color_spec_tuple.rst b/doc/users/next_whats_new/new_color_spec_tuple.rst new file mode 100644 index 000000000000..9f8d0ecabc3e --- /dev/null +++ b/doc/users/next_whats_new/new_color_spec_tuple.rst @@ -0,0 +1,21 @@ +Add a new valid color format ``(matplotlib_color, alpha)`` +---...
matplotlib/matplotlib
matplotlib__matplotlib-24759
https://github.com/matplotlib/matplotlib/pull/24759
diff --git a/doc/users/next_whats_new/reverse_legend.rst b/doc/users/next_whats_new/reverse_legend.rst new file mode 100644 index 000000000000..00f2c0dbeac7 --- /dev/null +++ b/doc/users/next_whats_new/reverse_legend.rst @@ -0,0 +1,4 @@ +Reversed order of legend entries +-------------------------------- +The order of l...
diff --git a/lib/matplotlib/tests/test_legend.py b/lib/matplotlib/tests/test_legend.py index 0016dc4d2d14..56794a3428b8 100644 --- a/lib/matplotlib/tests/test_legend.py +++ b/lib/matplotlib/tests/test_legend.py @@ -294,6 +294,38 @@ def test_legend_remove(): assert ax.get_legend() is None +def test_reverse_lege...
[ { "path": "doc/users/next_whats_new/reverse_legend.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/reverse_legend.rst", "metadata": "diff --git a/doc/users/next_whats_new/reverse_legend.rst b/doc/users/next_whats_new/reverse_legend.rst\nnew file mode 100644\nindex 000000000000...
3.5
b62376ce3b7a87d163b0482df94ae11601b66965
[ "lib/matplotlib/tests/test_legend.py::test_legend_auto1[png]", "lib/matplotlib/tests/test_legend.py::test_framealpha[png]", "lib/matplotlib/tests/test_legend.py::test_alpha_rcparam[png]", "lib/matplotlib/tests/test_legend.py::test_cross_figure_patch_legend", "lib/matplotlib/tests/test_legend.py::test_legend...
[ "lib/matplotlib/tests/test_legend.py::test_reverse_legend_handles_and_labels", "lib/matplotlib/tests/test_legend.py::test_reverse_legend_display[png]" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/users/next_whats_new/reverse_legend.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/reverse_legend.rst", "metadata": "diff --git a/doc/users/next_whats_new/reverse_legend.rst b/doc/users/next_whats_new/reverse_legend.rst\nnew file mode 100644\nindex 000000000000...
diff --git a/doc/users/next_whats_new/reverse_legend.rst b/doc/users/next_whats_new/reverse_legend.rst new file mode 100644 index 000000000000..00f2c0dbeac7 --- /dev/null +++ b/doc/users/next_whats_new/reverse_legend.rst @@ -0,0 +1,4 @@ +Reversed order of legend entries +-------------------------------- +The order of l...
matplotlib/matplotlib
matplotlib__matplotlib-25821
https://github.com/matplotlib/matplotlib/pull/25821
diff --git a/doc/api/toolkits/mplot3d/axes3d.rst b/doc/api/toolkits/mplot3d/axes3d.rst index 99c57db64d9a..f6d8e2529896 100644 --- a/doc/api/toolkits/mplot3d/axes3d.rst +++ b/doc/api/toolkits/mplot3d/axes3d.rst @@ -209,6 +209,7 @@ Sharing :nosignatures: sharez + shareview Interactive diff --git a/doc/u...
diff --git a/lib/mpl_toolkits/mplot3d/tests/test_axes3d.py b/lib/mpl_toolkits/mplot3d/tests/test_axes3d.py index 3b890d31ae44..f4114e7be511 100644 --- a/lib/mpl_toolkits/mplot3d/tests/test_axes3d.py +++ b/lib/mpl_toolkits/mplot3d/tests/test_axes3d.py @@ -1689,6 +1689,20 @@ def test_set_zlim(): ax.set_zlim(top=...
[ { "path": "doc/api/toolkits/mplot3d/axes3d.rst", "old_path": "a/doc/api/toolkits/mplot3d/axes3d.rst", "new_path": "b/doc/api/toolkits/mplot3d/axes3d.rst", "metadata": "diff --git a/doc/api/toolkits/mplot3d/axes3d.rst b/doc/api/toolkits/mplot3d/axes3d.rst\nindex 99c57db64d9a..f6d8e2529896 100644\n---...
3.7
4bdae2e004b29d075f96a7dbbee918f7dfb13ed1
[ "lib/mpl_toolkits/mplot3d/tests/test_axes3d.py::test_ax3d_tickcolour", "lib/mpl_toolkits/mplot3d/tests/test_axes3d.py::test_view_init_vertical_axis[x-proj_expected2-axis_lines_expected2-tickdirs_expected2]", "lib/mpl_toolkits/mplot3d/tests/test_axes3d.py::test_scatter3d_modification[png]", "lib/mpl_toolkits/m...
[ "lib/mpl_toolkits/mplot3d/tests/test_axes3d.py::test_shared_view[png]" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/api/toolkits/mplot3d/axes3d.rst", "old_path": "a/doc/api/toolkits/mplot3d/axes3d.rst", "new_path": "b/doc/api/toolkits/mplot3d/axes3d.rst", "metadata": "diff --git a/doc/api/toolkits/mplot3d/axes3d.rst b/doc/api/toolkits/mplot3d/axes3d.rst\nindex 99c57db64d9a..f6d8e2529896 100644\n---...
diff --git a/doc/api/toolkits/mplot3d/axes3d.rst b/doc/api/toolkits/mplot3d/axes3d.rst index 99c57db64d9a..f6d8e2529896 100644 --- a/doc/api/toolkits/mplot3d/axes3d.rst +++ b/doc/api/toolkits/mplot3d/axes3d.rst @@ -209,6 +209,7 @@ Sharing :nosignatures: sharez + shareview Interactive diff --git a/doc/...
matplotlib/matplotlib
matplotlib__matplotlib-25686
https://github.com/matplotlib/matplotlib/pull/25686
diff --git a/doc/users/next_whats_new/get_suptitle.rst b/doc/users/next_whats_new/get_suptitle.rst new file mode 100644 index 000000000000..b03ad10b1b4c --- /dev/null +++ b/doc/users/next_whats_new/get_suptitle.rst @@ -0,0 +1,4 @@ +``Figure.get_suptitle()``, ``Figure.get_supxlabel()``, ``Figure.get_supylabel()`` +~~~~~...
diff --git a/lib/matplotlib/tests/test_figure.py b/lib/matplotlib/tests/test_figure.py index 4188ca878fed..d8f137ddd61a 100644 --- a/lib/matplotlib/tests/test_figure.py +++ b/lib/matplotlib/tests/test_figure.py @@ -302,6 +302,19 @@ def test_suptitle_subfigures(): assert sf2.get_facecolor() == (1.0, 1.0, 1.0, 1.0) ...
[ { "path": "doc/users/next_whats_new/get_suptitle.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/get_suptitle.rst", "metadata": "diff --git a/doc/users/next_whats_new/get_suptitle.rst b/doc/users/next_whats_new/get_suptitle.rst\nnew file mode 100644\nindex 000000000000..b03ad1...
3.7
b86ebbafe4673583345d0a01a6ea205af34c58dc
[ "lib/matplotlib/tests/test_figure.py::TestSubplotMosaic::test_all_nested[png]", "lib/matplotlib/tests/test_figure.py::test_tightbbox_box_aspect[svg]", "lib/matplotlib/tests/test_figure.py::test_iterability_axes_argument", "lib/matplotlib/tests/test_figure.py::TestSubplotMosaic::test_basic[x3-png]", "lib/mat...
[ "lib/matplotlib/tests/test_figure.py::test_get_suptitle_supxlabel_supylabel" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/users/next_whats_new/get_suptitle.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/get_suptitle.rst", "metadata": "diff --git a/doc/users/next_whats_new/get_suptitle.rst b/doc/users/next_whats_new/get_suptitle.rst\nnew file mode 100644\nindex 000000000000..b03ad1...
diff --git a/doc/users/next_whats_new/get_suptitle.rst b/doc/users/next_whats_new/get_suptitle.rst new file mode 100644 index 000000000000..b03ad10b1b4c --- /dev/null +++ b/doc/users/next_whats_new/get_suptitle.rst @@ -0,0 +1,4 @@ +``Figure.get_suptitle()``, ``Figure.get_supxlabel()``, ``Figure.get_supylabel()`` +~~~~~...
matplotlib/matplotlib
matplotlib__matplotlib-23191
https://github.com/matplotlib/matplotlib/pull/23191
diff --git a/doc/users/next_whats_new/width_height_ratios.rst b/doc/users/next_whats_new/width_height_ratios.rst new file mode 100644 index 000000000000..017c34a55cc4 --- /dev/null +++ b/doc/users/next_whats_new/width_height_ratios.rst @@ -0,0 +1,7 @@ +``subplots``, ``subplot_mosaic`` accept *height_ratios* and *width_...
diff --git a/lib/matplotlib/tests/test_subplots.py b/lib/matplotlib/tests/test_subplots.py index 8d707e014749..f299440ef53e 100644 --- a/lib/matplotlib/tests/test_subplots.py +++ b/lib/matplotlib/tests/test_subplots.py @@ -4,7 +4,7 @@ import pytest import matplotlib.pyplot as plt -from matplotlib.testing.decorators...
[ { "path": "doc/users/next_whats_new/width_height_ratios.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/width_height_ratios.rst", "metadata": "diff --git a/doc/users/next_whats_new/width_height_ratios.rst b/doc/users/next_whats_new/width_height_ratios.rst\nnew file mode 100644...
3.5
3522217386b0ba888e47d931a79c87085d51137b
[ "lib/matplotlib/tests/test_subplots.py::test_subplots_hide_axislabels[right-top]", "lib/matplotlib/tests/test_subplots.py::test_label_outer_span", "lib/matplotlib/tests/test_subplots.py::test_subplots_hide_axislabels[left-bottom]", "lib/matplotlib/tests/test_subplots.py::test_subplots_hide_ticklabels[True-Tru...
[ "lib/matplotlib/tests/test_subplots.py::test_width_and_height_ratios_mosaic[png-height_ratios1-width_ratios1]", "lib/matplotlib/tests/test_subplots.py::test_ratio_overlapping_kws[subplot_mosaic-args1]", "lib/matplotlib/tests/test_subplots.py::test_width_and_height_ratios[png-None-width_ratios1]", "lib/matplot...
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/users/next_whats_new/width_height_ratios.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/width_height_ratios.rst", "metadata": "diff --git a/doc/users/next_whats_new/width_height_ratios.rst b/doc/users/next_whats_new/width_height_ratios.rst\nnew file mode 100644...
diff --git a/doc/users/next_whats_new/width_height_ratios.rst b/doc/users/next_whats_new/width_height_ratios.rst new file mode 100644 index 000000000000..017c34a55cc4 --- /dev/null +++ b/doc/users/next_whats_new/width_height_ratios.rst @@ -0,0 +1,7 @@ +``subplots``, ``subplot_mosaic`` accept *height_ratios* and *width_...
matplotlib/matplotlib
matplotlib__matplotlib-21143
https://github.com/matplotlib/matplotlib/pull/21143
diff --git a/doc/api/next_api_changes/behavior/19515-GL.rst b/doc/api/next_api_changes/behavior/19515-GL.rst new file mode 100644 index 000000000000..cb6d925b797c --- /dev/null +++ b/doc/api/next_api_changes/behavior/19515-GL.rst @@ -0,0 +1,10 @@ +Colorbars now have pan and zoom functionality +~~~~~~~~~~~~~~~~~~~~~~~~~...
diff --git a/lib/matplotlib/tests/test_backend_bases.py b/lib/matplotlib/tests/test_backend_bases.py index 1550d3256c04..4abaf1a78ed5 100644 --- a/lib/matplotlib/tests/test_backend_bases.py +++ b/lib/matplotlib/tests/test_backend_bases.py @@ -181,6 +181,66 @@ def test_interactive_zoom(): assert not ax.get_autoscal...
[ { "path": "doc/api/next_api_changes/behavior/19515-GL.rst", "old_path": "/dev/null", "new_path": "b/doc/api/next_api_changes/behavior/19515-GL.rst", "metadata": "diff --git a/doc/api/next_api_changes/behavior/19515-GL.rst b/doc/api/next_api_changes/behavior/19515-GL.rst\nnew file mode 100644\nindex ...
3.4
eb7bcb41e272cad354e8ee703f5e276450cbf967
[ "lib/matplotlib/tests/test_backend_bases.py::test_draw[pdf]", "lib/matplotlib/tests/test_backend_bases.py::test_uses_per_path", "lib/matplotlib/tests/test_backend_bases.py::test_location_event_position[None-42]", "lib/matplotlib/tests/test_backend_bases.py::test_location_event_position[205.75-2.0]", "lib/ma...
[ "lib/matplotlib/tests/test_backend_bases.py::test_interactive_colorbar[zoom-MouseButton.LEFT-expected0-vertical-imshow]", "lib/matplotlib/tests/test_backend_bases.py::test_interactive_colorbar[pan-MouseButton.LEFT-expected2-horizontal-imshow]", "lib/matplotlib/tests/test_backend_bases.py::test_interactive_color...
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [ { "type": "function", "name": "drag_pan" }, { "type": "field", "name": "button" } ] }
[ { "path": "doc/api/next_api_changes/behavior/<PRID>-GL.rst", "old_path": "/dev/null", "new_path": "b/doc/api/next_api_changes/behavior/<PRID>-GL.rst", "metadata": "diff --git a/doc/api/next_api_changes/behavior/<PRID>-GL.rst b/doc/api/next_api_changes/behavior/<PRID>-GL.rst\nnew file mode 100644\nin...
diff --git a/doc/api/next_api_changes/behavior/<PRID>-GL.rst b/doc/api/next_api_changes/behavior/<PRID>-GL.rst new file mode 100644 index 000000000000..cb6d925b797c --- /dev/null +++ b/doc/api/next_api_changes/behavior/<PRID>-GL.rst @@ -0,0 +1,10 @@ +Colorbars now have pan and zoom functionality +~~~~~~~~~~~~~~~~~~~~~~...
matplotlib/matplotlib
matplotlib__matplotlib-21374
https://github.com/matplotlib/matplotlib/pull/21374
diff --git a/doc/users/next_whats_new/snap_selector.rst b/doc/users/next_whats_new/snap_selector.rst new file mode 100644 index 000000000000..9ff0ccd87e0c --- /dev/null +++ b/doc/users/next_whats_new/snap_selector.rst @@ -0,0 +1,4 @@ +SpanSelector widget can now be snapped to specified values +~~~~~~~~~~~~~~~~~~~~~~~~~...
diff --git a/lib/matplotlib/tests/test_widgets.py b/lib/matplotlib/tests/test_widgets.py index cf98e3aea85e..11db0493a711 100644 --- a/lib/matplotlib/tests/test_widgets.py +++ b/lib/matplotlib/tests/test_widgets.py @@ -67,8 +67,7 @@ def test_rectangle_selector(): @pytest.mark.parametrize('spancoords', ['data', 'pixels...
[ { "path": "doc/users/next_whats_new/snap_selector.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/snap_selector.rst", "metadata": "diff --git a/doc/users/next_whats_new/snap_selector.rst b/doc/users/next_whats_new/snap_selector.rst\nnew file mode 100644\nindex 000000000000..9f...
3.5
574580c7d173bf08a23678d302b711492b971f3c
[ "lib/matplotlib/tests/test_widgets.py::test_rectangle_minspan[1-11-0-10-pixels]", "lib/matplotlib/tests/test_widgets.py::test_rectangle_minspan[0-10-0-10-data]", "lib/matplotlib/tests/test_widgets.py::test_span_selector_onselect[True]", "lib/matplotlib/tests/test_widgets.py::test_rectangle_selector_ignore_out...
[ "lib/matplotlib/tests/test_widgets.py::test_span_selector_snap", "lib/matplotlib/tests/test_widgets.py::test_snapping_values_span_selector" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [ { "type": "field", "name": "_snap" }, { "type": "function", "name": "_snap" } ] }
[ { "path": "doc/users/next_whats_new/snap_selector.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/snap_selector.rst", "metadata": "diff --git a/doc/users/next_whats_new/snap_selector.rst b/doc/users/next_whats_new/snap_selector.rst\nnew file mode 100644\nindex 000000000000..9f...
diff --git a/doc/users/next_whats_new/snap_selector.rst b/doc/users/next_whats_new/snap_selector.rst new file mode 100644 index 000000000000..9ff0ccd87e0c --- /dev/null +++ b/doc/users/next_whats_new/snap_selector.rst @@ -0,0 +1,4 @@ +SpanSelector widget can now be snapped to specified values +~~~~~~~~~~~~~~~~~~~~~~~~~...
matplotlib/matplotlib
matplotlib__matplotlib-20816
https://github.com/matplotlib/matplotlib/pull/20816
diff --git a/doc/users/next_whats_new/callback_blocking.rst b/doc/users/next_whats_new/callback_blocking.rst new file mode 100644 index 000000000000..090e06c61bbf --- /dev/null +++ b/doc/users/next_whats_new/callback_blocking.rst @@ -0,0 +1,25 @@ +``CallbackRegistry`` objects gain a method to temporarily block signals ...
diff --git a/lib/matplotlib/tests/test_cbook.py b/lib/matplotlib/tests/test_cbook.py index 47287524afde..474ea1a41d93 100644 --- a/lib/matplotlib/tests/test_cbook.py +++ b/lib/matplotlib/tests/test_cbook.py @@ -361,6 +361,39 @@ def test_callbackregistry_custom_exception_handler(monkeypatch, cb, excp): cb.proce...
[ { "path": "doc/users/next_whats_new/callback_blocking.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/callback_blocking.rst", "metadata": "diff --git a/doc/users/next_whats_new/callback_blocking.rst b/doc/users/next_whats_new/callback_blocking.rst\nnew file mode 100644\nindex ...
3.4
586fcffaae03e40f851c5bc854de290b89bae18e
[ "lib/matplotlib/tests/test_cbook.py::test_normalize_kwargs_pass[inp1-expected1-kwargs_to_norm1]", "lib/matplotlib/tests/test_cbook.py::test_normalize_kwargs_fail[inp1-kwargs_to_norm1]", "lib/matplotlib/tests/test_cbook.py::Test_boxplot_stats::test_boxplot_stats_autorange_false", "lib/matplotlib/tests/test_cbo...
[ "lib/matplotlib/tests/test_cbook.py::test_callbackregistry_blocking" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/users/next_whats_new/callback_blocking.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/callback_blocking.rst", "metadata": "diff --git a/doc/users/next_whats_new/callback_blocking.rst b/doc/users/next_whats_new/callback_blocking.rst\nnew file mode 100644\nindex ...
diff --git a/doc/users/next_whats_new/callback_blocking.rst b/doc/users/next_whats_new/callback_blocking.rst new file mode 100644 index 000000000000..090e06c61bbf --- /dev/null +++ b/doc/users/next_whats_new/callback_blocking.rst @@ -0,0 +1,25 @@ +``CallbackRegistry`` objects gain a method to temporarily block signals ...
matplotlib/matplotlib
matplotlib__matplotlib-23690
https://github.com/matplotlib/matplotlib/pull/23690
diff --git a/doc/users/next_whats_new/bar_label_formatting.rst b/doc/users/next_whats_new/bar_label_formatting.rst new file mode 100644 index 000000000000..cf64436086d4 --- /dev/null +++ b/doc/users/next_whats_new/bar_label_formatting.rst @@ -0,0 +1,31 @@ +Additional format string options in `~matplotlib.axes.Axes.bar_...
diff --git a/lib/matplotlib/tests/test_axes.py b/lib/matplotlib/tests/test_axes.py index 268eb957f470..6141d3220d06 100644 --- a/lib/matplotlib/tests/test_axes.py +++ b/lib/matplotlib/tests/test_axes.py @@ -7762,14 +7762,24 @@ def test_bar_label_location_errorbars(): assert labels[1].get_va() == 'top' -def tes...
[ { "path": "doc/users/next_whats_new/bar_label_formatting.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/bar_label_formatting.rst", "metadata": "diff --git a/doc/users/next_whats_new/bar_label_formatting.rst b/doc/users/next_whats_new/bar_label_formatting.rst\nnew file mode 10...
3.5
9b1fcf67c4228c4a2788af5bcaf0c6fde09a55bf
[ "lib/matplotlib/tests/test_axes.py::test_bxp_percentilewhis[png]", "lib/matplotlib/tests/test_axes.py::test_hexbin_log_clim", "lib/matplotlib/tests/test_axes.py::test_title_pad", "lib/matplotlib/tests/test_axes.py::test_twinx_axis_scales[png]", "lib/matplotlib/tests/test_axes.py::test_annotate_across_transf...
[ "lib/matplotlib/tests/test_cbook.py::test_auto_format_str[%d or {}-0.2-0 or {}]", "lib/matplotlib/tests/test_axes.py::test_bar_label_fmt_error", "lib/matplotlib/tests/test_cbook.py::test_auto_format_str[{:.2f} m-0.2-0.20 m]", "lib/matplotlib/tests/test_cbook.py::test_auto_format_str[{:.2%}-0.6666666666666666-...
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [ { "type": "function", "name": "_auto_format_str" }, { "type": "field", "name": "_auto_format_str" } ...
[ { "path": "doc/users/next_whats_new/bar_label_formatting.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/bar_label_formatting.rst", "metadata": "diff --git a/doc/users/next_whats_new/bar_label_formatting.rst b/doc/users/next_whats_new/bar_label_formatting.rst\nnew file mode 10...
diff --git a/doc/users/next_whats_new/bar_label_formatting.rst b/doc/users/next_whats_new/bar_label_formatting.rst new file mode 100644 index 000000000000..cf64436086d4 --- /dev/null +++ b/doc/users/next_whats_new/bar_label_formatting.rst @@ -0,0 +1,31 @@ +Additional format string options in `~matplotlib.axes.Axes.bar_...
matplotlib/matplotlib
matplotlib__matplotlib-20966
https://github.com/matplotlib/matplotlib/pull/20966
diff --git a/doc/users/next_whats_new/callbacks_on_norms.rst b/doc/users/next_whats_new/callbacks_on_norms.rst new file mode 100644 index 000000000000..1904a92d2fba --- /dev/null +++ b/doc/users/next_whats_new/callbacks_on_norms.rst @@ -0,0 +1,8 @@ +A callback registry has been added to Normalize objects +~~~~~~~~~~~~~...
diff --git a/lib/matplotlib/tests/test_colors.py b/lib/matplotlib/tests/test_colors.py index ae004e957591..bf89a3a82364 100644 --- a/lib/matplotlib/tests/test_colors.py +++ b/lib/matplotlib/tests/test_colors.py @@ -1,5 +1,6 @@ import copy import itertools +import unittest.mock from io import BytesIO import numpy ...
[ { "path": "doc/users/next_whats_new/callbacks_on_norms.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/callbacks_on_norms.rst", "metadata": "diff --git a/doc/users/next_whats_new/callbacks_on_norms.rst b/doc/users/next_whats_new/callbacks_on_norms.rst\nnew file mode 100644\nin...
3.4
1dff078a4645666af374dc55812788d37bea7612
[ "lib/matplotlib/tests/test_colors.py::test_colormap_reversing[OrRd_r]", "lib/matplotlib/tests/test_colors.py::test_colormap_reversing[cubehelix]", "lib/matplotlib/tests/test_image.py::test_imsave_fspath[png]", "lib/matplotlib/tests/test_colors.py::test_colormap_reversing[summer]", "lib/matplotlib/tests/test...
[ "lib/matplotlib/tests/test_colors.py::test_norm_callback", "lib/matplotlib/tests/test_colors.py::test_scalarmappable_norm_update" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/users/next_whats_new/callbacks_on_norms.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/callbacks_on_norms.rst", "metadata": "diff --git a/doc/users/next_whats_new/callbacks_on_norms.rst b/doc/users/next_whats_new/callbacks_on_norms.rst\nnew file mode 100644\nin...
diff --git a/doc/users/next_whats_new/callbacks_on_norms.rst b/doc/users/next_whats_new/callbacks_on_norms.rst new file mode 100644 index 000000000000..1904a92d2fba --- /dev/null +++ b/doc/users/next_whats_new/callbacks_on_norms.rst @@ -0,0 +1,8 @@ +A callback registry has been added to Normalize objects +~~~~~~~~~~~~~...
matplotlib/matplotlib
matplotlib__matplotlib-24728
https://github.com/matplotlib/matplotlib/pull/24728
diff --git a/doc/api/axes_api.rst b/doc/api/axes_api.rst index 07586690347f..3457368fa51c 100644 --- a/doc/api/axes_api.rst +++ b/doc/api/axes_api.rst @@ -110,11 +110,12 @@ Statistics :template: autosummary.rst :nosignatures: + Axes.ecdf Axes.boxplot Axes.violinplot - Axes.violin Axes.bxp + ...
diff --git a/lib/matplotlib/tests/test_axes.py b/lib/matplotlib/tests/test_axes.py index bd26419dee4d..b68ebcf57ba7 100644 --- a/lib/matplotlib/tests/test_axes.py +++ b/lib/matplotlib/tests/test_axes.py @@ -8448,3 +8448,36 @@ def test_rc_axes_label_formatting(): assert ax.xaxis.label.get_color() == 'red' asse...
[ { "path": "doc/api/axes_api.rst", "old_path": "a/doc/api/axes_api.rst", "new_path": "b/doc/api/axes_api.rst", "metadata": "diff --git a/doc/api/axes_api.rst b/doc/api/axes_api.rst\nindex 07586690347f..3457368fa51c 100644\n--- a/doc/api/axes_api.rst\n+++ b/doc/api/axes_api.rst\n@@ -110,11 +110,12 @@ ...
3.7
5a34696d712dcb9c939e726e234e28a3135974ff
[ "lib/matplotlib/tests/test_axes.py::test_stem_dates", "lib/matplotlib/tests/test_axes.py::test_errorbar_inputs_shotgun[kwargs12]", "lib/matplotlib/tests/test_axes.py::test_hist_zorder[stepfilled-1]", "lib/matplotlib/tests/test_axes.py::test_xaxis_offsetText_color", "lib/matplotlib/tests/test_axes.py::test_a...
[ "lib/matplotlib/tests/test_axes.py::test_ecdf[png]", "lib/matplotlib/tests/test_axes.py::test_ecdf_invalid" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [ { "type": "field", "name": "compress" }, { "type": "field", "name": "compress" }, { "type":...
[ { "path": "doc/api/axes_api.rst", "old_path": "a/doc/api/axes_api.rst", "new_path": "b/doc/api/axes_api.rst", "metadata": "diff --git a/doc/api/axes_api.rst b/doc/api/axes_api.rst\nindex 07586690347f..3457368fa51c 100644\n--- a/doc/api/axes_api.rst\n+++ b/doc/api/axes_api.rst\n@@ -110,11 +110,12 @@ ...
diff --git a/doc/api/axes_api.rst b/doc/api/axes_api.rst index 07586690347f..3457368fa51c 100644 --- a/doc/api/axes_api.rst +++ b/doc/api/axes_api.rst @@ -110,11 +110,12 @@ Statistics :template: autosummary.rst :nosignatures: + Axes.ecdf Axes.boxplot Axes.violinplot - Axes.violin Axes.bxp + ...
matplotlib/matplotlib
matplotlib__matplotlib-24937
https://github.com/matplotlib/matplotlib/pull/24937
diff --git a/doc/users/next_whats_new/pie_hatch.rst b/doc/users/next_whats_new/pie_hatch.rst new file mode 100644 index 000000000000..f54def10e954 --- /dev/null +++ b/doc/users/next_whats_new/pie_hatch.rst @@ -0,0 +1,18 @@ +``hatch`` parameter for pie +------------------------------------------- + +`~matplotlib.axes.Ax...
diff --git a/lib/matplotlib/tests/test_axes.py b/lib/matplotlib/tests/test_axes.py index f3f6b8938eb5..642316e4c000 100644 --- a/lib/matplotlib/tests/test_axes.py +++ b/lib/matplotlib/tests/test_axes.py @@ -5744,6 +5744,24 @@ def test_normalize_kwarg_pie(): assert abs(t2[0][-1].theta2 - 360.) > 1e-3 +@check_fi...
[ { "path": "doc/users/next_whats_new/pie_hatch.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/pie_hatch.rst", "metadata": "diff --git a/doc/users/next_whats_new/pie_hatch.rst b/doc/users/next_whats_new/pie_hatch.rst\nnew file mode 100644\nindex 000000000000..f54def10e954\n--- ...
3.5
c19b6f5e9dc011c3b31d9996368c0fea4dcd3594
[ "lib/matplotlib/tests/test_axes.py::test_stem_dates", "lib/matplotlib/tests/test_axes.py::test_errorbar_inputs_shotgun[kwargs12]", "lib/matplotlib/tests/test_axes.py::test_hist_zorder[stepfilled-1]", "lib/matplotlib/tests/test_axes.py::test_axline_transaxes_panzoom[png]", "lib/matplotlib/tests/test_axes.py:...
[ "lib/matplotlib/tests/test_axes.py::test_pie_hatch_multi[pdf]", "lib/matplotlib/tests/test_axes.py::test_pie_hatch_single[pdf]", "lib/matplotlib/tests/test_axes.py::test_pie_hatch_multi[svg]", "lib/matplotlib/tests/test_axes.py::test_pie_hatch_multi[png]", "lib/matplotlib/tests/test_axes.py::test_pie_hatch_...
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/users/next_whats_new/pie_hatch.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/pie_hatch.rst", "metadata": "diff --git a/doc/users/next_whats_new/pie_hatch.rst b/doc/users/next_whats_new/pie_hatch.rst\nnew file mode 100644\nindex 000000000000..f54def10e954\n--- ...
diff --git a/doc/users/next_whats_new/pie_hatch.rst b/doc/users/next_whats_new/pie_hatch.rst new file mode 100644 index 000000000000..f54def10e954 --- /dev/null +++ b/doc/users/next_whats_new/pie_hatch.rst @@ -0,0 +1,18 @@ +``hatch`` parameter for pie +------------------------------------------- + +`~matplotlib.axes.Ax...
matplotlib/matplotlib
matplotlib__matplotlib-24470
https://github.com/matplotlib/matplotlib/pull/24470
diff --git a/doc/users/next_whats_new/pie_hatch.rst b/doc/users/next_whats_new/pie_hatch.rst new file mode 100644 index 000000000000..f54def10e954 --- /dev/null +++ b/doc/users/next_whats_new/pie_hatch.rst @@ -0,0 +1,18 @@ +``hatch`` parameter for pie +------------------------------------------- + +`~matplotlib.axes.Ax...
diff --git a/lib/matplotlib/tests/test_axes.py b/lib/matplotlib/tests/test_axes.py index 3b471d4e0d92..7acd1040c5d6 100644 --- a/lib/matplotlib/tests/test_axes.py +++ b/lib/matplotlib/tests/test_axes.py @@ -5744,6 +5744,24 @@ def test_normalize_kwarg_pie(): assert abs(t2[0][-1].theta2 - 360.) > 1e-3 +@check_fi...
[ { "path": "doc/users/next_whats_new/pie_hatch.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/pie_hatch.rst", "metadata": "diff --git a/doc/users/next_whats_new/pie_hatch.rst b/doc/users/next_whats_new/pie_hatch.rst\nnew file mode 100644\nindex 000000000000..f54def10e954\n--- ...
3.5
e0dc18d51ef29118cc13e394f76641dcb5198846
[ "lib/matplotlib/tests/test_axes.py::test_stem_dates", "lib/matplotlib/tests/test_axes.py::test_errorbar_inputs_shotgun[kwargs12]", "lib/matplotlib/tests/test_axes.py::test_hist_zorder[stepfilled-1]", "lib/matplotlib/tests/test_axes.py::test_axline_transaxes_panzoom[png]", "lib/matplotlib/tests/test_axes.py:...
[ "lib/matplotlib/tests/test_axes.py::test_pie_hatch_multi[pdf]", "lib/matplotlib/tests/test_axes.py::test_pie_hatch_single[pdf]", "lib/matplotlib/tests/test_axes.py::test_pie_hatch_multi[svg]", "lib/matplotlib/tests/test_axes.py::test_pie_hatch_multi[png]", "lib/matplotlib/tests/test_axes.py::test_pie_hatch_...
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/users/next_whats_new/pie_hatch.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/pie_hatch.rst", "metadata": "diff --git a/doc/users/next_whats_new/pie_hatch.rst b/doc/users/next_whats_new/pie_hatch.rst\nnew file mode 100644\nindex 000000000000..f54def10e954\n--- ...
diff --git a/doc/users/next_whats_new/pie_hatch.rst b/doc/users/next_whats_new/pie_hatch.rst new file mode 100644 index 000000000000..f54def10e954 --- /dev/null +++ b/doc/users/next_whats_new/pie_hatch.rst @@ -0,0 +1,18 @@ +``hatch`` parameter for pie +------------------------------------------- + +`~matplotlib.axes.Ax...
matplotlib/matplotlib
matplotlib__matplotlib-23525
https://github.com/matplotlib/matplotlib/pull/23525
diff --git a/doc/users/next_whats_new/bar_plot_labels.rst b/doc/users/next_whats_new/bar_plot_labels.rst new file mode 100644 index 000000000000..6da57a317f59 --- /dev/null +++ b/doc/users/next_whats_new/bar_plot_labels.rst @@ -0,0 +1,16 @@ +Easier labelling of bars in bar plot +------------------------------------ + +...
diff --git a/lib/matplotlib/tests/test_axes.py b/lib/matplotlib/tests/test_axes.py index 51fbea3cfaaa..3a1ba341b2e0 100644 --- a/lib/matplotlib/tests/test_axes.py +++ b/lib/matplotlib/tests/test_axes.py @@ -1886,6 +1886,35 @@ def test_bar_hatches(fig_test, fig_ref): ax_test.bar(x, y, hatch=hatches) +@pytest.ma...
[ { "path": "doc/users/next_whats_new/bar_plot_labels.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/bar_plot_labels.rst", "metadata": "diff --git a/doc/users/next_whats_new/bar_plot_labels.rst b/doc/users/next_whats_new/bar_plot_labels.rst\nnew file mode 100644\nindex 00000000...
3.5
23100c42b274898f983011c12d5399a96982fe71
[ "lib/matplotlib/tests/test_axes.py::test_stem_dates", "lib/matplotlib/tests/test_axes.py::test_errorbar_inputs_shotgun[kwargs12]", "lib/matplotlib/tests/test_axes.py::test_hist_zorder[stepfilled-1]", "lib/matplotlib/tests/test_axes.py::test_axline_transaxes_panzoom[png]", "lib/matplotlib/tests/test_axes.py:...
[ "lib/matplotlib/tests/test_axes.py::test_bar_labels[x1-width1-label1-expected_labels1-_nolegend_]", "lib/matplotlib/tests/test_axes.py::test_bar_labels_length", "lib/matplotlib/tests/test_axes.py::test_bar_labels[x2-width2-label2-expected_labels2-_nolegend_]" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/users/next_whats_new/bar_plot_labels.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/bar_plot_labels.rst", "metadata": "diff --git a/doc/users/next_whats_new/bar_plot_labels.rst b/doc/users/next_whats_new/bar_plot_labels.rst\nnew file mode 100644\nindex 00000000...
diff --git a/doc/users/next_whats_new/bar_plot_labels.rst b/doc/users/next_whats_new/bar_plot_labels.rst new file mode 100644 index 000000000000..6da57a317f59 --- /dev/null +++ b/doc/users/next_whats_new/bar_plot_labels.rst @@ -0,0 +1,16 @@ +Easier labelling of bars in bar plot +------------------------------------ + +...
matplotlib/matplotlib
matplotlib__matplotlib-18869
https://github.com/matplotlib/matplotlib/pull/18869
diff --git a/doc/users/next_whats_new/version_info.rst b/doc/users/next_whats_new/version_info.rst new file mode 100644 index 000000000000..5c51f9fe7332 --- /dev/null +++ b/doc/users/next_whats_new/version_info.rst @@ -0,0 +1,15 @@ +Version information +------------------- +We switched to the `release-branch-semver`_ v...
diff --git a/lib/matplotlib/tests/test_matplotlib.py b/lib/matplotlib/tests/test_matplotlib.py index cad9433a562e..6f92b4ca0abd 100644 --- a/lib/matplotlib/tests/test_matplotlib.py +++ b/lib/matplotlib/tests/test_matplotlib.py @@ -7,6 +7,16 @@ import matplotlib +@pytest.mark.parametrize('version_str, version_tuple...
[ { "path": "doc/users/next_whats_new/version_info.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/version_info.rst", "metadata": "diff --git a/doc/users/next_whats_new/version_info.rst b/doc/users/next_whats_new/version_info.rst\nnew file mode 100644\nindex 000000000000..5c51f9...
3.4
b7d05919865fc0c37a0164cf467d5d5513bd0ede
[ "lib/matplotlib/tests/test_matplotlib.py::test_importable_with__OO", "lib/matplotlib/tests/test_matplotlib.py::test_importable_with_no_home", "lib/matplotlib/tests/test_matplotlib.py::test_use_doc_standard_backends" ]
[ "lib/matplotlib/tests/test_matplotlib.py::test_parse_to_version_info[3.5.0.post820+g6768ef8c4c-version_tuple3]", "lib/matplotlib/tests/test_matplotlib.py::test_parse_to_version_info[3.5.0-version_tuple0]", "lib/matplotlib/tests/test_matplotlib.py::test_parse_to_version_info[3.5.0.dev820+g6768ef8c4c-version_tupl...
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [ { "type": "function", "name": "_parse_to_version_info" }, { "type": "field", "name": "_parse_to_version_i...
[ { "path": "doc/users/next_whats_new/version_info.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/version_info.rst", "metadata": "diff --git a/doc/users/next_whats_new/version_info.rst b/doc/users/next_whats_new/version_info.rst\nnew file mode 100644\nindex 000000000000..5c51f9...
diff --git a/doc/users/next_whats_new/version_info.rst b/doc/users/next_whats_new/version_info.rst new file mode 100644 index 000000000000..5c51f9fe7332 --- /dev/null +++ b/doc/users/next_whats_new/version_info.rst @@ -0,0 +1,15 @@ +Version information +------------------- +We switched to the `release-branch-semver`_ v...
matplotlib/matplotlib
matplotlib__matplotlib-19553
https://github.com/matplotlib/matplotlib/pull/19553
diff --git a/doc/users/next_whats_new/callbacks_on_norms.rst b/doc/users/next_whats_new/callbacks_on_norms.rst new file mode 100644 index 000000000000..1904a92d2fba --- /dev/null +++ b/doc/users/next_whats_new/callbacks_on_norms.rst @@ -0,0 +1,8 @@ +A callback registry has been added to Normalize objects +~~~~~~~~~~~~~...
diff --git a/lib/matplotlib/tests/test_colors.py b/lib/matplotlib/tests/test_colors.py index ae004e957591..bf89a3a82364 100644 --- a/lib/matplotlib/tests/test_colors.py +++ b/lib/matplotlib/tests/test_colors.py @@ -1,5 +1,6 @@ import copy import itertools +import unittest.mock from io import BytesIO import numpy ...
[ { "path": "doc/users/next_whats_new/callbacks_on_norms.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/callbacks_on_norms.rst", "metadata": "diff --git a/doc/users/next_whats_new/callbacks_on_norms.rst b/doc/users/next_whats_new/callbacks_on_norms.rst\nnew file mode 100644\nin...
3.4
ca275dca26d746fb1ce59a16e8c0f7db42d6813a
[ "lib/matplotlib/tests/test_colors.py::test_colormap_reversing[OrRd_r]", "lib/matplotlib/tests/test_colors.py::test_colormap_reversing[cubehelix]", "lib/matplotlib/tests/test_image.py::test_imsave_fspath[png]", "lib/matplotlib/tests/test_colors.py::test_colormap_reversing[summer]", "lib/matplotlib/tests/test...
[ "lib/matplotlib/tests/test_colors.py::test_norm_callback", "lib/matplotlib/tests/test_colors.py::test_scalarmappable_norm_update" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/users/next_whats_new/callbacks_on_norms.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/callbacks_on_norms.rst", "metadata": "diff --git a/doc/users/next_whats_new/callbacks_on_norms.rst b/doc/users/next_whats_new/callbacks_on_norms.rst\nnew file mode 100644\nin...
diff --git a/doc/users/next_whats_new/callbacks_on_norms.rst b/doc/users/next_whats_new/callbacks_on_norms.rst new file mode 100644 index 000000000000..1904a92d2fba --- /dev/null +++ b/doc/users/next_whats_new/callbacks_on_norms.rst @@ -0,0 +1,8 @@ +A callback registry has been added to Normalize objects +~~~~~~~~~~~~~...
matplotlib/matplotlib
matplotlib__matplotlib-19743
https://github.com/matplotlib/matplotlib/pull/19743
diff --git a/doc/users/next_whats_new/legend-figure-outside.rst b/doc/users/next_whats_new/legend-figure-outside.rst new file mode 100644 index 000000000000..a78725b4e2b6 --- /dev/null +++ b/doc/users/next_whats_new/legend-figure-outside.rst @@ -0,0 +1,8 @@ +Figure legends can be placed outside figures using constraine...
diff --git a/lib/matplotlib/tests/test_legend.py b/lib/matplotlib/tests/test_legend.py index 56794a3428b8..a8d7fd107d8b 100644 --- a/lib/matplotlib/tests/test_legend.py +++ b/lib/matplotlib/tests/test_legend.py @@ -4,6 +4,7 @@ import warnings import numpy as np +from numpy.testing import assert_allclose import pyt...
[ { "path": "doc/users/next_whats_new/legend-figure-outside.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/legend-figure-outside.rst", "metadata": "diff --git a/doc/users/next_whats_new/legend-figure-outside.rst b/doc/users/next_whats_new/legend-figure-outside.rst\nnew file mod...
3.5
5793ebb2201bf778f08ac1d4cd0b8dd674c96053
[ "lib/matplotlib/tests/test_legend.py::test_legend_auto1[png]", "lib/matplotlib/tests/test_legend.py::test_framealpha[png]", "lib/matplotlib/tests/test_legend.py::test_alpha_rcparam[png]", "lib/matplotlib/tests/test_legend.py::test_cross_figure_patch_legend", "lib/matplotlib/tests/test_legend.py::test_legend...
[ "lib/matplotlib/tests/test_legend.py::test_figure_legend_outside" ]
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/users/next_whats_new/legend-figure-outside.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/legend-figure-outside.rst", "metadata": "diff --git a/doc/users/next_whats_new/legend-figure-outside.rst b/doc/users/next_whats_new/legend-figure-outside.rst\nnew file mod...
diff --git a/doc/users/next_whats_new/legend-figure-outside.rst b/doc/users/next_whats_new/legend-figure-outside.rst new file mode 100644 index 000000000000..a78725b4e2b6 --- /dev/null +++ b/doc/users/next_whats_new/legend-figure-outside.rst @@ -0,0 +1,8 @@ +Figure legends can be placed outside figures using constraine...
matplotlib/matplotlib
matplotlib__matplotlib-18715
https://github.com/matplotlib/matplotlib/pull/18715
diff --git a/doc/users/next_whats_new/auto_minor_tick.rst b/doc/users/next_whats_new/auto_minor_tick.rst new file mode 100644 index 000000000000..02db8f6beb38 --- /dev/null +++ b/doc/users/next_whats_new/auto_minor_tick.rst @@ -0,0 +1,5 @@ +rcParams for ``AutoMinorLocator`` divisions +----------------------------------...
diff --git a/lib/matplotlib/tests/test_ticker.py b/lib/matplotlib/tests/test_ticker.py index 15981c4c9047..3d38df575f09 100644 --- a/lib/matplotlib/tests/test_ticker.py +++ b/lib/matplotlib/tests/test_ticker.py @@ -211,6 +211,60 @@ def test_additional(self, lim, ref): assert_almost_equal(ax.yaxis.get_tickloc...
[ { "path": "doc/users/next_whats_new/auto_minor_tick.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/auto_minor_tick.rst", "metadata": "diff --git a/doc/users/next_whats_new/auto_minor_tick.rst b/doc/users/next_whats_new/auto_minor_tick.rst\nnew file mode 100644\nindex 00000000...
3.7
b61bb0b6392c23d38cd45c658bfcd44df145830d
[ "lib/matplotlib/tests/test_ticker.py::TestLogFormatter::test_pprint[1000-100-1000]", "lib/matplotlib/tests/test_ticker.py::TestScalarFormatter::test_offset_value[-0.492-0.492-0]", "lib/matplotlib/tests/test_ticker.py::TestPercentFormatter::test_basic[autodecimal, x<100%, display_range=8.4 (autodecimal test 2)]"...
[ "lib/matplotlib/tests/test_ticker.py::TestAutoMinorLocator::test_number_of_minor_ticks_int[2-lim0-ref0-True]", "lib/matplotlib/tests/test_ticker.py::TestAutoMinorLocator::test_number_of_minor_ticks_auto[lim1-ref1-False]", "lib/matplotlib/tests/test_ticker.py::TestAutoMinorLocator::test_number_of_minor_ticks_aut...
{ "header": "If completing this task requires creating new files, classes, fields, or error messages, you may consider using the following suggested entity names:", "data": [] }
[ { "path": "doc/users/next_whats_new/auto_minor_tick.rst", "old_path": "/dev/null", "new_path": "b/doc/users/next_whats_new/auto_minor_tick.rst", "metadata": "diff --git a/doc/users/next_whats_new/auto_minor_tick.rst b/doc/users/next_whats_new/auto_minor_tick.rst\nnew file mode 100644\nindex 00000000...
diff --git a/doc/users/next_whats_new/auto_minor_tick.rst b/doc/users/next_whats_new/auto_minor_tick.rst new file mode 100644 index 000000000000..02db8f6beb38 --- /dev/null +++ b/doc/users/next_whats_new/auto_minor_tick.rst @@ -0,0 +1,5 @@ +rcParams for ``AutoMinorLocator`` divisions +----------------------------------...