mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-06 22:39:55 +08:00
Dev/pickle properties (#1277)
* Adds pickling of properties (optional) * Ignores RDKit::Dict::Pairs - previously private * Fixes AllProps definition * Fixes BondProps seperation * Fixes reaction pickling - Adds ability to pickle atom + QueryAtom * Bumps pickle version * Removes fugly post-increments * Changes Default to NoProps * Tests more options for pickling * Runs clang format * Adds get/setDefaultPropertyPickleOptions, exposes to python * turns tests back on. * Fixes enum (clang was allowing c++11 semantics) * Adds global settings test * Code/GraphMol/testPicklerGlobalSettings.cpp
This commit is contained in:
committed by
Greg Landrum
parent
fb57081b66
commit
e70599a12e
@@ -178,6 +178,7 @@ typedef unsigned long long int uintmax_t;
|
||||
%include "../types.i"
|
||||
// Conformer seems to need to come before ROMol
|
||||
%include "../Conformer.i"
|
||||
%include "../Dict.i"
|
||||
%include "../RDProps.i"
|
||||
%include "../ROMol.i"
|
||||
%include "../RWMol.i"
|
||||
|
||||
Reference in New Issue
Block a user