PEtab-dev / PEtab

PEtab - an SBML and TSV based data format for parameter estimation problems in systems biology
https://petab.readthedocs.io
MIT License
59 stars 12 forks source link

Separate versioning of data format and python library #212

Closed dweindl closed 4 years ago

dweindl commented 4 years ago

As the library will change much more frequently, and as some users may rather be interested in the file format, it would make sense to use independent version numbers. For the data format, I'd use just integers. For the library ideally semantic versioning.

yannikschaelte commented 4 years ago

for the library, just continue using the current a.b.c format, not?

yannikschaelte commented 4 years ago

is there actually a need for a petab_version in the yaml files then? or should it rather be in the petab releasenotes, it is mentioned once a new format version is introduced, and in the yamls, only the format version is mentioned?

yannikschaelte commented 4 years ago

done in #231