mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
* - added some missing const keywords - added an addFingerprint overload to allow passing pointers - added a test * changes in response to review * removed print * added missing shared_ptr declaration * added PatternNumBitsHolder serialization * - merged with upstream changes and resolved conflicts - got rid of PatternNumBitsHolder and leveraged the serialization version to get the PatternHolder to be backwards-compatible * built substructLibV1.pkl with an older version of boost * reverted serialization version to 1 only write numBits if != 2048 and only read numBits if it exists in the archive * bogus commit just to trigger a rebuild