Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
| numpy | 1.24 | 1.26 |
| xarray | 2023.9 | 2024.7 |


- Removed `infer_interval_breaks` function deprecated in v0.3.0 ([#177](https://github.com/mpytools/mplotutils/pull/177)).

### Enhancements

- Add python 3.13 to list of supported versions ([#158](https://github.com/mpytools/mplotutils/pull/158)).
Expand Down
3 changes: 0 additions & 3 deletions mplotutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from mplotutils._map_layout import set_map_layout
from mplotutils._mpl import _get_renderer
from mplotutils._savefig import autodraw
from mplotutils._xrcompat import infer_interval_breaks

autodraw(True)

Expand All @@ -35,7 +34,6 @@
"hatch_map_global",
"hatch_map",
"hatch",
"infer_interval_breaks",
"sample_data_map",
"sample_dataarray",
"set_map_layout",
Expand All @@ -61,7 +59,6 @@ def __getattr__(attr):
"colormaps",
"map_layout",
"mpl",
"xrcompat",
)

import mplotutils
Expand Down
89 changes: 0 additions & 89 deletions mplotutils/_xrcompat.py

This file was deleted.

82 changes: 0 additions & 82 deletions mplotutils/tests/test_infer_interval_breaks.py

This file was deleted.

1 change: 0 additions & 1 deletion mplotutils/tests/test_rename_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"colormaps": ("from_levels_and_cmap",),
"map_layout": ("set_map_layout",),
"mpl": ("_get_renderer",),
"xrcompat": ("infer_interval_breaks",),
}


Expand Down
8 changes: 0 additions & 8 deletions mplotutils/xrcompat.py

This file was deleted.