Skip to content

Commit b60e32d

Browse files
authored
remove deprecated infer_interval_breaks fcn (#177)
* remove deprecated infer_interval_breaks fcn * changelog
1 parent d74c462 commit b60e32d

File tree

6 files changed

+3
-183
lines changed

6 files changed

+3
-183
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
| numpy | 1.24 | 1.26 |
1515
| xarray | 2023.9 | 2024.7 |
1616

17+
18+
- Removed `infer_interval_breaks` function deprecated in v0.3.0 ([#177](https://github.com/mpytools/mplotutils/pull/177)).
19+
1720
### Enhancements
1821

1922
- Add python 3.13 to list of supported versions ([#158](https://github.com/mpytools/mplotutils/pull/158)).

mplotutils/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from mplotutils._map_layout import set_map_layout
2020
from mplotutils._mpl import _get_renderer
2121
from mplotutils._savefig import autodraw
22-
from mplotutils._xrcompat import infer_interval_breaks
2322

2423
autodraw(True)
2524

@@ -35,7 +34,6 @@
3534
"hatch_map_global",
3635
"hatch_map",
3736
"hatch",
38-
"infer_interval_breaks",
3937
"sample_data_map",
4038
"sample_dataarray",
4139
"set_map_layout",
@@ -61,7 +59,6 @@ def __getattr__(attr):
6159
"colormaps",
6260
"map_layout",
6361
"mpl",
64-
"xrcompat",
6562
)
6663

6764
import mplotutils

mplotutils/_xrcompat.py

Lines changed: 0 additions & 89 deletions
This file was deleted.

mplotutils/tests/test_infer_interval_breaks.py

Lines changed: 0 additions & 82 deletions
This file was deleted.

mplotutils/tests/test_rename_modules.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"colormaps": ("from_levels_and_cmap",),
1818
"map_layout": ("set_map_layout",),
1919
"mpl": ("_get_renderer",),
20-
"xrcompat": ("infer_interval_breaks",),
2120
}
2221

2322

mplotutils/xrcompat.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)