Noaa Oar Arl Monet Versions Save

The Model and ObservatioN Evaluation Toolkit (MONET)

v2.2.10

3 weeks ago

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: https://github.com/noaa-oar-arl/monet/compare/v2.2.9...v2.2.10

v2.2.9

8 months ago

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: https://github.com/noaa-oar-arl/monet/compare/v2.2.8...v2.2.9

v2.2.8

1 year ago

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

Full Changelog: https://github.com/noaa-oar-arl/monet/compare/v2.2.7...v2.2.8

v2.2.7

1 year ago

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

Full Changelog: https://github.com/noaa-oar-arl/monet/compare/v2.2.6...v2.2.7

v2.2.6

1 year ago

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

Full Changelog: https://github.com/noaa-oar-arl/monet/compare/v2.2.5...v2.2.6

v2.2.5

1 year ago

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

What's Changed

Full Changelog: https://github.com/noaa-oar-arl/monet/compare/v2.2.4...v2.2.5

v2.2.4

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/noaa-oar-arl/monet/compare/v2.2.3...v2.2.4

v2.2.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/noaa-oar-arl/monet/compare/v2.2.2...v2.2.3

v2.2.2

4 years ago

This includes minor big fixes and updates.

  • Updates the quick_map function to better handle global datasets
  • Updates quick_imshow to properly work with datasets
  • Adds a quick_contourf functionality similar to quick_map or quick_imshow
  • Adds a roll_dateline option to the quick view plotting functions for datasets that go from 0 -> 360 and not -180 -> 180
  • various other minor fixes

v2.2.1

4 years ago

This is a minor release that fixes some bugs introduced in the MONET-v2.2.0 release.

A few new functions have been added to the Monet-accessor

  • added some functions to try and help tidy the data for plotting and monet = tidy = wrap_longitudes
  • fixed remap_xesmf
  • added a new plotting too, quick_imshow. This can be significantly faster than quick_map but is only useful for regular grids
  • more minor bug fixes