Skip to content

Commit

Permalink
Merge pull request #95 from dgleich/master
Browse files Browse the repository at this point in the history
Update compat to polynomial 4
  • Loading branch information
zygmuntszpak authored Oct 4, 2024
2 parents b9f6b11 + 6d6ff2f commit 56b63a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ImageBinarization"
uuid = "cbc4b850-ae4b-5111-9e64-df94c024a13d"
authors = ["Dr. Zygmunt L. Szpak <[email protected]>"]
version = "0.3.0"
version = "0.3.1"

[deps]
HistogramThresholding = "2c695a8d-9458-5d45-9878-1b8a99cf7853"
Expand All @@ -14,7 +14,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
HistogramThresholding = "0.3"
ImageCore = "0.9, 0.10"
Polynomials = "1, 2, 3"
Polynomials = "1, 2, 3, 4"
Reexport = "0.2, 1.0"
julia = "1.6"

Expand Down

3 comments on commit 56b63a4

@zygmuntszpak
Copy link
Member Author

@zygmuntszpak zygmuntszpak commented on 56b63a4 Oct 4, 2024

Choose a reason for hiding this comment

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

The failure is related to building the Documentation (apparently the DOCUMENTER_KEY is no longer correctly configured). Since this is orthogonal to the actual package functionality and since we didn't modify the documentation, I'll just go ahead and register this new version.

@zygmuntszpak
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/116565

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.3.1 -m "<description of version>" 56b63a4b2c639fefaee188425dc25ff9cbb12dca
git push origin v0.3.1

Please sign in to comment.