-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
101 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
layout: structure | ||
title: "COPASI 4.43 Build 288" | ||
structure: "Change_History" | ||
--- | ||
|
||
<div class="row"> | ||
<div class="col-xs-12"> | ||
<h3 >Version 4.43.288</h3> | ||
Release Date: April 28, 2024<br /> | ||
|
||
<h4>New Features since COPASI 4.42 (Build 284)</h4> | ||
<ul> | ||
<li> Standards | ||
<ul> | ||
<li> | ||
SBML: Added support of SBML Level 3 Version 2 | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
||
<h4>Bug Fixes since COPASI 4.42 (Build 284)</h4> | ||
<ul> | ||
<li> Graphical User Interface (CopasiUI) | ||
<ul> | ||
<li> | ||
Event Overview: The assignments associated with an event are no properly displayed. | ||
</li> | ||
<li> | ||
Optimization: Changing of the subtask is now preserved without running the optimization task. | ||
</li> | ||
<li> | ||
Task and subtask names are now consistently handled in sensitivities, optimization, and scan. | ||
</li> | ||
<li> | ||
Scan Task: Improved handling of output from subtask by allowing finer control over when output is captured. | ||
</li> | ||
</ul> | ||
</ul> | ||
</li> | ||
<li> Simulation Engine | ||
<ul> | ||
<li> | ||
Fix calculations involving constant rates which were in certain situations (e.g. event assignments) not correctly updated. | ||
</li> | ||
</ul> | ||
</li> | ||
<li> API | ||
<ul> | ||
<li> | ||
In the case that multiple data models with the same name where loaded simultaneously, renaming an object in one data model does not longer effect references the other models. | ||
</li> | ||
<li> | ||
Setting CCopasiParameter values directly will now result in a call to the parent group to assure proper synchronization of related parameters. | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
layout: "post" | ||
title: "COPASI 4.43 (Build 288) Released" | ||
author: "Stefan Hoops" | ||
topic: "Release" | ||
date: "2024-04-29 1:00:00" | ||
excerpt_separator: <!--more--> | ||
--- | ||
|
||
### The COPASI team announces the immediate availability of the stable release COPASI 4.42 (Build 284). | ||
|
||
A new release of COPASI has been made available. Please visit our [free download]({{ site.baseurl }}/Download/) page to retrieve this latest development release. Please note this version is released under the [Artistic License 2.0]({{ site.baseurl }}/Download/License/), which is an [OSI](https://www.opensource.org/) approved license. This license allows non-commercial and commercial use free of charge. | ||
|
||
Release Date: April 29, 2024 | ||
|
||
#### New Features | ||
* Standards | ||
* SBML: Added support of SBML Level 3 Version 2 | ||
|
||
#### Bug Fixes | ||
* Graphical User Interface (CopasiUI) | ||
* Event Overview: The assignments associated with an event are no properly displayed. | ||
* Optimization: Changing of the subtask is now preserved without running the optimization task. | ||
* Task and subtask names are now consistently handled in sensitivities, optimization, and scan. | ||
* Scan Task: Improved handling of output from subtask by allowing finer control over when output is captured. | ||
* Simulation Engine | ||
* Fix calculations involving constant rates which were in certain situations (e.g. event assignments) not correctly updated. | ||
* Language Bindings | ||
* In the case that multiple data models with the same name where loaded simultaneously, renaming an object in one data model does not longer effect references the other models. | ||
* Setting CCopasiParameter values directly will now result in a call to the parent group to assure proper synchronization of related parameters. | ||
|
||
More information can be found in the | ||
[changelog]({{ site.baseurl }}/Support/Change_History/COPASI_4_43_Build_288/). |