Releases: BioJulia/BioStructures.jl
Releases · BioJulia/BioStructures.jl
v0.11.3
- Gzip support is added for reading and writing mmCIF files via the
gzip
keyword argument.
v0.11.2
- Add
get
method forMMCIFDict
.
v0.11.1
- Fix bug in reading mmCIF data values containing a comment character.
v0.11.0
- The required versions of BioSequences.jl and BioAlignments.jl are updated to v2 of each, with support for earlier versions being dropped.
AminoAcidSequence
is hence renamed toLongAminoAcidSeq
. threeletter_to_aa
, a lookup table of amino acids, is re-exported from BioSymbols.
v0.10.1
- Change compatibility bounds for new DataFrames.jl release.
v0.10.0
- Change keyword argument names
pdb_dir
todir
andfile_format
toformat
fordownloadpdb
,downloadentirepdb
,updatelocalpdb
,downloadallobsoletepdb
andretrievepdb
. - Remove
readpdb
, which has the same functionality asread
. - API reference section, more docstrings, links to related software and interactive Bio3DView.jl examples in documentation.
v0.9.4
- Change compatibility bounds for new RecipesBase.jl and CodecZlib.jl releases.
v0.9.3
- Change compatibility bounds for new RecipesBase.jl release.
v0.9.2
- Improvements to performance throughout the package. Some functions are made up to 5 times faster.
v0.9.1
- Fix documentation build.