-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathchangelog.txt
28 lines (22 loc) · 924 Bytes
/
changelog.txt
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
2023-02-16, 0.11.2
* fix for python3.11
2023-02-16, 0.11.1
* drop support of python 3.6 for pip
2022-01-18, 0.11.0
* support python 3.10 new macros
* bump Cython version to 0.29.26
2015-07-04, 0.9.6.1
* removed extraneous use of 'typename' in array-aho.h:92
2015-02-20, 0.9.6
* No longer make a terminal node out of every node with a failure node
that /goes to/ a terminal, fixing bug 3, which is hard to characterize.
2015-02-17, 0.9.5
* Fixed bug 2 where find_longest took the /last/ key-match from a
contiguous sequence of key-matches, rather than the longest one.
* Updated to Cython 22.0 for no reason.
2014-05-01, 0.9.4
* Incorporated setup.py change from Balthazar Roubero to make it install
properly with pip.
* Dropped the initial directory name from the noaho module, ie,
previously you'd import noaho.noaho, now it's just import noaho.
* Cleaned up the code and docs some, re-built with Cython 20.1