-
Notifications
You must be signed in to change notification settings - Fork 42
/
History.txt
executable file
·103 lines (71 loc) · 2.12 KB
/
History.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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
== 2.0.x
Get working again after a bad pull request.
== 1.3.x
Dependabot updates, etc.
== 1.2.7
* Update to more recent json and rdoc files
== 1.2.6
* Update to FANN 2.2(MichalPokorny)
== 1.2.5
* Misc cleanup and docs
== 1.2.4 2013-08-01
* bug fix - adopted new graphviz parameters (ScottLi)
* Add Ruby equivalent of fann_train(MichalPokorny)
* Ignores(Ole Kruger)
== 1.2.3 2013-04-01
* Remove nodoc directive
== 1.2.2 2013-04-01
* Update rdoc/native code
== 1.2.1 2013-04-01
* Update rdoc
== 1.2 2013-03-26
* Move to github. Dig out hoe.
== 1.1.3 2010-03-08
* 1 major enhancement -
* ruby 1.9 compatibility:
== 1.0.3 2009-12-24
* 1 minor bug fix:
* Fix segfaulting training in irb
== 1.0.2 2009-12-02
* 1 minor enhancement:
* Added missing file to manifest
== 1.0.1 2009-12-02
* 1 minor enhancement:
* Remove some extra source files
== 1.0.0 2009-12-01
* 1 major enhancement:
* Can build/install & execute without first installing & building FANN.
== 0.7.10 2008-11-24
* 1 minor enhancement:
* Remove several printf statements that were showing up in certain production environment's error logs.
== 0.7.9 2008-08-15
* 1 major bug fix:
* Fix set_activation_function for correct # of args (2 instead of 1)
* 1 minor enhancement
* Provide support for fann_get_activation_function
== 0.7.8 2007-03-25
* 1 major enhancement:
* training_callback(args) will be automatically called during training if implemented on subclass. See README for details.
== 0.7.7 2007-01-23
* 1 minor enhancement:
* Cull bias neuron(s) from get_neurons function
== 0.7.6 2007-01-14
* 1 minor bug fix:
* Exception (instead of pukage) if zero-length array given on training data
== 0.7.5 2007-12-21
* 3 minor enhancements:
* Fixed rdoc to use actual parameter names
* Minor code cleanup & symbol fixage
* Nicer error messages for windows users
== 0.7.4 2007-12-19
* 1 minor enhancement:
* Nicer message if FANN not installed
== 0.7.3 2007-12-19
* 1 minor enhancement:
* Directives to build native extensions
== 0.7.2 2007-12-18
* 1 major enhancement:
* Include docs
== 0.0.1 2007-12-18
* 1 major enhancement:
* Initial release