Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
3274678d
Commit
3274678d
authored
Apr 13, 2019
by
Paul McCarthy
🚵
Browse files
Merge branch 'rel/2.1.0' into 'v2.1'
Rel/2.1.0 See merge request fsl/fslpy!120
parents
c7f40228
39fcf558
Pipeline
#3588
passed with stages
in 1 minute and 45 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
3274678d
...
...
@@ -2,8 +2,8 @@ This document contains the ``fslpy`` release history in reverse chronological
order.
2.1.0 (
Fri
day April 1
2
th 2019)
------------------------------
2.1.0 (
Satur
day April 1
3
th 2019)
------------------------------
--
Added
...
...
@@ -21,8 +21,8 @@ Changed
* The :class:`.GiftiMesh` class no longer creates copies of the mesh
vertex/index arrays. This means that,
with ``numpy>=1.16`` these array
s
will be flagged as
read-only.
vertex/index arrays. This means that,
these arrays will be flagged a
s
read-only.
* The :class:`.Mesh` class handles vertex data sets requiring different
triangle unwinding orders, at the cost of potentially having to store
two copies of the mesh indices.
...
...
requirements-extra.txt
View file @
3274678d
indexed_gzip>=0.7.0
wxpython==4.*
trimesh>=2.
22
.2
8
trimesh>=2.
37
.2
9
rtree==0.8.3
tests/test_imagewrapper.py
View file @
3274678d
...
...
@@ -906,8 +906,8 @@ def _test_ImageWrapper_write_in_overlap(niters, seed, threaded):
# on this copy
expCovSlice
=
[
slice
(
int
(
lo
),
int
(
hi
))
for
lo
,
hi
in
expCov
.
T
]
expLo
=
expData
[
expCovSlice
].
min
()
expHi
=
expData
[
expCovSlice
].
max
()
expLo
=
expData
[
tuple
(
expCovSlice
)
].
min
()
expHi
=
expData
[
tuple
(
expCovSlice
)
].
max
()
wrapper
[
tuple
(
sliceobjs
)]
=
newData
_ImageWraper_busy_wait
(
wrapper
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment