Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoorian committed Jul 3, 2016
1 parent 9b4ec2f commit c81b563
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: gramEvol
Type: Package
Title: Grammatical Evolution for R
Version: 2.1-3
Date: 2015-11-11
Date: 2016-07-04
Author: Farzad Noorian, Anthony Mihirana de Silva
Maintainer: Farzad Noorian <[email protected]>
Description: A native R implementation of grammatical evolution (GE). GE facilitates the discovery of programs that can achieve a desired goal. This is done by performing an evolutionary optimisation over a population of R expressions generated via a user-defined context-free grammar (CFG) and cost function.
Expand Down
37 changes: 25 additions & 12 deletions NEWS → NEWS.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,63 @@
= News =
# News

2016-01-xx - Changes in version 2.1-3
* Fix iteration parameter auto-set overrides manual value
## 2016-07-04 - Changes in version 2.1-3

* Add a supress warnings option to `GrammaticalEvolution` optimizer
* Update citation with the information from Journal of Statistical Software
* Fix iteration parameter auto-set overriding manual value bug
* Fix suggested initial chromosome bug (Thanks to danklotz)

## 2015-11-11 - Changes in version 2.1-2

2015-11-11 - Changes in version 2.1-2
* Changed contact email
* Added citation information
* Fixed global function imports in package namespace

2015-06-04 - Changes in version 2.1-1
## 2015-06-04 - Changes in version 2.1-1

* Changed package's description, explaining what grammatical evolution is.

2015-06-03 - Changes in version 2.1-0
## 2015-06-03 - Changes in version 2.1-0

* Added grammar rule concatenation
* Added iterative grammar rule
* Improved primitive function printing in the grammar
* Fixed typos and cleaned up latex in the vignette
* R-devel CRAN check compatibility fixes

2015-02-11 - Changes in version 2.0-2
## 2015-02-11 - Changes in version 2.0-2

* R-devel CRAN check compatibility fix

2015-02-10 - Changes in version 2.0-1
## 2015-02-10 - Changes in version 2.0-1

* New Vignettes

2014-12-09 - Changes in version 2.0-0
## 2014-12-09 - Changes in version 2.0-0

* CreateGrammar accepts Expressions as well as strings
* Added predefined multi-point crossover operator to Genetic Algorithm Implementation
* New functions for iterating through the grammar
* New Grammatical Exhaustive and Random Search Functions
* New verbose functions to test expressions and grammatical generation
* New print and summary overload for many objects

2014-10-21 - Changes in version 1.2-1
## 2014-10-21 - Changes in version 1.2-1

* Added BNF file parser
* CreateGrammar default value fixed
* Brackets around grammar rule identifiers are optional now
* Minor style improvements

2014-06-23 - Changes in version 1.1-1
##2014-06-23 - Changes in version 1.1-1

* Added Some regression tests
* Changed GA and GE default popsize and itercount to be more useful
* Added NA and NaN handling for GA
* Improved print function's styling
* Changed GA genome len and range arguements name for more clarity
* EvalExpression returns NA instead of NaN if expression is non-terminal

2014-05-20 - Changes in version 1.0-1
## 2014-05-20 - Changes in version 1.0-1

* Public Release

0 comments on commit c81b563

Please sign in to comment.