Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michiel Cottaar
fslpy
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
027f8c68e46def76e21371d2dfa067f7730e0538
Select Git revision
Branches
20
bf/filetree
bids_update
bug_all_trees
bug_apply_topup
bug_close_files
bug_fslsub
bug_mutable_variables
bug_submit_script_from_main
bug_update_variables
doc_filetree
doc_fix
dti_tree
enh_atlases
enh_check_invalid_chars
enh_cifti
enh_convert_tensors
enh_filetree
enh_parse_data
enh_probtrackx_gifti
expand_tree2
Tags
20
1.7.2
1.7.1
1.7.0
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
40 results
Begin with the selected commit
Created with Raphaël 2.2.0
13
Sep
11
10
8
28
Aug
27
23
10
9
29
Jul
27
26
25
23
15
14
13
12
8
17
Jun
11
9
8
7
6
4
3
2
27
May
26
20
19
18
17
15
10
7
5
3
2
26
Apr
25
24
21
20
18
17
16
15
14
13
12
11
10
7
6
5
30
Mar
27
17
12
8
5
3
1
28
Feb
24
21
17
16
15
8
25
Jan
24
22
20
18
16
15
13
12
9
6
5
3
23
Dec
22
19
16
13
9
8
5
2
1
29
Nov
24
23
21
20
19
18
17
15
14
11
9
8
7
4
3
23
Oct
21
20
19
30
Sep
29
22
21
20
19
18
16
15
14
13
12
3
2
1
31
Aug
23
22
17
16
15
13
9
8
5
4
3
2
1
27
Jul
26
7
1
30
Jun
29
28
27
26
20
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
25
May
23
13
12
11
9
6
5
4
19
Apr
18
16
6
5
4
3
2
1
30
Mar
29
24
23
22
21
18
17
16
15
14
11
9
8
7
4
3
2
Pre-emptive version bump
Double checking that voxToScaledVox test is working
Renamed voxelsToScaledVoxels to voxToScaledVoxMat, and made it a
Post-release version bump
Fix version number
1.1.0 v1.1
1.1.0 v1.1
Fix to libgtk package name
Merge branch 'master' into 'master'
Using GTK2, not 3
Version bump
Loosen indexed_gzip requirement
Re-add fsl/__init__.py comment
Typo in requirements.txt
__init__.py is back. Pkgutil-style namespace packages aren't too bad, and give
More nibabel depreaction fixes
Test case for 5D images
Silly edge case fix in image wrapper - for images where all dimensions have
'fsl' is now a namespace package - removed __init__.py. This is so I can use
Put is4DImage back, but deprecate it
Nifti1Image.get_header method is deprecated
Ummm. Why did I ever restrict to 4D?
Removing wxpython url from build file
Post-release version bump
Vesrion bump
1.0.5 v1.0
1.0.5 v1.0
Merge branch 'master' into 'v1.0'
Merge branch 'master' into 'master'
Test case was broken
Routine to fix winding order/normal vectors on triangle meshes. I am not
Updated veclength/normalise tests
Transform veclength/normalise functions can do multiple vectors at once
New Unit tests for memoize
Refactorings to memoize decorator - it is now a class which has an invalidate
Regression test for skipUnchanged
Fix to skipUnchanged - np.all(a == b) might return true even if a and b have
Unit test for transformNormal
New transformNormal function, for transforming normal vectors.
Unit tests for new transform functions
New little function to normalise vectors. Sick of duplicating this code
Unit test for vector option
transform method now has a 'vector' option, which skips translation.
Mesh class calculates normals. Implementations are crap
Loading