Releases: JuliaImages/ImageSegmentation.jl
Releases · JuliaImages/ImageSegmentation.jl
v1.4.5
ImageSegmentation v1.4.5
Closed issues:
- Deprecation warnings for CartesianIndex on Julia 1.5 beta (#49)
Merged pull requests:
v1.4.4
ImageSegmentation v1.4.4
Closed issues:
- Remove appveyor? (#50)
Merged pull requests:
- Rename
rem_segment
->remove_segment
(#47) (@timholy) - fix doctest for watershed (#52) (@johnnychen94)
v1.4.3
ImageSegmentation v1.4.3
Closed issues:
- Speed-up watershed segmentation using information from a binary image (#34)
Merged pull requests:
v1.4.2
ImageSegmentation v1.4.2
Merged pull requests:
- CompatHelper: bump compat for "Images" to "0.22" (#45) (@github-actions[bot])
v1.4.1
v1.4.1 (2020-02-05)
Merged pull requests:
- CompatHelper: bump compat for "Images" to "0.21" (#42) (github-actions[bot])
v1.4.0
v1.4.0 (2020-01-05)
Closed issues:
- error using region_splitting (#38)
Merged pull requests:
- Update dependency versions (#40) (johnnychen94)
- CompatHelper: add new compat entry for "Distances" at version "0.8" (#39) (github-actions[bot])
v1.3.0
v1.3.0 (2019-10-30)
Closed issues:
Merged pull requests:
- Fixes issue #36 of non-unique Priority Queue keys (#37) (MiriamHinzen)
v1.2.0
switch to new registrator and drop support for julia 0.7 (#32) * add Project.toml and delete REQUIRE * drop CI test for julia v0.7 * drop julia 0.7 compatibility
Add RAG constructor
v1.1.0 Added method for constructing RAG from image (#31)
Segment eltype fixes and doc improvements
Merge pull request #30 from JuliaImages/teh/updates_docs Updates in documentation, and fixes in mean eltype computation