From 2f9e1c575f84b0b4e760f81fe5501efd9b17e9f3 Mon Sep 17 00:00:00 2001 From: Pietro Monticone Date: Wed, 2 Aug 2023 09:51:25 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f8b4b02..daaf9526 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ All participants are expected to abide by the [Julia Community Standards](https: ## Compatibility -The codebase and dependency of Images toolbox is delibrately maintained to support all Julia minor +The codebase and dependency of Images toolbox is deliberately maintained to support all Julia minor versions since the latest long-term-support(LTS) Julia version, thus you can expect it to work on Julia >= v1.6. Note that this is only true for the latest Images version, and currently we do not have Images LTS version. For the best experience, we recommend you to use the latest stable Julia From 1ed7b19eb9d1d481de5b15945e4e8c6876a3274c Mon Sep 17 00:00:00 2001 From: Pietro Monticone Date: Wed, 2 Aug 2023 09:51:28 -0500 Subject: [PATCH 2/3] Update NEWS.md --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index fe1c4c91..4730b61b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -16,9 +16,9 @@ This release introduces a few major changes that everyone should be aware of: - drops compatibility to Julia 1.0. Julia at least 1.3 is required. - drops compatibility to ImageCore 0.8. ImageCore at least 0.9.3 is required. -- revisited RGB-related operations to provide non-ambiguious implementation. See also the "abs and +- revisited RGB-related operations to provide non-ambiguous implementation. See also the "abs and abs2" section in the [ColorVectorSpace README][ColorVectorSpace-v09-readme-abs]. -- revisits and moves a lot of legacy codes in `src/algorthms.jl` of Images to sub-packages, e.g., +- revisits and moves a lot of legacy codes in `src/algorithms.jl` of Images to sub-packages, e.g., ImageBase, ImageFiltering, and ImageMorphology. - for a large number of legacy functions, positional arguments are deprecated in favor of their keyword alternatives. From f0bdc249e445930d6d90ad688dabd3224dbbe743 Mon Sep 17 00:00:00 2001 From: Pietro Monticone Date: Wed, 2 Aug 2023 09:51:33 -0500 Subject: [PATCH 3/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09642b19..d827f86d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ A pre-requisite for using JuliaImages is to know at least a little about Julia i ## Learning JuliaImages -Our [main documentaion](https://juliaimages.org/stable/) provides an overview and some examples of using JuliaImages. +Our [main documentation](https://juliaimages.org/stable/) provides an overview and some examples of using JuliaImages. Many of the core packages are hosted at [JuliaImages](https://github.com/JuliaImages), but core components can also be found at [JuliaMath](https://github.com/JuliaMath), [JuliaGraphics](https://github.com/JuliaGraphics), and [JuliaArrays](https://github.com/JuliaArrays).