Releases: noaa-oar-arl/monet
MONET v2.2.12
This release improves documentation for draw_map
and the xarray accessor quick-plot methods (.monet.quick_{map,contourf,imshow}
)
What's Changed
Full Changelog: v2.2.11...v2.2.12
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
MONET v2.2.10
This is a bugfix and maintenance release. #148 updated the scores function (monet.util.stats.scores()
), which computes a contingency table for forecast validation, to handle some edge cases.
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #144
- Spelling by @zmoon in #145
- Bump actions/setup-python from 4 to 5 by @dependabot in #146
- Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #147
- Handle some edge cases in scores function by @zmoon in #148
- Fix broken Python 3 Statement link by @zmoon in #150
Full Changelog: v2.2.9...v2.2.10
MONET v2.2.9
This is a maintenance release. The RTD docs build is now fixed, and the docs have been refreshed a bit, including the addition of API documentation for the xarray and pandas accessors (#130).
What's Changed
- Lower-bound xesmf in dev env by @zmoon in #128
- Please codespell by @zmoon in #129
- Fix CI for Python 3.6 by @zmoon in #132
- Bump mamba-org/provision-with-micromamba from 15 to 16 by @dependabot in #137
- Bump codespell-project/actions-codespell from 1 to 2 by @dependabot in #136
- Fix stratify usage for v0.3 and add tests by @zmoon in #135
- Update docs config by @zmoon in #130
- Speed up CI a bit by avoiding micromamba call if not needed by @zmoon in #139
- Fix CI xESMF version check by @zmoon in #142
- Bump mamba-org/provision-with-micromamba from 15 to 16 by @dependabot in #141
- CI: Move to
setup-micromamba
by @zmoon in #143
Full Changelog: v2.2.8...v2.2.9
MONET v2.2.8
This release has a few plotting-related fixes (#123, #124), and using MONET now shouldn't affect your global Matplotlib styles (#125).
What's Changed
- Bump mamba-org/provision-with-micromamba from 14 to 15 by @dependabot in #122
- Eliminate mpl styling side effects by using Seaborn context managers by @zmoon in #125
- Fix passing
ax
in quick plot methods by @zmoon in #123 - Fix
.monet.quick_contourf
e.g. for new RRFS domain by @zmoon in #124
Full Changelog: v2.2.7...v2.2.8
MONET v2.2.7
This is a maintenance release. It also adds a new remap/combine function that is currently being used by the MM aircraft group (#97).
What's Changed
- Bump mamba-org/provision-with-micromamba from 13 to 14 by @dependabot in #117
- Fix failing xesmf remap test by @zmoon in #119
- Combine spatial data and xarray point obs by @zmoon in #97
- Fix some spelling and add codespell CI job by @zmoon in #120
- Test
combine_da_to_da
by @zmoon in #121
Full Changelog: v2.2.6...v2.2.7
MONET v2.2.6
This is a bugfix release.
Important: fixes quick_map()
(under the monet
DataArray accessor) and the other quick plot methods for use with cartopy v0.21
What's Changed
- Fix
.monet.remap_xesmf()
for Dataset-to-Dataset by @zmoon in #112 - Initial CI workflow by @zmoon in #114
- Update cartopy usage for cartopy v0.21 by @zmoon in #116
Full Changelog: v2.2.5...v2.2.6
MONET v2.2.5
No changes to MONET itself, just some packaging changes and CI updates/fixes.
What's Changed
Full Changelog: v2.2.4...v2.2.5
MONET v2.2.4
What's Changed
- Update codes for unstructured grid (CESM-SE) by @Duseong in #102
- Note: for MELODIES MONET
- Bump actions/setup-python from 2 to 3 by @dependabot in #101
New Contributors
- @Duseong made their first contribution in #102
- @dependabot made their first contribution in #101
- Add GH default Python gitignore lines
Full Changelog: v2.2.3...v2.2.4
MONET v2.2.3
What's Changed
- Fix constant latlon by @bbakernoaa in #85
- Quick contourf by @bbakernoaa in #87
- Reformat by @bbakernoaa in #89
- Monet logo by @bbakernoaa in #90
- Wrf chem fix name by @bbakernoaa in #91
- fix: change line widths to be a little lighter by @bbakernoaa in #92
- Remove existing
.DS_Store
s by @zmoon in #93 - Some small docs fixes by @zmoon in #94
- pre-commit by @zmoon in #100
savefig
features by @zmoon in #99
New Contributors
Full Changelog: v2.2.2...v2.2.3