Recent Releases of monet

monet - v2.3.0

What's Changed

  • Update docs env by @zmoon in https://github.com/noaa-oar-arl/monet/pull/158
  • Bump mamba-org/setup-micromamba from 1 to 2 by @dependabot in https://github.com/noaa-oar-arl/monet/pull/159
  • Longitude normalization by @zmoon in https://github.com/noaa-oar-arl/monet/pull/160
  • Add disclaimer by @zmoon in https://github.com/noaa-oar-arl/monet/pull/162
  • Ignore paper link check giving 403 by @zmoon in https://github.com/noaa-oar-arl/monet/pull/163
  • Enhance documentation with detailed parameter descriptions and exampl… by @bbakernoaa in https://github.com/noaa-oar-arl/monet/pull/164
  • Feature/monet2.3.0 by @bbakernoaa in https://github.com/noaa-oar-arl/monet/pull/166

Full Changelog: https://github.com/noaa-oar-arl/monet/compare/v2.2.12...v2.3.0

- Python
Published by bbakernoaa 12 months ago

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

  • Add links in plotting docstrings by @zmoon in https://github.com/noaa-oar-arl/monet/pull/157

Full Changelog: https://github.com/noaa-oar-arl/monet/compare/v2.2.11...v2.2.12

- Python
Published by zmoon over 1 year ago

monet - 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 https://github.com/noaa-oar-arl/monet/pull/153
  • Document draw_map() by @zmoon in https://github.com/noaa-oar-arl/monet/pull/154
  • Update pre-commit hooks by @zmoon in https://github.com/noaa-oar-arl/monet/pull/156

New Contributors

  • @blychs made their first contribution in https://github.com/noaa-oar-arl/monet/pull/153

Full Changelog: https://github.com/noaa-oar-arl/monet/compare/v2.2.10...v2.2.11

- Python
Published by zmoon over 1 year ago

monet - 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 https://github.com/noaa-oar-arl/monet/pull/144
  • Spelling by @zmoon in https://github.com/noaa-oar-arl/monet/pull/145
  • Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/noaa-oar-arl/monet/pull/146
  • Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in https://github.com/noaa-oar-arl/monet/pull/147
  • Handle some edge cases in scores function by @zmoon in https://github.com/noaa-oar-arl/monet/pull/148
  • Fix broken Python 3 Statement link by @zmoon in https://github.com/noaa-oar-arl/monet/pull/150

Full Changelog: https://github.com/noaa-oar-arl/monet/compare/v2.2.9...v2.2.10

- Python
Published by zmoon about 2 years ago

monet - 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 https://github.com/noaa-oar-arl/monet/pull/128
  • Please codespell by @zmoon in https://github.com/noaa-oar-arl/monet/pull/129
  • Fix CI for Python 3.6 by @zmoon in https://github.com/noaa-oar-arl/monet/pull/132
  • Bump mamba-org/provision-with-micromamba from 15 to 16 by @dependabot in https://github.com/noaa-oar-arl/monet/pull/137
  • Bump codespell-project/actions-codespell from 1 to 2 by @dependabot in https://github.com/noaa-oar-arl/monet/pull/136
  • Fix stratify usage for v0.3 and add tests by @zmoon in https://github.com/noaa-oar-arl/monet/pull/135
  • Update docs config by @zmoon in https://github.com/noaa-oar-arl/monet/pull/130
  • Speed up CI a bit by avoiding micromamba call if not needed by @zmoon in https://github.com/noaa-oar-arl/monet/pull/139
  • Fix CI xESMF version check by @zmoon in https://github.com/noaa-oar-arl/monet/pull/142
  • Bump mamba-org/provision-with-micromamba from 15 to 16 by @dependabot in https://github.com/noaa-oar-arl/monet/pull/141
  • CI: Move to setup-micromamba by @zmoon in https://github.com/noaa-oar-arl/monet/pull/143

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

- Python
Published by zmoon almost 3 years ago

monet - 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 https://github.com/noaa-oar-arl/monet/pull/122
  • Eliminate mpl styling side effects by using Seaborn context managers by @zmoon in https://github.com/noaa-oar-arl/monet/pull/125
  • Fix passing ax in quick plot methods by @zmoon in https://github.com/noaa-oar-arl/monet/pull/123
  • Fix .monet.quick_contourf e.g. for new RRFS domain by @zmoon in https://github.com/noaa-oar-arl/monet/pull/124

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

- Python
Published by zmoon over 3 years ago

