Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 819 Bytes

CHANGELOG.md

File metadata and controls

15 lines (9 loc) · 819 Bytes

Changelog

The format is based on Keep a Changelog and Common Changelog.

[0.19.0] - 2023-07-14

Changed

  • Breaking: change behaviour of similar(u::PencilArray, [T], dims) (#83)

    When the dims argument is passed, we now try to return a new PencilArray instead of another (non-distributed) array type. Since this is only possible when dims matches the array size, an error is now thrown if that is not the case. This allows things to play nicely with other packages such as StructArrays.jl, which in some cases end up calling similar with the dims argument.