Skip to content

Releases: biotite-dev/fastpdb

fastpdb 1.3.1

06 May 14:52
bbaa785
Compare
Choose a tag to compare
  • Added wheel for Apple Silicon (arm64)

fastpdb 1.3.0

12 Jan 14:46
8e59344
Compare
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
Compare
Choose a tag to compare
  • Enable compatibility with Biotite 0.37

fastpdb 1.1.0

07 Feb 13:33
49b6dcc
Compare
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
Compare
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
Compare
Choose a tag to compare
v1.0.0

Docstring fixes