monet - 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 https://github.com/noaa-oar-arl/monet/pull/117
  • Fix failing xesmf remap test by @zmoon in https://github.com/noaa-oar-arl/monet/pull/119
  • Combine spatial data and xarray point obs by @zmoon in https://github.com/noaa-oar-arl/monet/pull/97
  • Fix some spelling and add codespell CI job by @zmoon in https://github.com/noaa-oar-arl/monet/pull/120
  • Test combine_da_to_da by @zmoon in https://github.com/noaa-oar-arl/monet/pull/121

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

- Python
Published by zmoon over 3 years ago

monet - 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 https://github.com/noaa-oar-arl/monet/pull/112
  • Initial CI workflow by @zmoon in https://github.com/noaa-oar-arl/monet/pull/114
  • Update cartopy usage for cartopy v0.21 by @zmoon in https://github.com/noaa-oar-arl/monet/pull/116

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

- Python
Published by zmoon over 3 years ago

monet - MONET v2.2.5

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 https://github.com/noaa-oar-arl/monet/pull/107

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

- Python
Published by zmoon almost 4 years ago

monet - MONET v2.2.4

What's Changed

  • Update codes for unstructured grid (CESM-SE) by @Duseong in https://github.com/noaa-oar-arl/monet/pull/102
    • Note: for MELODIES MONET
  • Bump actions/setup-python from 2 to 3 by @dependabot in https://github.com/noaa-oar-arl/monet/pull/101

New Contributors

  • @Duseong made their first contribution in https://github.com/noaa-oar-arl/monet/pull/102
  • @dependabot made their first contribution in https://github.com/noaa-oar-arl/monet/pull/101
  • Add GH default Python gitignore lines

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

- Python
Published by zmoon about 4 years ago

monet - MONET v2.2.3

What's Changed

  • Fix constant latlon by @bbakernoaa in https://github.com/noaa-oar-arl/monet/pull/85
  • Quick contourf by @bbakernoaa in https://github.com/noaa-oar-arl/monet/pull/87
  • Reformat by @bbakernoaa in https://github.com/noaa-oar-arl/monet/pull/89
  • Monet logo by @bbakernoaa in https://github.com/noaa-oar-arl/monet/pull/90
  • Wrf chem fix name by @bbakernoaa in https://github.com/noaa-oar-arl/monet/pull/91
  • fix: change line widths to be a little lighter by @bbakernoaa in https://github.com/noaa-oar-arl/monet/pull/92
  • Remove existing .DS_Stores by @zmoon in https://github.com/noaa-oar-arl/monet/pull/93
  • Some small docs fixes by @zmoon in https://github.com/noaa-oar-arl/monet/pull/94
  • pre-commit by @zmoon in https://github.com/noaa-oar-arl/monet/pull/100
  • savefig features by @zmoon in https://github.com/noaa-oar-arl/monet/pull/99

New Contributors

  • @zmoon made their first contribution in https://github.com/noaa-oar-arl/monet/pull/93

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

- Python
Published by zmoon over 4 years ago

monet - MONET-v2.2.2

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 quickcontourf functionality similar to quickmap 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

- Python
Published by bbakernoaa about 6 years ago

monet - MONET-v2.2.1

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, quickimshow. This can be significantly faster than quickmap but is only useful for regular grids
  • more minor bug fixes

- Python
Published by bbakernoaa about 6 years ago

monet - MONET-v2.2.0

This release provides several major updates:

  • Removes many I/O functions into a new repository, https://github.com/noaa-oar-arl/monetio, so that MONET can stay lean and focused.
  • Adds pyresample back as the default restructure because esmpy and xesmf is not available on windows
  • Adds some default functionality to read common data formats like netCDF CF convention with XArray but still have the monet accessor options
  • Adds a conversion from cftime to datetime xarray objects
  • fixes the quick_map xarray.DataArray accessor so that it will work on generic netcdf files in the CF convention
  • Adds a pandas accessor to gain functionality for use with surface observational datasets
  • Adds a function to convert monetio dataframes into little_r formatted lists or pandas data frames for use in METplus
  • removes the hysplitutil directory as this will be migrating to a new repository focused on hysplit
  • many bug fixes for accessor functionality

- Python
Published by bbakernoaa about 6 years ago

monet - v2.1.2

- Python
Published by bbakernoaa about 7 years ago

monet - MONET v2.0

This is a major upgrade for MONET. We have improved and added more measurements, included vertical interpolation, spatial interpolation, spatial grid information and more utility functions for non-point observations and models through the use of a XArray accessor.

- Python
Published by bbakernoaa over 7 years ago

monet - The Model and ObservatioN Evaluation Toolkit (MONET)

- Python
Published by bbakernoaa over 8 years ago