[Rdkit-discuss] any want to get the current RDKit version?
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
From: Andrew D. <da...@da...> - 2010-01-25 03:45:55
|
I looked but found nothing in RDKit which gives a version string, like Q32009. That string only exists in ReleaseNotes.txt and setup.py, and does not appear to be propagated elsewhere in the code. The closest I could find was >>> rdBase._version() '$Id: RDBase.cpp 1061 2009-04-06 16:54:21Z glandrum $' and that's a module which is specifically marked as "no user serviceable parts inside." Am I missing something? I would like this information because I want to include the version information in my program's output, for purposes of provenance. Cheers! Andrew da...@da... |