Skip to content

Releases: noaa-oar-arl/monetio

MONETIO v0.2.6

12 Apr 17:16
Compare
Choose a tag to compare

This maintenance and bugfix release also includes two new readers: icap_mme (International Cooperative for Aerosol Prediction Multi-Model Ensemble) and gml_ozonesonde (NOAA GML ozonesondes, currently just the 100-m interpolated data).

What's Changed

Full Changelog: v0.2.5...v0.2.6

MONETIO v0.2.5

27 Oct 16:25
Compare
Choose a tag to compare

This is a maintenance release, mostly focused on CI but there are also some fixes for readers.

What's Changed

  • Fix Sphinx link check failure for AQS by @zmoon in #133
  • AERONET dates when parallel option used by @zmoon in #125
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #135
  • Spelling by @zmoon in #136
  • AQS now doesn't need special OpenSSL treatment by @zmoon in #137
  • Deal with AirNow UTC offsets that are 0 but shouldn't be by @zmoon in #126
  • For AirNow UTC offset test, use yesterday instead of current day by @zmoon in #142
  • Hysplitdev by @amcz in #140
  • Add retries for Sphinx linkcheck by @zmoon in #143

Full Changelog: v0.2.4...v0.2.5

MONETIO v0.2.4

25 Aug 17:50
Compare
Choose a tag to compare

This release includes bug fixes for the ISH (ISD and ISDLite), OpenAQ, and HYSPLIT readers, as well as CI maintenance.

What's Changed

Full Changelog: v0.2.3...v0.2.4

MONETIO v0.2.3

07 Apr 23:38
Compare
Choose a tag to compare

This is primarily a maintenance and bugfix release. Fixes include HYSPLIT PARDUMP reading on Windows and the ISH (aka ISD) readers. There are also some updates/fixes in support of MELODIES MONET, including a few new "private" readers and one new public reader (raqms).

lxml was added to the conda-forge recipe for the ISH readers, which use pandas.read_html.

What's Changed

  • Remove module-level Dask progress bar registration by @zmoon in #75
  • Develop satellite by @dwfncar in #71
  • Updated pytspack install by @zmoon in #76
  • Fix RRFS-CMAQ reader memory issue by @zmoon in #77
  • build(deps): bump mamba-org/provision-with-micromamba from 12 to 13 by @dependabot in #80
  • Short fix to _cesm_se_mm reader for cases in which only surface variables are present in the var_list. by @dwfncar in #81
  • Be more strict about RRFS-CMAQ reader PM2.5 merge by @zmoon in #79
  • AERONET interp for daily product by @zmoon in #84
  • _gridded_eos_mm.py reader for gridded NASA EOS hdf files by @dwfncar in #88
  • Convert pressure variables in RAQMS reader by @zmoon in #85
  • build(deps): bump mamba-org/provision-with-micromamba from 13 to 14 by @dependabot in #91
  • Work around EPA AQS server OpenSSL 3 incompat by @zmoon in #93
  • raqms: Add surf_only option by @zmoon in #92
  • Fix WRF-Chem reader to work with latest xarray by @rschwant in #95
  • Ignore KZ filter ref link by @zmoon in #96
  • Revert recent RRFS-CMAQ MM change by @zmoon in #97
  • build(deps): bump mamba-org/provision-with-micromamba from 14 to 15 by @dependabot in #98
  • Fix pardump reading on some platforms by @zmoon in #101
  • Fix ISH-lite reader by @bbakernoaa in #105
  • Fix ISH reader by @bbakernoaa in #107

New Contributors

Full Changelog: v0.2.2...v0.2.3

MONETIO v0.2.2

28 Jun 23:27
Compare
Choose a tag to compare

This release contains fixes for bugs that were uncovered when @rschwant was attempting to run the MELODIES MONET observation processing example notebooks.

What's Changed

Full Changelog: v0.2.1...v0.2.2

MONETIO v0.2.1

23 Jun 17:23
Compare
Choose a tag to compare

What's Changed

  • Initial GEOMS reader for TOLNet by @zmoon in #57
    • Reads the single-profile "calval" files
  • CI updates
    • Target develop branch with dependabot
    • Update CI to use micromamba by @zmoon in #67
    • Use mamba for Read the Docs (to avoid memory issues in conda env creation)
    • Update pre-commit and GHA versions

Full Changelog: v0.2.0...v0.2.1

MONETIO v0.2

08 Mar 04:52
Compare
Choose a tag to compare

This release includes:

  • fixes and new features for the AERONET and AirNow readers
  • various updates to the HYSPLIT tooling
  • dev updates (adding pre-commit, initial tests, API documentation updates, CITATION.cff, ...)
  • some readers for MELODIES MONET

What's Changed

New Contributors

Full Changelog: v0.1...v0.2.0

MONETIO v0.1

31 Mar 19:20
4bf7a91
Compare
Choose a tag to compare

This is the initial release of monetio version 0.1. monetio is was formed to house the I/O operations of the Model and Observation Evaluation Tool (MONET; Baker and Pan 2017).