IBM / datascienceontology

Data Science Ontology
https://www.datascienceontology.org
Creative Commons Attribution 4.0 International
36 stars 14 forks source link

Package versions in annotations #11

Open epatters opened 5 years ago

epatters commented 5 years ago

Package versions should be attached to annotations. This is important for reproducibility and maintainability over time.

Implementation guidance: It would be too cumbersome to pin all the annotations for a particular package to a single version number. We will take a more lightweight approach. Individual annotations will have an optional field for package version. This can be bumped when breaking changes are made to the package's API.

Once implemented here, the Python and R flow graph packages should be updated to resolve annotations using the versioning information.