Skip to content

Commit

Permalink
updated the NEWS and bumped the version to 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mcvaneede committed Dec 10, 2015
1 parent 3a0272b commit ac00982
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
New in Version 0.1.12
=====================
* added the option -flip-images to ray_trace_crosshair in case you are working with a version of
MINC that flips images when using ray_trace
* fixed bug in minc_label_ops; the binarize option now works
* rotational_minctracc uses subprocess instead of system to ensure you get a non-zero return when
the program fails. Also added the --simplex option. By default the simplex value that was used
was only appropriate for human brains. For mouse brains you can set this to 1 (mm) for instance.

New in Version 0.1.11
=====================
* turned off multiprocessing in pmincaverage, because it sometimes crashes on compressed MINC files
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
m.Extension.__dict__ = m._Extension.__dict__

setup(name="python-stuffs",
version='0.1.11',
version='0.1.12',
scripts=["python/TFCE",
"python/smooth_vector",
"python/measure_xcorr",
Expand Down

0 comments on commit ac00982

Please sign in to comment.