Molpher-lib Changelog
Current Version: 0.0.0b3
Previous Version: 0.0.0b2
New Features
- the tree now has a
sourceandtargetattributes which contain SMILES strings of the source and target structures
Changes
- the
./deps/build_deps.shscript is now retired and removed- use the conda build environment instead (its current snapshot is always saved in
environment.yml) - the environment can be supplied to cmake via the CONDA_PREFIX environment variable (automatically set when
conda activate {env}is run)
- use the conda build environment instead (its current snapshot is always saved in
- because RDKit dropped Python 2 support, Python 2 conda packages will no longer be built for molpher-lib
- simplified conda package build
- use
conda-forgeas the main channel for dependencies (also necessary to specify duringconda install), README changed accordingly - the atom types incorporated into generated structures now follow realistic distribution derived from ChEMBL
- this affect the
AddAtom,InterlayAtomandMutateAtomoperators
- this affect the