SynBioDex / pySBOL3

Native python implementation of SBOL 3.0 specification
MIT License
37 stars 16 forks source link

Add `Document.change_object_namespace` #367

Closed tcmitchell closed 2 years ago

tcmitchell commented 2 years ago

Add Document.change_object_namespace method to change namespaces of objects. This method maintains referential integrity among the objects whose namespaces are changing.

Related to #235