Skip to content

Commit 07c7a86

Browse files
author
Dimitar Tasev
authored
Merge branch 'master' into 475_iterations_refine_window
2 parents f675747 + 3a76338 commit 07c7a86

File tree

96 files changed

+839
-2389
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+839
-2389
lines changed

.coveragerc

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[run]
2+
branch = True
3+
omit =
4+
*/test/*
5+
*/tests/*
6+
*/__main__.py
7+
mantidimaging/main.py
8+
mantidimaging/ipython.py
9+
mantidimaging/test_helpers/*
10+
source =
11+
mantidimaging
12+
13+
[report]
14+
# Regexes for lines to exclude from consideration
15+
exclude_lines =
16+
# Have to re-enable the standard pragma
17+
pragma: no cover
18+
19+
# Don't complain about missing debug-only code:
20+
def __repr__
21+
if self\.debug
22+
23+
# Don't complain if tests don't hit defensive assertion code:
24+
raise AssertionError
25+
raise NotImplementedError
26+
27+
# Don't complain if tests never check a lack of Import as they should always be present in tests
28+
except ImportError:
29+
30+
# Don't complain if non-runnable code isn't run:
31+
if 0:
32+
if __name__ == .__main__.:
33+
if TYPE_CHECKING:

docs/_static/Crop.png

217 KB
Loading

docs/_static/flat_fielding.png

282 KB
Loading

docs/_static/loading_screen.png

74.5 KB
Loading

docs/_static/project_view_guide.png

199 KB
Loading

docs/_static/refine_window.png

348 KB
Loading

docs/developer_guide/release.rst

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,7 @@ The version number is expected to be in SemVer format and will be referred to as
1414
- ``docs/conf.py``
1515
- Create Git tag from ``master``: ``git tag M.m.p --sign``
1616
- Push the tag to the repository: ``git push M.m.p``
17-
- (optional) Add release notes in GitHub
18-
- Start the `mantidimaging-master
19-
<http://builds.mantidproject.org/view/Imaging/job/mantidimaging-master/>`_
20-
CI job
21-
- Download and extract the `build artefacts
22-
<http://builds.mantidproject.org/view/Imaging/job/mantidimaging-master/lastSuccessfulBuild/artifact/>`_
23-
- Upload the Conda package to Anaconda Cloud: ``anaconda upload -u mantid
24-
--force mantidimaging-M.m.p-py35_0.tar.bz2`` (``--force`` is required as the
25-
CI job will have already uploaded this package with the ``nightly`` label)
26-
- Build the API documentation: ``python setup.py docs_api``
27-
- Build the documentation: ``python setup.py docs``
28-
- Upload the documentation: ``python setup.py docs_publish``
17+
- This should produce a conda package on https://anaconda.org/mantid/mantidimaging that is using the version from the new tag.
18+
- Edit the labels on this package and add :code:`main`. This will make IDAaaS automatically pick it up when it creates the release environment.
19+
- We may leave the :code:`unstable` tag, as they don't conflict with each other. It just means that there may be a point where the release and unstable environment point to the same version. This will change as soon as a new unstable version is published.
20+
- (optional) Add release notes in the docs GitHub

docs/developer_guide/start_here.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/developer_guide/tests.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/user_guide/gui/cor_tilt.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)