Skip to content

Commit 88c4c3f

Browse files
committed
- updated readme
1 parent f8e1de2 commit 88c4c3f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ Bug fixes:
2828
* numerous improvements
2929

3030
Thanks of course to Sarah Keating, without whom the project would not have been possible, to Bertrand Moreau for helping to improve the CMake build and the Python Bindings.
31+
32+
## libSEDML 2.0.33
33+
34+
New Features
35+
36+
* Support for SED-ML L1V5
37+
38+
Thanks to Lucian for updating

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# LibSEDML
2-
Some time ago I developed [libSedML](http://libsedml.sf.net) a C# library that fully supports [SED-ML](http://sed-ml.org) for SBML as well as CellML models for creation of the description just as for the execution of Simulation Experiments. However, frequently the question to a C++ based library comes up. This project makes use of [libSBML](http://sbml.org/Software/libSBML) XML layer as well as code generation as starting point to produce a library for reading and writing of SED-ML models.
2+
is a library for reading, writing and manipulating [SED-ML](https://sed-ml.org/) files. It was largely generated by [Devisor](https://github.com/sbmlteam/deviser), with many handcurated changes. The library makes use of [libSBML](http://sbml.org/Software/libSBML) XML layer.
33

44
## Dependencies
55

@@ -44,7 +44,7 @@ API documentation is something to be added and pull requests are happily accepte
4444
is provided and documentation can be generated after checkout like so:
4545

4646
```bash
47-
PROJECT_NUMBER=2.0.32 doxygen -x libSEDML.doxyfile > Doxyfile && doxygen
47+
PROJECT_NUMBER=2.0.33 doxygen -x libSEDML.doxyfile > Doxyfile && doxygen
4848
```
4949

5050
This expands the version number in the doxygen file, creates a temporary `Doxyfile` and runs doxygen with it. After that the

0 commit comments

Comments
 (0)