-
This is a feature on which many software developers rely, and which would be equally useful to modellers and model users.
-
Some small changes to the [CellML 2.0 Specification page](https://www.cellml.org/specifications/cellml_2.0/):
- [x] Replace "The 'what has changed document' describes the changes between this version…
-
This information would be useful for composition.
- Languages with units
- [ ] SBML -- SBML has some support for units, but many models don't use this.
- Languages with implicit units
- [ ]…
-
E.g.
```
[membrane]
V = engine.pace
oxmeta: membrane_voltage
in [mV]
```
in a new (still unreleased) Myokit version these will be exported to RDF annotations in CellML, ready for us…
-
Something that shows how you
- load a cellml model
- change a variable
- do some querying
-
This may be more of a question than an issue. When using libCellML to generate code that can be called from an external integrator we have a specific RHS API generated that the external program can ca…
-
I've started testing `cellmlmanip` against my CellML 1.0 test set, and have updated it to generate reports of what went right/wrong
https://github.com/MichaelClerx/cellml-validation/blob/master/rep…
-
Also a test on component model will be great to have
-
Andre has recently announced a new model compaction algorithm (https://lists.cellml.org/sympa/arc/cellml-tools-developers/2014-09/msg00000.html) and it would be good if this was available in OpenCOR a…
-
For example
```
x = 3 [mV]
y = 6 [pA]
```
should be OK. This is already accepted e.g. by the CellML export (#56, #460)
Essentially this would add a level between strict and tolerant:
1. Str…