Skip to content

Releases: noaa-oar-arl/monet

MONET v2.2.12

27 Sep 17:55
Compare
Choose a tag to compare

This release improves documentation for draw_map and the xarray accessor quick-plot methods (.monet.quick_{map,contourf,imshow})

What's Changed

  • Add links in plotting docstrings by @zmoon in #157

Full Changelog: v2.2.11...v2.2.12

MONET v2.2.11

19 Sep 19:33
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.2.10...v2.2.11

MONET v2.2.10

11 Apr 22:03
Compare
Choose a tag to compare

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

Full Changelog: v2.2.9...v2.2.10

MONET v2.2.9

25 Aug 17:45
Compare
Choose a tag to compare

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

Full Changelog: v2.2.8...v2.2.9

MONET v2.2.8

01 Mar 23:31
Compare
Choose a tag to compare

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

22 Dec 04:03
Compare
Choose a tag to compare

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

13 Sep 12:06
Compare
Choose a tag to compare

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

01 Jul 20:43
Compare
Choose a tag to compare

No changes to MONET itself, just some packaging changes and CI updates/fixes.

What's Changed

  • Use setup.cfg for package metadata by @zmoon in #107

Full Changelog: v2.2.4...v2.2.5

MONET v2.2.4

07 Mar 19:55
Compare
Choose a tag to compare

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

01 Mar 03:11
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @zmoon made their first contribution in #93

Full Changelog: v2.2.2...v2.2.3