SynBioDex / pySBOL3

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

Remove set_homespace and get_homespace #340

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

Functions set_homespace and get_homespace have been deprecated since the earliest alpha releases. Remove them. They have been replaced by set_namespace and get_namespace. No programs should be using the homespace variants any longer.