Releases: JonKing93/DASH
Releases · JonKing93/DASH
DASH v4.0.0 Alpha Test 5.0.5
- Corrected a sorting bug in ensemble.useVariables
DASH v4.0.0 Alpha Test 5.0.4
Bug fixes:
- Enabled matfile dataSources with column vector data grids (i.e. single-dimensional gridfile variables)
- Fixed indexing bug when saving kalman filter deviations for multiple time steps
DASH v4.0.0 Alpha Test 5.0.3
Corrected a time indexing error resulting from the move of whichGains from individual covariances to all time steps.
DASH v4.0.0 Alpha Test 5.0.1
Attempt to fix bug in registered name of checkInput function
DASH v4.0.0 Alpha Test 5.0.2
Release points to v4-build to avoid the problem of deleted functions being retained on the alpha branch when copying.
DASH v4.0.0 Alpha Test 5.0.0
- Added particle filter
- Added optimal sensors
- Add R covariance options to ensemble filter
- Restructured ensembleFilter to accept inputs in any order
- Added "exclude" input to closestLatLon
- Enabled PSMs with different rows for different ensemble members
- New PSMs: BayFOX, PRYSM collection
DASH v4.0.0 Alpha Test 4.1.1
This patch fixes a bug in the ensembleMetadata primitive converter.
As a consequence, ensemble files with multiple variables should now load successfully.
DASH v4.0.0 Alpha Test 4.1.0
- Added Bay* PSMs
- Added PSM git downloader
- Enabled priors with NaNs
- Improved state vector build function
A. Minimize write operations
B. If possible, load data before extracting ensemble members
C. Convert stateVector and ensembleMetadata to primitives for HDF5 / v7.3 matfile efficiency
DASH v4.0.0 Alpha Test 4.0.0
Added the PSM and Kalman Filter modules.
DASH v4.0.0 Alpha Test 3.2.0
This version finalizes the ensembleMetadata module for alpha testing.