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
			Dear Emacs, please make this -*-Text-*- mode!
	**************************************************
	*						 *
	*	       2.2 SERIES NEWS			 *
	*						 *
	**************************************************


		CHANGES IN R VERSION 2.2.0

IMPROVEMENTS

    o	Speeded up the computation of population diversity by a
        factor of about 6 by vectorizing the code.

		CHANGES IN R VERSION 2.1.6

NEW FEATURES

    o	Added a new vignette on feature selection.

		CHANGES IN R VERSION 2.1.5

MAINTENANCE

    o	Cleaned up Depends, Imports and Suggests.
    o	Fixed NAMESPACE issues.
    o	Updated man pages and vignette.
    o	Fixed encoding issues with te vignette, which includes
        non-ASCII UTF-8 characters (in people's names).

		CHANGES IN R VERSION 2.1.0

ADMINISTRATIVE

    o	Changed LICENSE to Apache 2.0

		CHANGES IN R VERSION 2.0.1

BUG FIXES

    o	Made compatible with new R check steps that verify DESCRIPTION
        and NAMESPACE dependencies.


		CHANGES IN R VERSION 2.0.0

REFACTOR

    o	Removed depence on PreProcess.


		CHANGES IN R VERSION 1.0.3

RENAME!

    o	Changed package name from GenAlg to GenAlgo to avoid a
    conflict with an existing CRAN package.


		CHANGES IN R VERSION 1.0.2

BUG FIXES

    o	Lots of documentation updates.


		CHANGES IN R VERSION 1.0.1

BUG FIXES

    o	No clue...


		CHANGES IN R VERSION 1.0.0

NEW FEATURES

    o	Brand new packaging: split out from the ClassPrediction
    package, which is being restructured as a poor man's bundle
    (i.e., no code, just some "depends" rules).