Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 17:08
· 12 commits to main since this release

Backboner v0.11.0

Diff since v0.10.1

  • Support reading and writing .cif files with readchains and writechains.
  • Hide methods for getting bond lengths, angles, dihedrals from bond_vectors.
  • Stop exporting get_atom_displacements and get_atom_distances.
  • Load proteins with Float64 by default (instead of Float32).
  • Make get_dihedrals and get_bond_angles (hopefully) differentiable. (untested)
  • Store the rotations of Frames as batches of rotation matrices instead of batched of quaternions.
  • Remove Frame type in favor of batched multiplication.
  • Make (::Frames)(coords) differentiable