Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 11:00
· 18 commits to main since this release
fe6b393

Backboner v0.10.0

Diff since v0.9.8

  • Add support for residue "ins codes" (those letters next to residue numbers).
  • Make Backbone{T} a subtype of AbstractVector{AbstractVector{T}}, instead of AbstractMatrix{T}.
  • Only allow linear indexing of backbones.
  • Remove get_bond_lengths(bond_vectors), get_bond_angles(bond_vectors), and get_dihedrals(bond_vectors) methods, in favor of only having the method for backbones, which calls _get_bond_lengths(bond_vectors), _get_bond_angles(bond_vectors), and _get_dihedrals(bond_vectors).
  • Use BioStructures instead of PDBTools for writing.

Merged pull requests:

  • CompatHelper: add new compat entry for Zygote in [weakdeps] at version 0.6, (keep existing compat) (#19) (@github-actions[bot])