Skip to content
This repository was archived by the owner on Jun 21, 2026. It is now read-only.

fastpdb 1.1.0

Choose a tag to compare

@padix-key padix-key released this 07 Feb 13:33
· 69 commits to main since this release
49b6dcc
  • Support Python 3.11
  • The used custom exceptions are the same as in Biotite
  • Malformed PDB files containing lines with missing trailing whitespace can be read
  • Malformed PDB files with a charge written as +X instead of X+ can be read
  • CRYST1 records are correctly padded to a line length of 80
  • Fast implementation of get_remarks()
  • fastpdb.PDBFile inherits from biotite.structure.io.PDBFile to support all other current and future methods