root / NEWS @ 5dc96a4e
History | View | Annotate | Download (1.9 kB)
| 1 | Overview of Changes |
|---|---|
| 2 | =================== |
| 3 | |
| 4 | * 0.8 (2013/03/15) |
| 5 | |
| 6 | * Compilation error because of missing config.h inclusion was fixed. |
| 7 | * Compilation error with newer GLib was fixed. |
| 8 | |
| 9 | * 0.7 (2012/01/13) |
| 10 | |
| 11 | * External LibSylph (standalone or Sylpheed) can be used instead of |
| 12 | built-in one. |
| 13 | |
| 14 | * 0.6 (2011/11/14) |
| 15 | |
| 16 | * Received header is also used for classification now. |
| 17 | * The verbose mode has several levels now. |
| 18 | * Sylfilter command: an option to specify database directory was added. |
| 19 | * Sylfilter command: -V (print version) option was added. |
| 20 | |
| 21 | * 0.5 (2011/10/13) |
| 22 | |
| 23 | * The calculation of combined probability of Robinson-Fisher method was |
| 24 | fixed. The version 0.4 wrongly applied the total number of words in |
| 25 | a message without excluding the words within the minimum deviation. |
| 26 | This fix will introduce more accurate filtering and a small speedup. |
| 27 | * Sylfilter command: options to specify Robinson-Fisher parameters were |
| 28 | added. |
| 29 | * The bug that a multibyte filename could not be passed on Windows was |
| 30 | fixed. |
| 31 | |
| 32 | * 0.4 (2011/10/6) |
| 33 | |
| 34 | * Robinson-Fisher method was implemented, and it is used by default. |
| 35 | This will improve the accuracy of filtering. Previous Paul/Naive bayes |
| 36 | method still can be used with -m option. |
| 37 | * Sylfilter command: an option to specify filtering method (-m) was added. |
| 38 | |
| 39 | * 0.3 (2011/9/29) |
| 40 | |
| 41 | * Sylfilter command: -j and -C / -c and -J option can be specified |
| 42 | at the same time |
| 43 | * Sylfilter command: -B (no-bias for clean messages) option was added. |
| 44 | * GDBM support was added (exclusive with QDBM) |
| 45 | * APIs for global configuration were added |
| 46 | |
| 47 | * 0.2 (2011/9/13) |
| 48 | |
| 49 | * Speedup learning (data incompatible to 0.1) |
| 50 | * Support Windows |
| 51 | |
| 52 | * 0.1 (2011/9/5) |
| 53 | |
| 54 | * Initial release |
| 55 | * Supports QDBM and SQLite |
| 56 | * Provides libsylfiter library and sylfilter command-line tool |
| 57 | * Initial implementation of bayesian filter |