Skip to content

Commit 866ab0c

Browse files
committed
Ready for 0.8.2 release
1 parent 49625c2 commit 866ab0c

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ tests/viz/*
66
tests/models/cli_test_runs/*
77
bionetgen/bng-*
88
temp_testing/*
9-
.vscode/*
9+
.vscode/*
10+
build
11+
dist
12+
Issues/rule_keywords/test_DeleteMolecules_changed.bngl

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,7 @@ Behavior change, now most calls to `BNG2.pl` won't result in verbose output, the
230230
Updated underlying BNG and NFsim versions, expanded documentation and preparing for a full release.
231231

232232
## 0.8.1
233-
Updated underlying BNG and NFsim versions.
233+
Updated underlying BNG and NFsim versions.
234+
235+
## 0.8.2
236+
Fixed bug in reading `DeleteMolecules` keyword when multiple molecules were deleted at once. Also, first installment of cleaning up constructor functions for model elements to allow programmatic model building (as opposed to just reading from BNGL file).

Issues/rule_keywords/test_DeleteMolecules.bngl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ begin reaction rules
2121
end reaction rules
2222
end model
2323

24-
#writeModel({suffix=>"changed",evaluate_expressions=>1,overwrite=>1})
25-
writeXML()
24+
writeModel({suffix=>"changed",evaluate_expressions=>1,overwrite=>1})
25+
#writeXML()

bionetgen/assets/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0 8 1 alpha 0
1+
0 8 2 alpha 0

0 commit comments

Comments
 (0)