diff --git a/Project.toml b/Project.toml index 1215de6..c0fc04b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RecurrentLayers" uuid = "78449bcf-6750-4b78-9e82-63d4a1ccdf8c" authors = ["Francesco Martinuzzi"] -version = "0.1.1" +version = "0.1.2" [deps] Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" diff --git a/docs/src/api/cells.md b/docs/src/api/cells.md index f9462eb..5646fe4 100644 --- a/docs/src/api/cells.md +++ b/docs/src/api/cells.md @@ -13,4 +13,5 @@ MUT1Cell MUT2Cell MUT3Cell SCRNCell +PeepholeLSTMCell ``` \ No newline at end of file diff --git a/docs/src/api/wrappers.md b/docs/src/api/wrappers.md index 59076a1..5655095 100644 --- a/docs/src/api/wrappers.md +++ b/docs/src/api/wrappers.md @@ -12,4 +12,5 @@ MUT1 MUT2 MUT3 SCRN +PeepholeLSTM ``` \ No newline at end of file