-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1ef518
commit 4d89e5c
Showing
5 changed files
with
70 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# ImageTransformations | ||
|
||
## Version `v0.9.0` | ||
|
||
This release contains numerous enhancements as well as quite a few deprecations. There are also | ||
internal changes that may cause small numerical differences from previous versions; these may be | ||
most obvious at the borders of the image, where decisions about inbounds/out-of-bounds can determine | ||
whether a "fill-value" is used instead of interpolation. | ||
|
||
- ![BREAKING][badge-breaking] Previously, `SubArray` passed to `invwarpedview` will use out-of-domain values to build a better result on the border. This violated the array abstraction and has therefore been removed. ([#138][github-138]) | ||
- ![BREAKING][badge-breaking] Rounding for numerical stability in `warp` is now applied to the corner points instead of to the transformation coefficients. ([#143][github-143]) | ||
- ![Deprecation][badge-deprecation] `degree` and `fill` arguments are deprecated in favor of their keyword versions `method` and `fillvalue`. ([#116][github-116]) | ||
- ![Deprecation][badge-deprecation] `invwarpedview` is deprecated in favor of `InvWarpedView`. ([#116][github-116], [#138][github-138]) | ||
- ![Deprecation][badge-deprecation] `warpedview` is deprecated in favor of `WarpedView`. ([#116][github-116]) | ||
- ![Enhancement][badge-enhancement] `restrict`/`restrict!` are moved to more lightweight package [ImageBase.jl]. ([#127][github-127]) | ||
- ![Enhancement][badge-enhancement] `imresize` now works on transparent colorant types(e.g., `ARGB`). ([#126][github-126]) | ||
- ![Enhancement][badge-enhancement] `restrict` now works on 0-argument colorant types(e.g., `ARGB32`). ([ImageBase#3][github-base-3]) | ||
- ![Bugfix][badge-bugfix] Interpolations v0.13.3 compatibility (though 0.13.4 is now required). ([#132][github-132]) | ||
- ![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-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 | ||
[github-127]: https://github.com/JuliaImages/ImageTransformations.jl/pull/127 | ||
[github-126]: https://github.com/JuliaImages/ImageTransformations.jl/pull/126 | ||
[github-116]: https://github.com/JuliaImages/ImageTransformations.jl/pull/116 | ||
[github-base-8]: https://github.com/JuliaImages/ImageBase.jl/pull/8 | ||
[github-base-4]: https://github.com/JuliaImages/ImageBase.jl/pull/4 | ||
[github-base-3]: https://github.com/JuliaImages/ImageBase.jl/pull/3 | ||
|
||
|
||
[ImageBase.jl]: https://github.com/JuliaImages/ImageBase.jl | ||
|
||
|
||
[badge-breaking]: https://img.shields.io/badge/BREAKING-red.svg | ||
[badge-deprecation]: https://img.shields.io/badge/deprecation-orange.svg | ||
[badge-feature]: https://img.shields.io/badge/feature-green.svg | ||
[badge-enhancement]: https://img.shields.io/badge/enhancement-blue.svg | ||
[badge-bugfix]: https://img.shields.io/badge/bugfix-purple.svg | ||
[badge-security]: https://img.shields.io/badge/security-black.svg | ||
[badge-experimental]: https://img.shields.io/badge/experimental-lightgrey.svg | ||
[badge-maintenance]: https://img.shields.io/badge/maintenance-gray.svg | ||
|
||
<!-- | ||
# Badges | ||
![BREAKING][badge-breaking] | ||
![Deprecation][badge-deprecation] | ||
![Feature][badge-feature] | ||
![Enhancement][badge-enhancement] | ||
![Bugfix][badge-bugfix] | ||
![Security][badge-security] | ||
![Experimental][badge-experimental] | ||
![Maintenance][badge-maintenance] | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4d89e5c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
4d89e5c
There was a problem hiding this comment.
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/43125
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: