Skip to content

v0.2.22

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 22:30
· 1 commit to master since this release

StructuredArrays v0.2.22

Diff since v0.2.21

  • Operations on Cartesian meshes: multiplication or division by a scalar, adjust by adding/subtracting tuple of offsets.

  • New trait functions TypeUtils.step_type and TypeUtils.origin_type to retrieve the types of a mesh step and origin.

  • Optimize comparisons of uniform arrays via isequal, ==, and cmp.

  • Optimize mapping and broadcasting of functions for uniform arrays.

  • Use TypeUtils.@public to declare as public some documented but non-exported symbols.

Merged pull requests:

  • Bump codecov/codecov-action from 4 to 5 (#5) (@dependabot[bot])