Releases: sbmlteam/libCombine
libCombine 0.2.7
This version of libCombine solves several issues, that arose over the past year. New is that metadata handling can be disabled when reading in archives (using the skipOmex flag on CombineArchive::initializeFromArchive
. Additional improvements have been made to writing out archives.
The java binaries, now include linux64 and osx binaries. Python binaries are available on pypi.
HARMONY 2019 Release
During HARMONY 2019, we discussed the possibility of one content
element cross referencing other elements. The aim is to use that information, to find related entries to one entry. This release adds a new crossRef
element, that can be set.
Initial Release
Initial release of libCombine, a C++ API library supporting the COMBINE Archive. This release is made in order to elicit feedback on how to improve the API. This library supports:
- C++
- .NET
- Java
- Python
Examples are available online:
Rudimentary documentation is online here:
For more information and instructions for building the library see README.md.