Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jipolanco committed Jul 14, 2023
1 parent e46f30a commit 2cfd8af
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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](https://github.com/JuliaArrays/StructArrays.jl), which in some cases end up calling `similar` with the `dims` argument.

[Keep a Changelog]: https://keepachangelog.com/en/1.1.0/
[Common Changelog]: https://common-changelog.org/
[#83]: https://github.com/jipolanco/PencilArrays.jl/pull/83

0 comments on commit 2cfd8af

Please sign in to comment.