Skip to content

Releases: JonKing93/DASH

DASH v3.4.1

12 Feb 22:12
Compare
Choose a tag to compare

Patch details:

v3.4.0 renamed the method "ensembleMetadata.getClosestLatLonIndex" to "ensembleMetadata.closestLatLonIndex", which may have adversely affected user PSMs. This patch corrects the problem by redirecting calls to "getClosestLatLonIndex" to "closestLatLonIndex" and warns of the removal of the old method in a future release.

DASH v3.4.0

06 Feb 19:01
Compare
Choose a tag to compare
  1. Fast calculation of state indices for many PSMs.
  2. Enabled manually setting PSM state indices.

DASH v3.3.1

05 Feb 21:43
Compare
Choose a tag to compare
  1. Grid files are faster to build.
  2. Ensembles are faster to build.
  3. Ensemble building scales with ensemble members, not files in associated .grid files.

DASH v3.3.0

23 Jan 21:25
Compare
Choose a tag to compare
  1. Grid files no longer bloat when many files are added, thus are faster to build and smaller in size.
  2. Reading data into ensembles is faster.

DASH v3.2.2

13 Jan 20:18
Compare
Choose a tag to compare
  1. Users can select which variables to reconstruct in an ensemble.
  2. Users can select which variables and ensemble members should be loaded from a .ens file.
  3. Ensemble metadata can be tailored to specific variables.
  4. Added a version record.

DASH v3.2.1

21 Nov 16:53
Compare
Choose a tag to compare

Features:

  1. Calculate Ye without running DA

Fixed Bugs:

  1. arrayGrid Initialization
  2. dimID concatenation in regridder

DASH v3.2

11 Nov 19:40
Compare
Choose a tag to compare

Added features following the DADT meeting.

  1. Added support for tripolar NetCDF files.
  2. Added gridFile objects.
  3. Separated analyses into individual classes.
  4. Sensor tests now support multiple sensors.
  5. Added option to return full ensembles as output.

DASH v3.1

05 Nov 18:32
Compare
Choose a tag to compare

Grid files are now containers for data sources, rather than direct data.

v3.0.2

25 Oct 22:30
Compare
Choose a tag to compare

Fixed metadata matching.
Cleaned optimal sensor test.
Fixed linear PSM.
Fixed bias corrector initiation.

Dash v3.0.1

14 Oct 19:09
Compare
Choose a tag to compare

Fixed small bugs from V3 build.
Fixed the Baymag submodule.