-
Notifications
You must be signed in to change notification settings - Fork 5
/
NEWS
47 lines (30 loc) · 1.03 KB
/
NEWS
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
Version 0.4.1
=================================
DEVELOPMENT
* Replace C++17-deprecated features
Version 0.3.1
=================================
MINOR
* Accomodated knitr breaking change
* Updated maintainer
DEVELOPMENT
* Internal refactoring using templates has drastically reduced the size of the codebase
* Options to include the keys, as well as values, of matches have been incorporated (#13)
Version 0.2.1
=================================
BUG FIXES
* Fixed segfault when `trie_remove()` resulted in a 0 element trie.
Version 0.2.0
=================================
FEATURES
* tries can now be converted into lists and data.frames
* We now have str() and print() methods! That's nice.
* create_trie() renamed trie()
BUGS
* Haven't found any. Probably means they're lurking around and particularly nasty.
DEVELOPMENT
* greedy and prefix matching should now be (slightly) faster.
* Installed size has been slightly reduced, and the C++ code simplifed.
Version 0.1.0
=================================
* Initial, GitHub-centred release