-
Notifications
You must be signed in to change notification settings - Fork 26
/
ChangeLog
41 lines (29 loc) · 1.12 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
Version 0.0.4.2 2019-11-11 by luispedro
* Fix non-ASCII keys
Version 0.0.4.1 2019-11-05 by luispedro
* Fix Python extension compilation
Version 0.0.4.0 2017-11-27 by luispedro
* Load hash table into memory
Version 0.0.3.2 2017-11-09 by luispedro
* Fix Haskell distribution
Version 0.0.3.1 2017-11-09 by luispedro
* Add rtable.c to distributions
Version 0.0.3.0 2017-11-09 by luispedro
* Better hash function
Version 0.0.2.3 2017-10-24 by luispedro
* Fix crashes on very large hashes
Version 0.0.2.2 2017-10-23 by luispedro
* Better error message for ftruncate failures
Version 0.0.2.1 2017-10-12 by luispedro
* Export reserve() in Python interface
Version 0.0.2.0 2017-10-05 by luispedro
* Python improvement: support generic types through struct
* Do not crash when attempting to write to RO tables
* More flexible option checking
* Better error messages
Version 0.0.1.2 2017-06-27 by luispedro
* Fix cabal release: include C header files in extra-source-files
Version 0.0.1.1 2017-06-27 by luispedro
* Fix cabal release: include C header files
Version 0.0.1 2017-06-27 by luispedro
* First release. Basic funcionality