Skip to content

Releases: biotite-dev/fastpdb

fastpdb 1.3.3

27 May 15:49

Choose a tag to compare

  • Fixed reading of PDB files with less than 80 characters per line from file-like object (#24)

fastpdb 1.3.2

07 Apr 09:46
64d6b14

Choose a tag to compare

  • Support for Python 3.13

fastpdb 1.3.1

06 May 14:52
bbaa785

Choose a tag to compare

  • Added wheel for Apple Silicon (arm64)

fastpdb 1.3.0

12 Jan 14:46
8e59344

Choose a tag to compare

  • Enable compatibility with Biotite 0.39
  • Support Python 3.12
  • Allow parsing structures with invalid CRYST1 record

fastpdb 1.2.0

30 May 06:44
c704735

Choose a tag to compare

  • Enable compatibility with Biotite 0.37

fastpdb 1.1.0

07 Feb 13:33
49b6dcc

Choose a tag to compare

  • 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

fastpdb 1.0.1

28 Apr 12:45

Choose a tag to compare

  • Support Python 3.10
  • Fix alignment of atom_name and res_name column

fastpdb 1.0.0

12 Nov 14:00

Choose a tag to compare

v1.0.0

Docstring fixes