Releases: biotite-dev/fastpdb
Releases · biotite-dev/fastpdb
fastpdb 1.3.1
fastpdb 1.3.0
- Enable compatibility with Biotite 0.39
- Support Python 3.12
- Allow parsing structures with invalid
CRYST1
record
fastpdb 1.2.0
- Enable compatibility with Biotite 0.37
fastpdb 1.1.0
- 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 ofX+
can be read CRYST1
records are correctly padded to a line length of 80- Fast implementation of
get_remarks()
fastpdb.PDBFile
inherits frombiotite.structure.io.PDBFile
to support all other current and future methods
fastpdb 1.0.1
- Support Python 3.10
- Fix alignment of
atom_name
andres_name
column
fastpdb 1.0.0
v1.0.0 Docstring fixes