Greg Landrum
|
f3fbef45c5
|
update copyright statements
|
2010-09-26 17:04:37 +00:00 |
|
Greg Landrum
|
20096c76a9
|
refactoring of the BitVect interface to make capitalization consistent
w/ the rest of the RDKit. i.e.: SetNumBits -> setNumBits
|
2010-05-30 15:15:46 +00:00 |
|
Greg Landrum
|
423433a3e4
|
support Tversky similarity for SparseIntVects
|
2009-06-18 14:37:03 +00:00 |
|
Greg Landrum
|
ba8454586b
|
initial version of Tversky similarity (feature request 2015633) along with a bit of refactoring
http://sourceforge.net/tracker/index.php?func=detail&aid=2015633&group_id=160139&atid=814653
|
2008-07-11 11:13:03 +00:00 |
|
Greg Landrum
|
013fbde5b6
|
finish cleaning up the base64 code and fixing a core leak; add a test as well
|
2008-07-09 06:46:26 +00:00 |
|
Greg Landrum
|
940a9733b9
|
add operator== and operator!= to BitVects
|
2008-06-16 07:09:13 +00:00 |
|
Greg Landrum
|
029e08d6b4
|
merge in the changes from the 64 bit port branch r703:717
|
2008-06-11 05:01:17 +00:00 |
|
Greg Landrum
|
62cf27be2a
|
this makes it build under windows
|
2008-04-25 03:36:31 +00:00 |
|
Greg Landrum
|
10faff5964
|
add "distance" support; some code cleanup
|
2008-04-24 09:04:50 +00:00 |
|
Greg Landrum
|
93834a90bd
|
remove support for the useAbs function;
add bounds support on the dice metric
|
2007-10-05 15:35:11 +00:00 |
|
Greg Landrum
|
0ab0653c18
|
move DiceSimilarity code into c++
|
2007-10-04 03:34:06 +00:00 |
|
Greg Landrum
|
67f7dab587
|
fix a problem with __len__ in python (can't do it if we return a Long);
wrap GetLength() instead;
add getNonzeroElements()
|
2007-09-28 03:45:03 +00:00 |
|
Greg Landrum
|
1fa8cd321b
|
add SparseIntVect in both c++ and Python
This still needs windows testing.
|
2007-09-22 18:49:37 +00:00 |
|
Greg Landrum
|
37bf5f56f8
|
add operator+, operator-, operator+=, and operator -=
|
2007-03-17 06:55:53 +00:00 |
|
Greg Landrum
|
e66f08dc33
|
support operator& and operator|;
some doc cleanups;
fix a problem in the copy ctor for DiscreteValueVect
|
2007-03-15 05:59:08 +00:00 |
|
Greg Landrum
|
f31ac073b5
|
add pickle support to the UniformGrid and DiscreteValueVect classes;
This still needs to be checked on linux
|
2007-01-26 04:41:36 +00:00 |
|
Greg Landrum
|
5d03333c22
|
setup svn keywords (should have done this before import... grn)
|
2006-05-06 22:54:39 +00:00 |
|
Greg Landrum
|
75a79b6327
|
initial import
|
2006-05-06 22:20:08 +00:00 |
|