[Rdkit-devel] bivariate_normal deprecation

2018-05-03 Thread Kiran Telukunta
Hi All, What is the best way to rewrite in rdkit.Chem.Draw import SimilarityMaps def calcAtomGaussians(mol, a=0.03, step=0.02, weights=None): As mlab.bivariate_normal ​​ is deprecated. Should we use scipy multivarate

Re: [Rdkit-devel] bivariate_normal deprecation

2018-05-04 Thread Kiran Telukunta
r this. Do you want > to create that or shall I? > > Best, > -greg > > > > On Fri, 4 May 2018 at 06:19, Kiran Telukunta info> wrote: > >> Hi All, >> >> >> What is the best way to rewrite in rdkit.Chem.Draw import SimilarityMaps >> >>