rnn 0.9.8
===============

* remove set.seed
* update URLs


rnn 0.9.0
===============

* update to work with R 3.6 sample()
* RC for v1.0


rnn 0.8.1
===============

* fix documentation: working examples


rnn 0.8.0
===============

* add LSTM

* add GRU

* complete code refactoring


rnn 0.7.0
===============

* implement multilayer option by Dimitri Fichou

rnn 0.5.0
===================

* rename rnn to trainr

* trainr outputs model

* add predictr function to use trainr model

* defaults to no printing


rnn 0.3.0
===================

* switch to internal methods for binary representation

* add choice of print methods


rnn 0.3.0
===================

* modified print method, highlights the column-by-column input method


rnn 0.2.0
===================

* generalised to use user training data instead of generated

rnn 0.1.0
===================

* initial release
