Skip to content

Commit

Permalink
change version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstjean committed Nov 17, 2017
1 parent bef8c24 commit a776bad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

## [0.6.1] - development version
## [0.6.1] - 2017-11-17
- Fixed a numerical issue in the Marcum Q function when computing probabilities used in the stabilizer framework.
- scipy >= 0.19.1 is now required.
- Scipy >= 0.19.1 is now required.
- nlsam.stabilizer.stabilization now accepts the keyword clip_eta (default True), which can be used to allow returning negatives values for eta.
- The option --no_clip_eta from nlsam_denoising can be used to activate this feature.
- The previous versions forced negatives values to zero and is still the default behavior.
- The previous versions forced negative values to zero and is still the default behavior.

## [0.6] - 2017-10-22

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.6'
params['version'] = '0.6.1'
params['install_requires'] = ['numpy>=1.10.4',
'scipy>=0.19.1',
'cython>=0.21',
Expand Down

0 comments on commit a776bad

Please sign in to comment.