Releases: fbergmann/libSEDML
Release 2.0.33
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
This release fixes an issue (#165), where empty lists would be flagged as invalid during read.
Release 2.0.31
Only install the find module for libSEDML (fixes #163 ). Binaries use latest version of expat.
Release 2.0.30
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
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
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
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
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
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
This release contains the renaming of the attributes sourceRef and targetRef to xxxReference, also the ExperimentRef element has now been renamed to ExperimentReference.