StructuredArrays v0.2.22
-
Operations on Cartesian meshes: multiplication or division by a scalar, adjust by adding/subtracting tuple of offsets.
-
New trait functions
TypeUtils.step_type
andTypeUtils.origin_type
to retrieve the types of a mesh step and origin. -
Optimize comparisons of uniform arrays via
isequal
,==
, andcmp
. -
Optimize mapping and broadcasting of functions for uniform arrays.
-
Use
TypeUtils.@public
to declare aspublic
some documented but non-exported symbols.
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#5) (@dependabot[bot])