Releases: MurrellGroup/ProteinChains.jl
Releases · MurrellGroup/ProteinChains.jl
v0.6.6
ProteinChains v0.6.6
v0.6.5
ProteinChains v0.6.5
v0.6.4
ProteinChains v0.6.4
v0.6.3
ProteinChains v0.6.3
v0.6.2
ProteinChains v0.6.2
v0.6.1
ProteinChains v0.6.1
- Remove warning message when reading
ProteinStructureStore
files serialized prior to v0.6. - Set up Literate.jl (WIP)
v0.6.0
ProteinChains v0.6.0
ProteinChain
andProteinStructure
now implemented with DynamicStructs.jlProteinStructureStore
uses a different file structure, but stores generated with v0.5 can still be loaded.- Add
Base.view
method forProteinStructureStore
for lazy loading of structures.
Breaking changes
- Swap the position of
ProteinChain
'sins_codes
andnumbering
fields. - Remove
ProteinStructureStore
read/write/delete attribute functions in favor of aBase.view
method forProteinStructureStore
. - Remove
StandardProperty
, and renameIndexableProperty
to simplyIndexable
, and require manual unwrapping with the exportedunwrap
function. - Remove
addproperties
,setproperties
,deleteproperties
and their mutating variants in favor of DynamicStructs.jl and the manualunwrap
vibe (see above).
v0.5.3
ProteinChains v0.5.3
v0.5.2
ProteinChains v0.5.2
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#16) (@dependabot[bot])