| Author | Topic |
Posts: 293
Registered: May 2004
|
|
Release of libSBML-4.1.0-b1
|
04 Sep '09 09:06
|
 |
|
--------------------
libSBML-4.1.0-b1
--------------------
We are pleased to announce the release of libSBML-4.1.0-b1 which is
available for download from
https://sourceforge.net/projects/sbml/files/
******************************************************************************
This is a beta version that includes support for reading
SBML L3 core as currently defined in the L3 specification
Public Review Draft published 2009-08-22.
Features that are supported:
- reading an L3V1 SBML file
- getFoo() functions for all new attributes
- isSetFoo() functions for all newly required attributes
Features that are not yet implemented:
- the "required" attribute for packages on the sbml element
- the "sbml:units" attribute on the cn element
- the setFoo() functions
- validation
- conversion to or from L3
Note that since the type of both the spatialDimensions attribute
on a <Compartment> and the exponent attribute on a <Unit> have
changed to double there are functions
double getSpatialDimensionsAsDouble()
double getExponentAsDouble()
in addition to the existing
unsigned int getSpatialDimensions()
int getExponent().
The former functions will return L2 values as doubles
whilst the latter will only return the value of the L3
attribute if it can be cast appropriately.
The implementation works for all language bindings except
MATLAB and Octave.
******************************************************************************************
Please report any problems you encounter using libSBML either to the
mailing list libsbml-team@caltech.edu or using the issue tracker
for libSBML at
https://sourceforge.net/tracker/?group_id=71971&atid=942737
Thanks
Sarah, Akiya & Mike
____________________________________________________________
To manage your sbml-discuss list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/sbml-discuss
For a web interface to the sbml-discuss mailing list, visit
http://sbml.org/Forums/
For questions or feedback about the sbml-discuss list,
contact sbml-team@caltech.edu
|
|
|