You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProteinChain and ProteinStructure now implemented with DynamicStructs.jl
ProteinStructureStore uses a different file structure, but stores generated with v0.5 can still be loaded.
Add Base.view method for ProteinStructureStore for lazy loading of structures.
Breaking changes
Swap the position of ProteinChain's ins_codes and numbering fields.
Remove ProteinStructureStore read/write/delete attribute functions in favor of a Base.view method for ProteinStructureStore.
Remove StandardProperty, and rename IndexableProperty to simply Indexable, and require manual unwrapping with the exported unwrap function.
Remove addproperties, setproperties, deleteproperties and their mutating variants in favor of DynamicStructs.jl and the manual unwrap vibe (see above).