Skip to content

Releases: PDB-REDO/libcifpp

Version 5.1.1

08 Aug 07:47
v5.1.1
15a49f1
Compare
Choose a tag to compare

This is a maintenance release of libcifpp bringing a few minor bug fixes, mainly in I/O.

Version 5.1.0

08 Jun 08:14
v5.1.0.1
836aed6
Compare
Choose a tag to compare

There was some room for improvement. This version is considerably faster in parsing and writing large mmCIF files.

Release 5.0.9

31 May 13:26
v5.0.9
bf9bdd2
Compare
Choose a tag to compare

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

10 Dec 09:44
v3.0.0
7ba9f68
Compare
Choose a tag to compare

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

03 Nov 11:53
v2.0.4
1a4ccd8
Compare
Choose a tag to compare

Some small fixes for reading mmCIF files containing multiple models where the first model is not numbered as 1.

version 2.0.1

06 Oct 11:29
v2.0.1
c767e89
Compare
Choose a tag to compare

This maintenance release fixes the symmetry operations table used inside libcifpp.

version 2.0.0

29 Sep 12:37
v2.0.0
1808845
Compare
Choose a tag to compare

New API for accessing cif data (find, rows). New build system, now works on Windows as well.

Bug fixes and cmake

31 Aug 13:55
v1.1.1
5f50429
Compare
Choose a tag to compare

This release now builds on Windows as well.

Release 1.0.0

17 Nov 18:26
Compare
Choose a tag to compare

A first official release.

A first release

28 Sep 06:17
694d93f
Compare
Choose a tag to compare
A first release Pre-release
Pre-release

This is an initial release of the libcifpp library. It is a work in progress as the version number indicates.