Skip to content

DASH v4.2.1

Compare
Choose a tag to compare
@JonKing93 JonKing93 released this 13 Feb 05:10
· 2 commits to main since this release

Summary

This patch fixes a bug that could cause gridfile.load to crash when loading data with a single dimension. It also adds citation information to the docs.

Details

  1. Citation information
    Is now provided in the README, and as a resource in the docs.

  2. gridfile.loadInternal
    Updated to add handling for permuting/reshaping loaded source data with a single dimension.

  3. dash.stateVectorVariable.loadMembers
    Updated to add handling when reshaping raw data with a single dimension.