Skip to content

Conversation

@Lestropie
Copy link
Member

Given that the dev branch does not currently contain any major feature updates, just non-critical fixes, I think it makes sense to incorporate all of those changes into the 3.0.1 tag in addition to those hotfixes that have been merged directly to master since 3.0.0.

jdtournier and others added 25 commits April 22, 2020 20:26
Changes necessary for upcoming copyright notice changes to work.
Script ensures conformity of copyright information in source file headers.
Warning regarding comparison between signed and unsigned integers on some compilers under Eigen 3.2.
mtnormalise: warn if only one contrast provided
In cases where both cuda and openmp versions of eddy are available, the reason for the cuda version failing may be obscured because it is only the terminal output produced by the openmp version that is reported to the user. With this change, the messages produced by both cuda and openmp eddy commands will be concatenated into a new combined exception.
Conflicts:
	src/gui/mrview/sync/enums.h
Merge latest master changes into dev
In order to support images with axis sizes greater than 2^31, a version of the parse_ints() function operating with 64-bit integers is required. This change turns this function into a template, and updates all usages accordingly. Note also that many usages of this function involve values that must be non-negative; for such instances the data handling is changed to unsigned integer type, and an Exception should be thrown during the string-to-unsigned-integer conversion, rather than relying on downstream data sanity checking.
Comparisons between signed and unsigned integers present in 5909980.
Update unit test to reflect 5909980.
Changing to unsigned integers in 5909980 exposed fragility in the prior implementation of move_index() for this adapter.
@Lestropie Lestropie added this to the 3.0.1 milestone Jul 1, 2020
Lestropie and others added 3 commits July 1, 2020 13:02
@Lestropie Lestropie marked this pull request as ready for review July 1, 2020 07:16
jdtournier
jdtournier previously approved these changes Jul 1, 2020
@Lestropie Lestropie merged commit 97946e4 into master Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants