-
Notifications
You must be signed in to change notification settings - Fork 46
/
ChangeLog
53 lines (39 loc) · 2.13 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Mon Feb 25 01:25:15 UTC 2013 Richard Boulton <[email protected]>
* *: Patches from Marc Abramowitz to improve testing and
documentation.
* *: Rebuild with cython >= 0.17 to remove bug in generated code in
python 3.3.
* *: Fix bug in setup.py on windows; reported by Marijn van Vliet.
* Bump version number to 1.3.0
Tue Aug 09 16:23:11 BST 2011 Richard Boulton <[email protected]>
* *: Patch from Peter Bouda, with some small tweaks, to support
python 3.X. Tested with python 3.2rc3
* Incompatibility: in python 2.X, algorithms() now returns unicode
strings, instead of byte strings.
* Update to use latest libstemmer.
* Bump version number to 1.2.0
Thu Nov 05 23:44:19 GMT 2009 Richard Boulton <[email protected]>
* HACKING: Add a note to avoid me being confused by an out-of-date
MANIFEST file again.
* README: Update note about version of Python I'm using.
* docs/quickstart.txt: Expect romanian and turkish algorithms to be
listed, too.
Thu Nov 05 22:28:52 GMT 2009 Richard Boulton <[email protected]>
* docs/quickstart.txt: Add hungarian stemming algorithm.
* setup.py: Bump version number to 1.1.0.
* src/Stemmer.pyx: Add aliases parameter to the algorithms()
function to control whether to return alias names for the
algorithms or just the canonical names.
Mon Sep 18 02:08:52 BST 2006 Richard Boulton <[email protected]>
* setup.py: Read the source files from libstemmer_c/mkinc_utf8.mak,
instead of MANIFEST. Should remove unused code from generated
library which implemented stemming in non-UTF-8 character sets.
* Bump version number to 1.0.2
Mon Jun 19 07:51:38 BST 2006 Richard Boulton <[email protected]>
* setup.py: fix setup.py to work with python 2.3: don't use "set",
which doesn't exist before python 2.4.
* Stemmer.pyx: Add module-level "version()" function, to determine
version of Stemmer. General tidying up, too.
* Bump version number to 1.0.1
Sun Jun 11 22:22:00 BST 2006 Richard Boulton <[email protected]>
* Release initial package of PyStemmer, version 1.0