Skip to content

Releases: fbergmann/libSEDML

Release 2.0.33

23 Apr 13:37

Choose a tag to compare

This release adds support for SED-ML L1V5. Thanks to @luciansmith.

Mostly L1V5 makes it easier to define elements by just the SedAlgorithm class. Which was added to Task, Change, Output and Range. And if defined tasks and changes no longer require other attributes.

Release 2.0.32

07 Jun 11:36

Choose a tag to compare

This release fixes an issue (#165), where empty lists would be flagged as invalid during read.

Release 2.0.31

22 Apr 08:53

Choose a tag to compare

Only install the find module for libSEDML (fixes #163 ). Binaries use latest version of expat.

Release 2.0.30

06 Apr 12:51

Choose a tag to compare

This release changes the cmake configuration, so that instead of linking against libraries, we link against imported targets. This resolves the issue, that the cmake scripts generated would not be relocatable. To aid in this, Find scripts for dependencies will be installed into <prefix>/share/cmake/Modules.

Release 2.0.29

07 Mar 10:58
8e8c35c

Choose a tag to compare

This release fixes an issue, where id and name were not available from SedBase using the C API. Java bindings no longer build automatically with 1.6 compatibility (which has been removed from newer java versions), instead specify JAVA_COMPATIBLITY if you need specific compatibility.

This also addresses #162 , where no package config file was written anymore.

Release 2.0.28

04 Mar 15:46
c90be12

Choose a tag to compare

This release adds the option to disable the test build by using -DBUILD_TESTS=OFF. It also fixes an issue where libSEDML would fail to link when compiled with C++ namespaces enabled (Issue #161). Thanks to Alan Garny for raising the issue.

Release 2.0.27

15 Feb 14:41
ed655a7

Choose a tag to compare

This release fixes an issue, where an erroneous error message would have been given when additional attributes would be defined on a fill.

LibSEDML v2.0.26

07 Sep 06:45
a59c87d

Choose a tag to compare

LibSEDML v2.0.26 Pre-release
Pre-release

This version fixes a regression, that when setting the name of an element to the empty string, the id was reset instead.

Thanks to Jonathan for reporting and Lucian for fixing.

LibSEDML 2.0.25

06 Aug 07:25
9f00ad0

Choose a tag to compare

LibSEDML 2.0.25 Pre-release
Pre-release

This release changes the name of the scale type on a Bound from lin to linear, matching other occurrences in the library. As always thanks to @luciansmith for the PR.

LibSEDML 2.0.24

05 Aug 08:29
8d5253f

Choose a tag to compare

LibSEDML 2.0.24 Pre-release
Pre-release

This release contains the renaming of the attributes sourceRef and targetRef to xxxReference, also the ExperimentRef element has now been renamed to ExperimentReference.