Hi Jean-Paul,

On Fri, Jul 8, 2011 at 4:56 PM, JP <[email protected]> wrote:
>
> Is there an RDkit method call which returns the version number of RDKit ?

In C++ the RDKit version information is available as a string pointer
defined by the RDGeneral/versions.h header file:

<snip>
namespace RDKit {
  const char *rdkitVersion="2011.06.1pre";
 <snip>

>From Python the same string should be available as a constant from the
rdkit.rdBase module:

>>> from rdkit.rdBase import rdkitVersion

HTH,
Riccardo

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to