Skip to content

Releases: copasi/basico

Release 0.70

03 Jul 08:02
Compare
Choose a tag to compare

This release fixes an issue (#56 ) where mapping a number to a reaction parameter would only work if that parameter was in the first position. Additionally, time course settings are now restored when retrieving simulation results for experiments, issue (#54).

Release 0.69

26 May 13:55
Compare
Choose a tag to compare

This release fixes an issue where notes / annotations could not be set on all elements. This fixes #53 .

Release 0.68

13 May 08:44
Compare
Choose a tag to compare

This release fixes an issue that corrupted expressions when replacing CNs with display names. #52

Release 0.67

22 Apr 12:41
Compare
Choose a tag to compare

This release fixes an issue if NaNs are in the list of affected experiments.

Release 0.66

18 Apr 09:04
Compare
Choose a tag to compare

This release fixes an issue, where the compartment dimensions could not be set with a numpy integer. #49 .

Release 0.65

05 Apr 08:06
Compare
Choose a tag to compare

This release fixes issues #45 and #46, where it was not possible to add experiments for model elements that were added (until the experiment was saved). Now the model is compiled before adding experiments solving that issue. Additionally get_simulation_results disables randomize_start_values when calculating the solution statistic.

Finally several changes were made to make basico compatible with upcoming breaking API changes in the COPASI backend.

Release 0.64

20 Mar 08:52
Compare
Choose a tag to compare

This release fixes an issue when expression contained logical || or && or used e-notation.

Release 0.63

18 Mar 13:27
Compare
Choose a tag to compare

Another bug fix release, for retrieving / setting CN's. Now empty references will be given as empty string.

Release 0.62

18 Mar 11:10
Compare
Choose a tag to compare

This release fixes the issues #40, where the initial time could not be retrieved or set. #41 and #42 where CNs could not be retrieved for generalized task settings.

Release 0.61

15 Mar 14:29
Compare
Choose a tag to compare

This release contains further improvements in translating expressions with names to expressions of CNs as expected by the COPASI C++ API.