Releases: PDB-REDO/libcifpp
Version 5.1.1
This is a maintenance release of libcifpp bringing a few minor bug fixes, mainly in I/O.
Version 5.1.0
There was some room for improvement. This version is considerably faster in parsing and writing large mmCIF files.
Release 5.0.9
This release is a total rewrite, again, bringing much faster code and a more convenient API.
One of the latest additions is code to do symmetry operations. This code is based on quaternions, when applicable, and is thus faster and more numerically stable.
Release 3.0.0
The interface of many routines was changed to use std::string_view instead of const std::string& or similar. This resulted in a nice performance increase. More optimisations have been introduced as well.
version 2.0.4
Some small fixes for reading mmCIF files containing multiple models where the first model is not numbered as 1.
version 2.0.1
This maintenance release fixes the symmetry operations table used inside libcifpp.
version 2.0.0
New API for accessing cif data (find, rows). New build system, now works on Windows as well.
Bug fixes and cmake
This release now builds on Windows as well.
Release 1.0.0
A first official release.
A first release
This is an initial release of the libcifpp library. It is a work in progress as the version number indicates.