Skip to content

Commit

Permalink
bump v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cytham committed Nov 25, 2019
1 parent 44c159b commit 65c3615
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ NanoVar Changelog
Release Summary:


Version 1.2.3 - Nov 25, 2019
* Fixed progress spinner by increasing sleep time


Version 1.2.2 - Nov 25, 2019
* Updated dependency versions
* Changed spline in nv_cov_upper to make_interp_spline due to scipy update
Expand Down
2 changes: 1 addition & 1 deletion nanovar/nanovar
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def main():
if threads > 1:

def sleep():
t = 0.01
t = 0.15
t += t * random.uniform(-0.2, 0.2)
time.sleep(t)

Expand Down
2 changes: 1 addition & 1 deletion nanovar/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.2"
__version__ = "1.2.3"

0 comments on commit 65c3615

Please sign in to comment.