Skip to content

Commit

Permalink
tag v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstjean committed Oct 22, 2017
1 parent 6fdf9ba commit 5feb4df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.6] - Development version
## [0.6] - 2017-10-22

- PIESNO will now warn if less than 1% of noisy voxels were identified, which might indicate that something has gone wrong during the noise estimation.
- On python >= 3.4, --mp_method [a_valid_start_method](https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods) can now be used to control behavior in the multiprocessing loop.
Expand Down
2 changes: 1 addition & 1 deletion nlsam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_setup_params():
params['author'] = 'Samuel St-Jean'
params['author_email'] = 'samuel@isi.uu.nl'
params['url'] = 'https://github.com/samuelstjean/nlsam'
params['version'] = '0.5.1'
params['version'] = '0.6'
params['install_requires'] = ['numpy>=1.10.4',
'scipy>=0.14',
'cython>=0.21',
Expand Down

0 comments on commit 5feb4df

Please sign in to comment.