Skip to content

Commit

Permalink
R 0.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Kienzle committed Nov 7, 2020
1 parent 81929c1 commit 5ac09da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -34,15 +34,15 @@ For now this requires an install from source rather than pip.
Release notes
=============

v0.7.17 2020-10-23
v0.7.17 2020-11-06
------------------
* restore parallel processing for GUI
* restore DREAM fitter efficiency (it should now require fewer burn-in steps)
* errplot.reload_errors allows full path to model file
* clip values within bounds at start of fit so constraints aren't infinite
* allow *--entropy=gmm|mvn|wnn|llf* to specify entropy estimation algorithm
* allow duplicate parameter names in model on reload
* expand tilde in path names
* GUI: restore parallel processing
* GUI: suppress uncertainty updates during fit to avoid memory leak
* disable broken fitters: particle swarm, random lines, snobfit
* minor doc changes
Expand Down
2 changes: 1 addition & 1 deletion bumps/__init__.py
Expand Up @@ -12,7 +12,7 @@
See http://www.reflectometry.org/danse/reflectometry for online manuals.
"""

__version__ = "0.7.16"
__version__ = "0.7.17"

def data_files():
"""
Expand Down

0 comments on commit 5ac09da

Please sign in to comment.