github stencila/stencila 0.4
Stencila 0.4

latest releases: v1.1.0, v1.0.5, v1.0.4...
pre-release10 years ago

This release introduces the Array class for efficient multidimensional data structures. Arrays make use of Dimension classes which determine their dimensionality, and thus size. Arrays can be either dynamic (can be re-dimensioned at runtime) or static (can not be re-dimensioned at runtime but this gives them a significant speed advantage). The Query class provides an interface to querying Arrays (and later other classes like Table).

This release addresses most, but not all, of issue #13. In a later release we will be exposing Arrays and their associated classes to the R and Python packages.

Don't miss a new stencila release

NewReleases is sending notifications on new releases.