MONET v2.2.11
This is a small release adding the ability to automatically draw US counties with counties=True
in draw_map
(map_kws={"counties": True}
in the quick plots).
What's Changed
- Add capability to plot counties by @blychs in #153
- Document
draw_map()
by @zmoon in #154 - Update pre-commit hooks by @zmoon in #156
New Contributors
Full Changelog: v2.2.10...v2.2.11