Closed ko3n1g closed 1 week ago
This implements the weekly routine of our new dev cycle where we want to publish pre-releases every week. So this workflow:
rX.Y.Zrc0
rX.Y.Zrc1
In a follow-up PR, we will add a mechanism that also publishes a pypi wheel with this automation
# Add a code snippet demonstrating how to use this
Pre checks:
max_steps=-1
validation
What does this PR do ?
This implements the weekly routine of our new dev cycle where we want to publish pre-releases every week. So this workflow:
rX.Y.Zrc0
)rX.Y.Zrc1
)In a follow-up PR, we will add a mechanism that also publishes a pypi wheel with this automation
Changelog
Usage
Before your PR is "Ready for review"
Pre checks:
Checklist when contributing a new algorithm
max_steps=-1
andvalidation
?Additional Information