-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #216 from UKRIN-MAPS/rel/v0.7.0
rel/v0.7.0
- Loading branch information
Showing
39 changed files
with
2,577 additions
and
627 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## Release Checklist | ||
|
||
### Pull Request | ||
- [ ] Branch is from `dev` to `rel/v[x.y.z]` | ||
- [ ] Update the [`CHANGELOG.md`](https://github.com/UKRIN-MAPS/ukat/blob/master/CHANGELOG.md) file with the new version number, release date and add the new features/fixes along with any tags of PRs/issues | ||
- [ ] Bump the version number in [`setup.py`](https://github.com/UKRIN-MAPS/ukat/blob/master/setup.py) | ||
- [ ] Add any new contributors and bump the version number in [`CITATION.cff`](https://github.com/UKRIN-MAPS/ukat/blob/master/CITATION.cff) | ||
- [ ] Do a final check if anything in [readme.MD](rhttps://github.com/UKRIN-MAPS/ukat/blob/master/README.md) needs updating | ||
- [ ] The pull requests is from `rel/v[x.y.z]` to `master` | ||
- [ ] All tests pass | ||
- [ ] Merge `rel/v[x.y.z]` into `master` | ||
- [ ] Merge `rel/v[x.y.z]` into `dev` | ||
- [ ] Create a tag on the merge commit on master with the same version number as the release and push to upstream | ||
|
||
### Post Pull Request Checks | ||
- [ ] Close any issues from the milestone that didn't automatically close on merge | ||
- [ ] Close the milestone itself | ||
- [ ] Check the new version has appeared in the [releases list](https://github.com/UKRIN-MAPS/ukat/releases) | ||
- [ ] Check the new version has appeared on [PyPI](https://pypi.org/project/ukat/) | ||
- [ ] Check a now DOI has been minted on [Zenodo](https://zenodo.org/account/settings/github/repository/UKRIN-MAPS/ukat) |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
dipy~=1.6.0 | ||
matplotlib~=3.7.0 | ||
nibabel~=5.0.1 | ||
notebook~=6.5.1 | ||
numpy~=1.24.1 | ||
pandas~=1.5.1 | ||
renalsegmentor~=1.3.6 | ||
scikit-image~=0.19.1 | ||
scipy~=1.10.0 | ||
scikit-learn~=1.2.1 | ||
tabulate~=0.9.0 | ||
tqdm~=4.64.1 | ||
dipy>=1.6.0 | ||
matplotlib>=3.7.0 | ||
nibabel>=5.0.1 | ||
notebook>=6.5.1 | ||
numba>=0.55.1, <0.58 | ||
numpy>=1.24.1, <1.26 | ||
pandas>=2.0.0 | ||
pathos>=0.3.0 | ||
renalsegmentor>=1.3.5 | ||
scikit-image>=0.20.0, <0.22 | ||
scipy>=1.9.1, <1.12 | ||
scikit-learn~=1.2.1 # Changing versions is known to cause changes in iSNR results | ||
tabulate>=0.9.0 | ||
tqdm>=4.64.1 |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.