Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sean Fitzgibbon
fslpy
Commits
1a506448
Commit
1a506448
authored
Jun 10, 2020
by
Paul McCarthy
🚵
Browse files
Merge branch 'mnt/dataclasses' into 'master'
Mnt/dataclasses See merge request fsl/fslpy!235
parents
343919a3
f824ddce
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1a506448
...
...
@@ -156,6 +156,10 @@ variables:
script
:
-
bash ./.ci/test_template.sh
test:3.6:
stage
:
test
image
:
pauldmccarthy/fsleyes-py36-wxpy4-gtk3
<<
:
*test_template
test:3.7:
stage
:
test
...
...
CHANGELOG.rst
View file @
1a506448
...
...
@@ -2,6 +2,19 @@ This document contains the ``fslpy`` release history in reverse chronological
order.
3.2.0 (Under deveolopment)
--------------------------
Removed
^^^^^^^
* The :func:`.fslsub.wait` (and :func:`.run.wait`) function has been removed, as
repeated calls to ``qstat`` can adversely affect the cluster job submission
system.
3.1.0 (Thursday 21st May 2020)
------------------------------
...
...
@@ -10,7 +23,7 @@ Added
^^^^^
* New :
func
:`.cifti` module, providing classes and functions for working with
* New :
mod
:`.cifti` module, providing classes and functions for working with
`CIFTI <https://www.nitrc.org/projects/cifti/>`_ data.
* New :func:`.winpath` and :func:`wslpath` functions for working with paths
when using FSL in a Windows Subsystem for Linux (WSL) environment.
...
...
@@ -50,7 +63,8 @@ Changed
* The :func:`.isMelodicDir` function now accepts directories that do not end
with ``.ica``, as long as all required files are present.
* Added the ``dataclasses`` backport, so ``fslpy`` is now compatible with
Python 3.6 again.
3.0.0 (Sunday 29th March 2020)
...
...
requirements.txt
View file @
1a506448
h5py
>=2.9
nibabel
>=2.4
numpy
=
=1
.*
numpy
>
=1
scipy
>=0.18
six
==1.*
six
>=1
dataclasses
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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