We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a61770c + a45576e commit 066b454Copy full SHA for 066b454
CHANGES
@@ -0,0 +1,13 @@
1
+Version 1.1.0
2
+=============
3
+
4
+- Significant refactor to modularize and modernize code (https://github.com/nipy/quickshear/pull/2)
5
+- Add duecredit information for citations (https://github.com/nipy/quickshear/pull/6)
6
+- Improve robustness to input image orientations (https://github.com/nipy/quickshear/pull/7)
7
8
+Version 1.0.0
9
10
11
+Initial release
12
13
+Thanks to Nakeisha Schimke and John Hale for sharing their code and agreeing to allow me to publish it.
quickshear.py
@@ -50,7 +50,7 @@ def BibTeX(*args, **kwargs):
50
month = sep
51
}
52
"""
53
-__version__ = '1.0.1-dev'
+__version__ = '1.1.0'
54
55
56
def edge_mask(mask):
0 commit comments