You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.4.0 -m "<description of version>" ecba6bc5f5960c9c24908b7aaa654e141e24d2af
git push origin v0.4.0
Also, note the warning: Version 0.4.0 skips over 0.3.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.
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.
ecba6bc
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()
Release notes:
Changelog
[0.4.0] - 2024-12-23
🚀 Features
(docs) Add reference to
Unitful.Length
by @kunzaatko(test) Add
Base.show
method forDownSampling
to avoid CI doctests error by @kunzaatkoAdd ColorTypes and update TransferFunctions imports by @kunzaatko
(synthetic) Implement Illumination component with documentation by @kunzaatko
(synthetic-data) Add OpticalTransfer component for transfer function simulation by @kunzaatko
(CI) Automatic changelog and release on tags
🐛 Bug Fixes
[breaking] Drop support for Julia 1.8 by @kunzaatko
(CI) CI shows
Statistics.mean
instead ofmean
locally by @kunzaatkoUnbound Type parameters in
mixin_matrix
by @kunzaatko(CI) Add missing docs to documentation by @kunzaatko
(docs) Unresolved refs for renamed types by @kunzaatko
(docs)
raw
must be used with @doc by @kunzaatko(CI) Doctests filtering output does not work for matrices by @kunzaatko
(CI) Add missing docstrings to documentation by @kunzaatko
(docs) Missing @ref by @kunzaatko
(test) Add missing Statistics package by @kunzaatko
(CI) Preload test images and simplify doctest configuration by @kunzaatko
(CI) Making changes so that the CI does not throw errors (fix(CI): Making changes so that the CI does not throw errors #2) by @kunzaatko in fix(CI): Making changes so that the CI does not throw errors #2
🚜 Refactor
📚 Documentation
(harmonic) [breaking] Add constructor examples and fix references by @kunzaatko
Add DocumenterInterLinks for external documentation references by @kunzaatko
(synthetic-data) Improve optical transfer documentation by @kunzaatko
⚙️ Miscellaneous Tasks
(compat) Release the compat restrictions on ColorTypes by @kunzaatko
Bump compat version of TransferFunctions by @kunzaatko
(CI) Update compat helper and TagBot workflows (chore(CI): Update compat helper workflow #3) by @kunzaatko in chore(CI): Update compat helper workflow #3
(docs) Update bibliography (chore(docs): update bibliography #4) by @kunzaatko in chore(docs): update bibliography #4
(docs) Add the colprac badge to the repo for conributor instructions by @kunzaatko
(release) Bump minor version
ecba6bc
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/121920
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:
Also, note the warning: Version 0.4.0 skips over 0.3.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.
ecba6bc
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()
ecba6bc
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 updated: JuliaRegistries/General/121920
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.
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:
ecba6bc
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()
Release notes:
Changelog
[0.4.0] - 2024-12-23
🚀 Features
(docs) Add reference to
Unitful.Length
by @kunzaatko(test) Add
Base.show
method forDownSampling
to avoid CI doctests error by @kunzaatkoAdd ColorTypes and update TransferFunctions imports by @kunzaatko
(synthetic) Implement Illumination component with documentation by @kunzaatko
(synthetic-data) Add OpticalTransfer component for transfer function simulation by @kunzaatko
(CI) Automatic changelog and release on tags
🐛 Bug Fixes
[breaking] Drop support for Julia 1.8 by @kunzaatko
(CI) CI shows
Statistics.mean
instead ofmean
locally by @kunzaatkoUnbound Type parameters in
mixin_matrix
by @kunzaatko(CI) Add missing docs to documentation by @kunzaatko
(docs) Unresolved refs for renamed types by @kunzaatko
(docs)
raw
must be used with @doc by @kunzaatko(CI) Doctests filtering output does not work for matrices by @kunzaatko
(CI) Add missing docstrings to documentation by @kunzaatko
(docs) Missing @ref by @kunzaatko
(test) Add missing Statistics package by @kunzaatko
(CI) Preload test images and simplify doctest configuration by @kunzaatko
(CI) Making changes so that the CI does not throw errors (fix(CI): Making changes so that the CI does not throw errors #2) by @kunzaatko in fix(CI): Making changes so that the CI does not throw errors #2
🚜 Refactor
📚 Documentation
(harmonic) [breaking] Add constructor examples and fix references by @kunzaatko
Add DocumenterInterLinks for external documentation references by @kunzaatko
(synthetic-data) Improve optical transfer documentation by @kunzaatko
⚙️ Miscellaneous Tasks
(compat) Release the compat restrictions on ColorTypes by @kunzaatko
Bump compat version of TransferFunctions by @kunzaatko
(CI) Update compat helper and TagBot workflows (chore(CI): Update compat helper workflow #3) by @kunzaatko in chore(CI): Update compat helper workflow #3
(docs) Update bibliography (chore(docs): update bibliography #4) by @kunzaatko in chore(docs): update bibliography #4
(docs) Add the colprac badge to the repo for conributor instructions by @kunzaatko
(release) Bump minor version
ecba6bc
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 updated: JuliaRegistries/General/121920
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: