Skip to content

Commit 066b454

Browse files
authored
Merge pull request #8 from effigies/rel/1.1.0
Release 1.1.0
2 parents a61770c + a45576e commit 066b454

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def BibTeX(*args, **kwargs):
5050
month = sep
5151
}
5252
"""
53-
__version__ = '1.0.1-dev'
53+
__version__ = '1.1.0'
5454

5555

5656
def edge_mask(mask):

0 commit comments

Comments
 (0)