-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
59 lines (40 loc) · 1.53 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
53
54
55
56
57
58
59
2016-01-18 Tetsuo Kiso <[email protected]>
* AROW++: version 0.1.3
* Use C++11
* Use Bazel for building to remove messy autotools stuff
2012-02-10 Tetsuo Kiso <[email protected]>
* AROW++: version 0.1.2
* Implementaion clean-ups.
* Add an API to calculate the accuracy.
2012-02-09 Tetsuo Kiso <[email protected]>
* AROW++: version 0.1.1
* Fix unintended installation a sample program.
2012-02-08 Tetsuo Kiso <[email protected]>
* AROW++: version 0.1
* Code refactoring.
* Use Autotools for building to remove the explicit build dependency.
* Use getopt() to parse command line options.
* Add --enable-gtest option for unit testing.
2011-07-29 Tetsuo Kiso <[email protected]>
* AROW++: version 0.06
* Code refactoring.
* Speed up training and testing.
* Change floating-point data types used in the trained model parameters to reduce memory usage.
2010-06-25 Tetsuo Kiso <[email protected]>
* AROW++: version 0.05
* Change floating-point data type.
* Fix usage message.
2010-06-06 Tetsuo Kiso <[email protected]>
* AROW++: version 0.04
* Change the project name from ARROW.
* Change the program names and option settings.
* Provide C/C++ APIs.
* Code refactoring.
2010-05-22 Tetsuo Kiso <[email protected]>
* ARROW: version 0.03
* Code refactoring.
2010-05-20 Tetsuo Kiso <[email protected]>
* ARROW: version 0.02
* Separate the error handler from a header file.
2010-03-23 Tetsuo Kiso <[email protected]>
* ARROW: initial release