nfdi4plants / ARCtrl

Library for management of Annotated Research Contexts (ARCs) using an in-memory representation and runtime-agnostic contract systems.
MIT License
11 stars 8 forks source link

Increase robustness against OntologyAnnotation mutability issues #380

Closed HLWeil closed 3 months ago

HLWeil commented 3 months ago

ArcTable.FillMissingCells and Json CompositeCell compressed decoder now Copy CompositeCell to avoid OntologyAnnotation mutability issues.

closes #378