oemof / oemof-tabular

Load oemof energy systems from tabular data sources.
https://oemof-tabular.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Feature proposal: Write oemof.tabular version into metadata in `infer_metadata` #64

Closed jnnr closed 1 year ago

jnnr commented 2 years ago

This will allow tracking compatibility between data and code.

Include something like this in infer_metadata:

p.descriptor["tabular-version"] = oemof.tabular.__version__

And check the version against a list of supported versions when calling deserialize_energysystem.

jnnr commented 1 year ago

Done in #79