Skip to content

Releases: PDB-REDO/libcifpp

Version 7.0.3

12 Mar 12:59
v7.0.3
ac98531
Compare
Choose a tag to compare

This release fixes a problem where the exports.hpp was not installed.

Version 7.0.1

06 Mar 15:57
v7.0.1
da8a72a
Compare
Choose a tag to compare

Read compound info from embedded restraints files properly.

Release 7.0.0

17 Feb 15:09
v7.0.0
93375a5
Compare
Choose a tag to compare

This release attempts to bring more consistent naming.

Next to that, error handing has changed somewhat and there's now code to repair mmCIF files, especially when those files lack certain required fields or categories required by libcifpp itself.

Release 6.1.0

04 Jan 12:39
v6.1.0
9db1276
Compare
Choose a tag to compare

Bug fix release.

But also contains code to validate and repair incomplete PDB or mmCIF/PDBx files.

Version 6.0.0

12 Dec 08:45
v6.0.0
4782a4e
Compare
Choose a tag to compare

A new release of libcifpp. The main change is the way chemical compound information is retrieved. Former versions of libcifpp could use the CCP4 monomer library as source but that has been dropped.

Furthermore, boost is no longer used for testing (but you still need boost for the regular expression inside the validator in case you use the standard library from GCC).

And a lot of effort went into setting up github continuous integration and making sure the code builds on all major platforms.

Release 5.2.2

17 Oct 10:26
v5.2.2
288b2bb
Compare
Choose a tag to compare

This release contains mainly fixes in the documentation but also a fix for kGoldenRatio which should be const and not constexpr.

Version 5.1.2

22 Aug 11:47
v5.1.2
9dc5d11
Compare
Choose a tag to compare

New release fixing the cifppConfig.cmake file to work around issue with FindEigen3.cmake

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.