-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
--- | ||
|
||
name: Pre-Release Issue Template for Developers | ||
about: For Developers Only - Should be used when Preparing for a release to make sure no tasks are missed during the build-up for a release | ||
title: 'FOR DEVELOPERS: Mantid Imaging [V.V.V] Pre-Release' | ||
labels: 'Release 🚀' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
|
||
As part of preparations for the release of Mantid Imaging version [**VERSION***], the following tasks need to be completed. | ||
|
||
|
||
## High Priority Bugs | ||
<!-- Make sure any high priority bugs which are found during smoke testing are resolved --> | ||
- [ ] [High priority bugs](https://github.com/mantidproject/mantidimaging/issues?) | ||
|
||
|
||
## Create release branch | ||
- [ ] Create branch from main named release-x.x.x | ||
- [ ] Check that branch protection rules are being applied | ||
|
||
|
||
## Version Update PR | ||
<!-- Update version references to version [**VERSION**] in the following locations (Update versions within `docs/release_notes/index.rst` as a separate PR updating release notes - See "Update Release Notes PR"). --> | ||
|
||
**PR:** | ||
- [ ] `CITATION.cff` | ||
- Version: `version: "V.V.V"` | ||
- Release Date: `date-released: YYYY-MM-DD` | ||
- [ ] `docs/_templates/versioning.html` | ||
- Version: Under `<h3>{{ _('Versions') }}</h3>` | ||
- [ ] `docs/conf.py` | ||
- Release Date: | ||
- Version: `release = 'V.V.V<tag>'` (alpha/beta/rc) | ||
- Version: `smv_tag_whitelist = r'^(2.3.0|2.4.0|2.5.0|2.6.0|2.7.0)$'` | ||
- [ ] `docs/index.rst` | ||
- Year: update year within Citation if out of date | ||
- Version: update version within Citation | ||
|
||
|
||
## Authors PR (if required) | ||
<!-- Make sure list of authors remains in alphabetical order by surname --> | ||
|
||
**PR:** | ||
- [ ] `CITATION.cff` | ||
- [ ] `docs/conf.py` | ||
- [ ] `docs/index.rst` | ||
|
||
|
||
## Release Notes PR | ||
<!-- Update release notes for new version and format "next" release notes --> | ||
|
||
**PR:** | ||
- [ ] Compile Release Notes using the following command `python setup.py release_notes` - Copy output and place in new file `docs/release_notes/<V.V.rst>` | ||
- [ ] Add newest version under "next": `docs/release_notes/index.rst` | ||
- [ ] Delete all release notes within: `docs/release_notes/next/` | ||
|
||
|
||
## Create Release | ||
|
||
- [ ] Create release from tag (See internal docs for how to do this) | ||
|
||
|
||
## Move IDAaas to Stable Branch | ||
|
||
- [ ] IDAaaS - move stable branch (See internal docs for how to do this) | ||
|
||
|
||
## Update Versions on Main | ||
|
||
- [ ] Versions on main | ||
- Tag commit as alpha for next release (e.g. after releasing V.V) | ||
- Once merged checkout main and run `git describe ` to check if the tag is part of the history (See internal docs for additional info) | ||
|
||
|
||
## Windows NSIS Installer | ||
- [ ] Build Windows NSIS Installer (See internal docs for how to do this) | ||
|
||
|
||
### Additional Info | ||
<!-- Add any additional information below related to the release which may be useful t ou or the reviewer --> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
New Features | ||
------------ | ||
- #1912 : Support sub-directories in Live viewer | ||
- #1941 : Spectrum viewer tab for exporting to RITS | ||
- #1943 : RITS export transmission errors | ||
- #1945 : Export Binned RITS Formatted Data within Spectrum Viewer. | ||
- #1957 : ROI support for RITS export | ||
- #1992 : Spectrum Viewer: Change ROI Colour Through Right Click Dialog Menu | ||
- #1996 : Added .fits file compatibility for Live Viewer | ||
- #2026: Time of flight graph in the Spectrum Viewer is now resizable | ||
- #2027: The Spectrum ROI details display in an adjustable table via spinboxes | ||
- #2048: Update spectrum documentation to reflect changes made to the Spectrum Viewer. | ||
|
||
Fixes | ||
----- | ||
- #1873 : fix typeError: qWait(ms: int): argument 1 has unexpected type 'float' | ||
- #1966: ExecutionTimer unit test fails intermittently for Windows GitHub Action | ||
- #2002 : Better default values in Remove all stripes | ||
- #2009 : Improve type annotation in gui.windows.recon | ||
- #2012 : numpy2 deprication | ||
- #2031 : Speed up imageview by avoiding unneeded calculation | ||
|
||
Developer Changes | ||
----------------- | ||
- #1932 : RITS Export Backend | ||
- #1951 : Various fixes to speedup pytest | ||
- #1955 : Add InstrumentLog as new log reader | ||
- #1960 : Update developer tools | ||
- #2011 : Move to a new conda repo https://anaconda.org/mantidimaging/mantidimaging |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ Release Notes | |
:caption: Contents: | ||
|
||
next | ||
2.7 | ||
2.6 | ||
2.5 | ||
2.4 | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#2046 : Enhancement: Implement Click Dialog for Changing ROI Colors in Table |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#2051: Move operations to compute_function style |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Mantid Imaging next release | ||
=========================== | ||
|
||
This contains changes for the next not yet released Mantid Imaging versions. | ||
|
||
New Features | ||
------------ | ||
.. release_notes:: feature | ||
|
||
Fixes | ||
----- | ||
.. release_notes:: fix | ||
|
||
Developer Changes | ||
----------------- | ||
.. release_notes:: dev |