epiverse-trace / datatagr

Tagging, validating, and safeguarding data to help harden data pipelines.
https://epiverse-trace.github.io/datatagr/
Other
1 stars 0 forks source link

linelist compatible function design #25

Closed chartgerink closed 4 weeks ago

chartgerink commented 2 months ago

Throughout the design of datatagr, we inherit choices from linelist in part and also are constrained to keep as much compatibility as possible with linelist.

If we have to make changes that are not compatible with linelist, it would be preferable if these can be worked around there, and do not require sudden breaking changes in the linelist package itself.

This is a meta-issue, tracking the various points where we are still exploring how best to do this:

chartgerink commented 4 weeks ago

This issue is outdated and I'm closing it, as we decided in #32 that breaking changes are necessary. Any downstream issues will have to be dealt with in the refactor in linelist directly as we integrate datatagr there at some point.