Skip to content

Commit

Permalink
Updating hardcoded version numbers and README
Browse files Browse the repository at this point in the history
  • Loading branch information
aadibiasi committed May 24, 2024
1 parent 50d6c96 commit 0790b4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@ executable, you'll need to copy the the following DLLs along with it:

## Release Notes

### v1.14.2 May, 2024

(a) Bugfix: Fixed a segmentation fault resulting from having a species start with zero concentration. Two simple models were added to the validation process to catch this error.
(b) Changes to the validation process were made. Previously, 15 trajectories would be generated for each model before testing the differences of NFsim and SSA versus NFsim and ODE. Now only one trajectory would be tested and more would generate upon faliure until a model failed 15 times in a row.

### v1.14.1 May, 2023

(a) Bugfix: Added a missing "\[" when no operations are present

### v1.14.0 February, 2023

Relabeling the version number to follow previous scheme to avoid further confusion.
Expand Down
2 changes: 1 addition & 1 deletion dist/changeFilename.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import platform
import os

version = '1.14.0'
version = '1.14.2'
destdir = os.path.join(version, '{0}-{1}'.format(platform.system(), platform.architecture()[0]))
os.makedirs(destdir)
print('moving NFSIm to {0}\n'.format(destdir))
Expand Down

0 comments on commit 0790b4a

Please sign in to comment.