public
Description: CSV based Ruby decision tables
Homepage: http://rufus.rubyforge.org/rufus-decision
Clone URL: git://github.com/jmettraux/rufus-decision.git
jmettraux (author)
Sun Apr 26 16:39:13 -0700 2009
commit  dcc772035b5c7301276808131c34b7bb12699190
tree    f2c8f628bfcaff658601d224b6fd0aba168abe66
parent  ac6a61f6557f4692b84197dbf77b16e01b167bd2
rufus-decision / CHANGELOG.txt
100644 25 lines (14 sloc) 0.817 kb
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
= rufus-decision CHANGELOG.txt
 
 
== rufus-decision - 1.1 released 2009/04/25
 
- todo #25670 : :ruby_eval settable at table initialization
- todo #25667 : :ignore_case, :through and :accumulate settable at table
                initialization (instead of only in the csv table itself)
- todo #25647 : now accepts horizontal and vertical decision tables
- todo #25642 : introducing bin/rufus_decided -t table.csv -i input.csv
- todo #25629 : implemented Rufus::Decision.transpose(a)
- todo #25630 : made Ruby 1.9.1 compatible
- todo #25595 : Rufus::DecisionTable -> Rufus::Decision::Table
- bug #25589 : fixed issue with empty values and in:ranges
 
 
== rufus-decision - 1.0 released 2008/09/01
 
- todo #20670 : dropped rufus-eval in favour of rufus-treechecker
 
 
== rufus-decision - 0.9 released 2008/01/28