Releases: JuliaImages/ImageEdgeDetection.jl
Releases · JuliaImages/ImageEdgeDetection.jl
v0.1.7
v0.1.6
ImageEdgeDetection v0.1.6
The TagBot failed to automatically tag a release so I am making one manually. The only change is a bump to the Setfield compatibility,
v0.1.5
ImageEdgeDetection v0.1.5
Merged pull requests:
- upgrade dependencies to ImageCore v0.9 and unit test (#23) (@johnnychen94)
v0.1.4
ImageEdgeDetection v0.1.4
Merged pull requests:
v0.1.3
ImageEdgeDetection v0.1.3
Merged pull requests:
- CompatHelper: bump compat for "ColorVectorSpace" to "0.9" (#20) (@github-actions[bot])
v0.1.2
ImageEdgeDetection v0.1.2
Merged pull requests:
- CompatHelper: bump compat for "Interpolations" to "0.13" (#18) (@github-actions[bot])
v0.1.1
ImageEdgeDetection v0.1.1
Merged pull requests:
- MassInstallAction: Install the TagBot workflow on this repository (#15) (@johnnychen94)
- MassInstallAction: Install the CompatHelper workflow on this repository (#16) (@johnnychen94)
- CompatHelper: bump compat for "StaticArrays" to "1.0" (#17) (@github-actions[bot])
- Resolves problem of incorrect handing of NaN values (#19) (@zygmuntszpak)
v0.1.0
ImageEdgeDetection v0.1.0
Closed issues:
- Setup Travis, Codecov, Documenter etc. (#3)
Merged pull requests:
- Install TagBot as a GitHub Action (#1) (@JuliaTagBot)
- Fleshes out API and adds Canny edge detection (#2) (@zygmuntszpak)
- setup UnitTest, codecov and Documentation CI (#4) (@johnnychen94)
- Adds documentation and examples (#6) (@zygmuntszpak)
- create folder before saving images (#7) (@johnnychen94)
- Adds subpixel edge detection and subpixel nonmaxima suppression (#9) (@zygmuntszpak)
- Adds ability to determine gradient (edge) orientation (#10) (@zygmuntszpak)
- Fixes mistake in Documentation (#11) (@zygmuntszpak)
- Fixes incorrect orientation value that was returned for undefined grad (#12) (@zygmuntszpak)
- Adds more tests for code coverage (#13) (@zygmuntszpak)