impresso / impresso-pycommons

Python module with bits of code (objects, functions) highly reusable within impresso.
http://impresso-pycommons.rtfd.io/
GNU Affero General Public License v3.0
3 stars 3 forks source link

Versioning manifests in impresso_commons #81

Closed piconti closed 1 month ago

piconti commented 5 months ago

We have devised a data versioning approach using manifests, as presented here.

Implement the code for such a manifest, which can be instantiated form the various processes:

piconti commented 5 months ago

Fist implementation of the logic is done and has been sandbox tested at a small scale.

The next steps are now to add docstrings and document the interaction with the DataManifest instances, as well as to test it at larger scale, in particular with the upcoming patches that will be done to the canonical data.

piconti commented 2 months ago

The documentation of the manifests is in progress.

In addition to the original task, a few modifications and/or features need to be implemented: