-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: uncomment algorithm details initialization
This apparently was committed by accident earlier ...
- Loading branch information
Showing
1 changed file
with
0 additions
and
2 deletions.
There are no files selected for viewing
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
f03145b
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.
@JoostJM I am sorry, I messed up - this chunk of code was supposed to be in the release. I am very sorry I commented it out by mistake... It is quite important, unfortunately. I don't know how it happened, and I discovered this today by accident.
Do you mind if I spend a bit more time to look over and test things again, and then make another patch release?
f03145b
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.
@fedorov Sure, making a new release is not so difficult. but what do you mean precisely by "patch release"?
If you want, I can make a 2.1.1.post1 release?
f03145b
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.
I just meant a release with the last component of the release number to be changed. I believe the 3 numbers are referred to as major.minor.patch. sorry for the confusion! Will look into it later today, thanks!
f03145b
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.
@fedorov, it's indeed major.minor.patch, but I was not sure that's what you were referring to.
When you're ready, I can make a 2.1.2 release.
PyPi also supports post-release patches (defined by the postN suffix), which, as far as I know, is intended for a small update. Usually this designated the nth commit after the release, where the commit itself is not a new release.
PyRadiomics installed from source does this automatically (and actually then also appends the git tag hash), but the CI is setup so, that this does not trigger a 'release' (i.e. publication to PyPi and Conda).
Still, it is possible to make such a release (PyPi supports a version like 2.1.1.post1), it just means that I would have to add a tag that specifies this specific version.
f03145b
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.
@JoostJM I did a quick check, and it looks good to me with the patch. Please let me know if you would like me to make the new release, I hate to take your time due to my sloppiness.