Skip to content

Commit

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

v0.7.15 2020-05-??
v0.7.15 2020-06-09
------------------
* parallel fitting suppressed in GUI for now---need to reuse thread pool
* support *limits=(min, max)* for pm and pmp parameter ranges
* cleaner handling of single/multiple fit specification
* fix *--entropy* command line option
* parallel fitting suppressed in GUI for now---need to reuse thread pool
* better support for pathlib with virtual file system

v0.7.14 2020-01-03
Expand Down
3 changes: 1 addition & 2 deletions bumps/__init__.py
Expand Up @@ -12,8 +12,7 @@
See http://www.reflectometry.org/danse/reflectometry for online manuals.
"""

__version__ = "0.7.14"

__version__ = "0.7.15"

def data_files():
"""
Expand Down

0 comments on commit 48c491c

Please sign in to comment.