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

Releases: biotite-dev/fastpdb

fastpdb 1.3.3

Choose a tag to compare

@padix-key padix-key released this 27 May 15:49
  • Fixed reading of PDB files with less than 80 characters per line from file-like object (#24)

fastpdb 1.3.2

Choose a tag to compare

@padix-key padix-key released this 07 Apr 09:46
64d6b14
  • Support for Python 3.13

fastpdb 1.3.1

Choose a tag to compare

@padix-key padix-key released this 06 May 14:52
bbaa785
  • Added wheel for Apple Silicon (arm64)

fastpdb 1.3.0

Choose a tag to compare

@padix-key padix-key released this 12 Jan 14:46
8e59344
  • Enable compatibility with Biotite 0.39
  • Support Python 3.12
  • Allow parsing structures with invalid CRYST1 record

fastpdb 1.2.0

Choose a tag to compare

@padix-key padix-key released this 30 May 06:44
c704735
  • Enable compatibility with Biotite 0.37

fastpdb 1.1.0

Choose a tag to compare

@padix-key padix-key released this 07 Feb 13:33
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

fastpdb 1.0.1

Choose a tag to compare

@padix-key padix-key released this 28 Apr 12:45
  • Support Python 3.10
  • Fix alignment of atom_name and res_name column

fastpdb 1.0.0

Choose a tag to compare

@padix-key padix-key released this 12 Nov 14:00
v1.0.0

Docstring fixes