Releases: NOAA-GSL/wxvx
Releases · NOAA-GSL/wxvx
v0.4.2
What's Changed
- Generate and use time-coordinate values as either a) cycle+leadtime pairs representing forecast output, or b) absolute times with 0 leadtime representing
truthdata, as appropriate by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/95
Full Changelog: maddenp-cu/wxvx@v0.4.1...v0.4.2
v0.4.1
What's Changed
- Limit
multiprocessingpool size by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/93
Full Changelog: maddenp-cu/wxvx@v0.4.0...v0.4.1
v0.4.0
What's Changed
- Recharacterize
baselineconcept astruth, and letbaselinerefer to gridded data, potentially distinct from thetruthdataset, to verify and potentially plot alongside theforecastdataset by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/86 https://github.com/maddenp-cu/wxvx/pull/87 - Minimize the use of magic strings in the codebase by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/88
- Address
bad interpreter: Text file busyissue observed on some systems by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/89 - Close and terminate multiprocessing Pool by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/90
- Tooling update: Install type packages explicitly by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/91
- Use iotaa 1.6 by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/92
Full Changelog: maddenp-cu/wxvx@v0.3.0...v0.4.0
v0.3.0
What's Changed
- Enable branch coverage in tests by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/69
- Fix reporting of input forecast file path by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/70
- Check for GRIB-grid readiness based on message (not file) by @elcarpenterNOAA in https://github.com/maddenp-cu/wxvx/pull/74
- Repurpose
-s/--showto display realized user config by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/76 - Log number of threads used when > 1 by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/81
- Write ecCodes index file atomically, and log by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/82
- Avoid potential race condition on
requests.Sessioninwxvx.netby @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/83 - Avoid potential race condition on
multiprocessing.Poolinwxvx.utilby @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/84 - Update to
v0.3.0and useiotaav1.5.*by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/85
Full Changelog: maddenp-cu/wxvx@v0.2.1...v0.3.0
v0.2.1
What's Changed
- Fix bug whereby input data whose format could not determined would nevertheless be processed by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/68
Full Changelog: maddenp-cu/wxvx@v0.2.0...v0.2.1
v0.2.0
What's Changed
- Provide cycle and leadtime for
baseline.urlrendering by @elcarpenterNOAA in https://github.com/maddenp-cu/wxvx/pull/50 regrid.toclarification by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/55- Improve CLI by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/56
- Support verification of GRIB-based forecast datasets by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/58
- Config tweaks by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/59
- Add top-level
ncobstask for prepbufr -> netCDF translation by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/60 - Preserve raw config and expand
util.render()to accept acontextparam by @elcarpenterNOAA in https://github.com/maddenp-cu/wxvx/pull/63 - Clarify purpose of variable key names for GRIB forecast datasets in
README.mdby @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/64 - Add support for
envJinja2 filter by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/65 - Fix model labeling bug by @elcarpenterNOAA in https://github.com/maddenp-cu/wxvx/pull/66
- Plot serially and handle missing input files by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/67
Full Changelog: maddenp-cu/wxvx@v0.1.0...v0.2.0
v0.1.0
What's Changed
- Dependency updates & fixes for .stat files by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/1
- Masking support by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/2
- Updates by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/3
- FSS stat support + various updates by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/4
- VarMeta Updates by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/5
- Adding plot task by @elcarpenterNOAA in https://github.com/maddenp-cu/wxvx/pull/6
- Sigint fix by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/7
- Adding support for plotting all statistics by @elcarpenterNOAA in https://github.com/maddenp-cu/wxvx/pull/8
- Rename time functions & make public by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/9
- Use hyphens instead of underscores in plot filenames by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/10
- Tooling updates by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/11
- Generalization to support more forecast datasets by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/12
- Update to use iotaa 'ref' instead of 'refs' by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/13
- Support for irregularly spaced cycles and leadtimes by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/14
- Parameterized forecast path by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/15
- Push atomic() calls down into fetch() by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/16
- More GFS variables by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/17
- Add VerMeta objects for u_10m, v_10m by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/27
- Use streaming and chunked HTTP reads and writes to reduce memory usage by @elcarpenterNOAA in https://github.com/maddenp-cu/wxvx/pull/28
- Expose interpolation method (and target grid) as config options by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/29
- Support finding baseline data on local filesystem paths by @elcarpenterNOAA in https://github.com/maddenp-cu/wxvx/pull/31
- Data-file format detection by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/34
- Use Jinja2 to render baseline.url, forecast.path by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/38
- Prototype obs workflow by @DavidBurrows-NCO in https://github.com/maddenp-cu/wxvx/pull/40
- Fix plots via simplified point_stat config by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/41
- Work on pb2nc / point_stat configs by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/42
- Add missing wxvx.workflow unit tests by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/43
- Support local prepbufr baseline files by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/45
- Add runtime checks by @maddenp-cu in https://github.com/maddenp-cu/wxvx/pull/46
- Make
forecast.projectionoptional by @elcarpenterNOAA in https://github.com/maddenp-cu/wxvx/pull/47
Full Changelog: https://github.com/maddenp-cu/wxvx/commits/v0.1.0