-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
25 lines (17 loc) · 1.48 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Dec 09, 2010 [e1f26998baf8f3bba529d7932c89b17c67d9ad99]
Concerns: libbbrc.
1. Default behavior is now: aromatic wildcarding is switched off.
Accordingly removed environment variable FMINER_NO_AROMATIC and added FMINER_AROMATIC_WC (set to an arbitrary value to enable aromatic wildcarding).
Therefore, users that had FMINER_NO_AROMATIC *not* set will see no more aromatic wildcarding in the output.
Users that had previously set FMINER_NO_AROMATIC will still see no aromatic wildcarding.
2. Aromatic atoms are annotated with '&a' (see SMARTS documentation at http://www.daylight.com/dayhtml_tutorials/languages/smarts/index.html) to fix issue https://github.com/amaunz/fminer2/issues/closed#issue/2.
This is relevant when aromatic perception is activated (-a switch *not* set, not to be confused with aromatic wildcarding above).
For more information on switches and environment variables, see http://www.maunz.de/libfminer2-bbrc-doc/main.html.
Jan 24, 2011 [d82caab357ae3aed4aa15ef888a8ab277dd4b58a]
Concerns: libbbrc.
1. Aliphatic atoms are annotated with '&A'. This is relevant when matching back the SMARTS fragments- when the annotation is not set, there are match positions with ambiguous cases.
Jun 20, 2011 [3fece70f55008e1764caef7874b2cdd36f6b09a2]
Concerns: all.
1. Fminer is ready for multiple classes (http://www.maunz.de/wordpress/opentox/2011/multinomial-fminer).
2. Fminer emits pattern counts (see 'README' -> Environment Variables).
3. Extensive test suite ready (see 'test' subdirectories).