~divmod-dev/divmod.org/imap-server-440

« back to all changes in this revision

Viewing changes to Reverend/changelog.txt

  • Committer: washort
  • Date: 2005-10-25 18:49:27 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:2573
import Reverend

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
25 November 2004
 
2
Release 0.3
 
3
Fixed error in calculation.
 
4
Simpler regex tokenization. Now works with unicode.
 
5
Removed split.py.
 
6
 
 
7
5 October 2003
 
8
Release 0.2.4
 
9
Added utility methods for removing, renaming and merging Pools:
 
10
    removePool(), renamePool() and mergePools()
 
11
 
 
12
Also added utility methdos for inspecting pool data:
 
13
    poolData() and poolTokens()
 
14
    
 
15
All of these methods take pool names as arguments.
 
16
 
 
17
25 Aug 2003
 
18
Release 0.2.3
 
19
Made it possible to pass an iterator of tokens.
 
20
 
 
21
16 Aug 2003
 
22
Release 0.2.2
 
23
Added ability to "forget" training using Bayes.untrain()
 
24
 
 
25
2 Aug 2003
 
26
Release 0.2.1
 
27
Removed the declaration of slots the tokenizer to make it
 
28
play nice with Quotient. No change in functionality.
 
29
 
 
30
16 June 2003
 
31
Release 0.2
 
32
Added basic GUI for training and testing.
 
33
Made the storage class pluggable, so different storage managers
 
34
can be used.
 
35
Some convenience functions and better repr.
 
36
Removed some code that was not being run.
 
37
 
 
38
18 May 2003
 
39
Release 0.1
 
40
Initial release