Skip to content

Commit

Permalink
Add changes to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Oct 11, 2021
1 parent 78adbd0 commit 284bb1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ImageTransformations

## Version `v0.9.1`

- angles in `imrotate` are processed with high precision, restoring it to the same behavior you'd get from a manually-constructed
`tform` supplied to `warp`. This can change the presence/absence of padding on the edges. ([#148][github-148], [#149](github-149))

## Version `v0.9.0`

This release contains numerous enhancements as well as quite a few deprecations. There are also
Expand All @@ -19,6 +24,8 @@ whether a "fill-value" is used instead of interpolation.
- ![Bugfix][badge-bugfix] `restrict` on singleton dimension is now a no-op. ([ImageBase#8][github-base-8])
- ![Bugfix][badge-bugfix] `restrict` on `OffsetArray` always returns an `OffsetArray` result. ([ImageBase#4][github-base-4])

[github-149]: https://github.com/JuliaImages/ImageTransformations.jl/pull/149
[github-148]: https://github.com/JuliaImages/ImageTransformations.jl/pull/148
[github-143]: https://github.com/JuliaImages/ImageTransformations.jl/pull/143
[github-138]: https://github.com/JuliaImages/ImageTransformations.jl/pull/138
[github-132]: https://github.com/JuliaImages/ImageTransformations.jl/pull/132
Expand Down

2 comments on commit 284bb1e

@timholy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/46491

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.1 -m "<description of version>" 284bb1ecd9145a5116b2af0833f3ec009aaea4cd
git push origin v0.9.1

Please sign in to comment.