Skip to content

Releases: fbergmann/libSEDML

LibSEDML 2.0.22

19 Jul 09:02
acdb6bc
Compare
Choose a tag to compare
LibSEDML 2.0.22 Pre-release
Pre-release

This pre-prelease contains the final set of changes from the release of the draft L1V4 specification.

  • RemainingDimension has been renamed to AppliedDiemension, to indicate the dimensions to reduce, rather the ones to keep
  • SimpleRepeatedTask has been dropped, as the RepeatedTask can be used to describe simple repeated task as well.

LibSEDML 2.0.21

25 Jun 13:46
fe6bfce
Compare
Choose a tag to compare
LibSEDML 2.0.21 Pre-release
Pre-release

Another pre-release version of libSEDML. This version does support the new Algorithm class that will become part of L1V4, to encode all kinds of analysis methods as simulation class. What algorithm should be performed will be entirely determined by the Algorithm defined (in the usual way through KisaoId and algorithm parameters).

This release has an experimental feature that automatically sets the name of the algorithm / algorithm parameter, if it could be found in a snapshot of the KISAO ontology.

Thanks for @luciansmith for the contributions.

LibSEDML 2.0.20

25 May 09:50
9eef38f
Compare
Choose a tag to compare
LibSEDML 2.0.20 Pre-release
Pre-release

This release fixes an issue for python / ruby bindings, where dependentVariable objects returned were not correctly downcast. Thanks to @luciansmith for reporting.

LibSEDML 2.0.19

26 Apr 09:47
5d331dd
Compare
Choose a tag to compare
LibSEDML 2.0.19 Pre-release
Pre-release

New in this release are a number of new elements for L1V4:

  • task changes on sub tasks
  • reverse attribute
  • concatenate attribute on repeated task

LibSEDML 2.0.18

07 Apr 14:38
36e17ff
Compare
Choose a tag to compare
LibSEDML 2.0.18 Pre-release
Pre-release

This release yields further updates for L1V4. The 'style' attribute has been renamed to 'type' for line, fill and markerstyles. Now id / name is on the base class. Thanks to @luciansmith for these contributions.

Additionally it is now possible to iterate through elements of the SED-ML document using the getAllElements (c++) or getListOfAllElements function (the binding languages). It would return either all elements, or only the ones filtered for (which you can do by providing a class derived from SedElementFilter, and providing a filter method in there.

LibSEDML 2.0.17

26 Mar 09:32
d87e619
Compare
Choose a tag to compare
LibSEDML 2.0.17 Pre-release
Pre-release

This pre-release fixes an issue with sorting of ordered objects that @luciansmith submitted. Also there has been a fix for the language bindings, so that the listOfStyles is properly downcast.

LibSEDML 2.0.16

24 Mar 11:28
ab15ef0
Compare
Choose a tag to compare
LibSEDML 2.0.16 Pre-release
Pre-release

This release fixes an issue, where numberOfPoints on UniformRange would not be written out. It also includes utility functions by @luciansmith that allow sorting subtasks / curves by their order, and resolve styles for l1v4 plots.

LibSEDML 2.0.14

12 Jan 13:26
Compare
Choose a tag to compare
LibSEDML 2.0.14 Pre-release
Pre-release

This release fixes the issue, that it was not possible to read back in multiple changed elements from a changeXML element as reported in #89. Thanks to Jonathan for reporting.

LibSEDML 2.0.13

17 Dec 07:42
Compare
Choose a tag to compare
LibSEDML 2.0.13 Pre-release
Pre-release

This version fixes the issue, that SetValue, no longer had Parameters / Variables. Also the Java / C# bindings work again. Thanks to Lucian for reporting.

LibSEDML 2.0.12

07 Dec 14:38
Compare
Choose a tag to compare
LibSEDML 2.0.12 Pre-release
Pre-release

This version includes the pull request by Lucian, that will either write number of points or number of steps. It is still a pre-release, as L1V4 is still not released.