Skip to content

Releases: BioJulia/BioStructures.jl

v0.11.3

28 Sep 20:02
Compare
Choose a tag to compare
  • Gzip support is added for reading and writing mmCIF files via the gzip keyword argument.

v0.11.2

27 Sep 11:50
Compare
Choose a tag to compare
  • Add get method for MMCIFDict.

v0.11.1

24 Sep 14:26
Compare
Choose a tag to compare
  • Fix bug in reading mmCIF data values containing a comment character.

v0.11.0

05 Jun 10:25
Compare
Choose a tag to compare
  • 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 to LongAminoAcidSeq.
  • threeletter_to_aa, a lookup table of amino acids, is re-exported from BioSymbols.

v0.10.1

06 May 18:16
Compare
Choose a tag to compare
  • Change compatibility bounds for new DataFrames.jl release.

v0.10.0

12 Apr 23:50
Compare
Choose a tag to compare
  • Change keyword argument names pdb_dir to dir and file_format to format for downloadpdb, downloadentirepdb, updatelocalpdb, downloadallobsoletepdb and retrievepdb.
  • Remove readpdb, which has the same functionality as read.
  • API reference section, more docstrings, links to related software and interactive Bio3DView.jl examples in documentation.

v0.9.4

07 Apr 10:26
Compare
Choose a tag to compare
  • Change compatibility bounds for new RecipesBase.jl and CodecZlib.jl releases.

v0.9.3

24 Mar 13:46
Compare
Choose a tag to compare
  • Change compatibility bounds for new RecipesBase.jl release.

v0.9.2

09 Feb 22:55
Compare
Choose a tag to compare
  • Improvements to performance throughout the package. Some functions are made up to 5 times faster.

v0.9.1

20 Jan 17:05
Compare
Choose a tag to compare
  • Fix documentation build.