Skip to content

Releases: NOAA-OWP/gval

v0.2.7

21 Jun 05:09
19f8c1d
Compare
Choose a tag to compare

This release addresses memory accumulation and promotion of numerical datatypes.

  • Pairing functions no longer automatically cast numeric datatypes to 64 bit
  • Changed engine of flox xarray_reduce to decrease memory footprint
  • Catalog comparisons no longer accumulate memory
  • Dask dependencies were upgraded and xarray-spatial was removed
  • Changed S3 data source for unit tests

v0.2.5

02 Jan 20:23
2eeb8e1
Compare
Choose a tag to compare

Includes probabilistic statistical data type evaluations, updates to processing integers in continuous evaluations, STAC Client IO, NOX unit testing, and updates to documentation.

v0.2.3

26 Oct 17:30
0acd820
Compare
Choose a tag to compare

Includes functionality and patches for the following:

Catalog Comparisons
Subsampling maps for metrics and agreement maps within or excluding regions of interest
Adjusted workflow for performance and memory management
Cleanup and bug fixes

v0.1.2

03 Aug 16:30
5a5b469
Compare
Choose a tag to compare

Includes functionality and patches for the following:

  • Attribute tracking
  • Public rasterize and vectorize data functions
  • Inclusion of new categorical statistics
  • Cleanup and bug fixes

v0.1.1

07 Jul 16:49
47e82fd
Compare
Choose a tag to compare

First functional build made for PyPI. Includes:

  • Two-class categorical, multicategorical, and continuous comparisons in raster space.
  • Functionality to create agreement maps, cross-tabulation tables, and both categorical and continuous statistical metrics.
  • Means to convert vector datatypes in to raster space and convert agreement map back to a vector format.
  • Custom classes to batch process agreement maps and statistics as well as allowing registration of custom functions for both.
  • Utilities for loading datasets from S3, visualization, and defining schemas for DataFrame types.
  • Memory optimization, memory and performance benchmarking, unit testing, and code linting.
  • Precommit hooks, pipeline builds, and means to push packages to PyPI.
  • GitHub.io documentation including Tutorials and an API for public facing code.