Skip to content

Commit c62887c

Browse files
committed
updating docs for release
1 parent 0c0c272 commit c62887c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/source/releases.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
---
44

5+
## v1.2.18 - py 0.0.8
6+
7+
- 2025-09-27
8+
- [Release](https://github.com/pkalivas/radiate/releases/tag/v1.2.18)
9+
10+
Fixing subtle bug in recurrent graphs where a random seed wasn't being respected, leading to non-deterministic behavior in some cases. This fix ensures that all random operations within recurrent graphs are consistent and reproducible when a seed is provided.
11+
12+
Added three new types of graphs:
13+
- LSTM (Long Short-Term Memory) Graphs: These are a type of recurrent neural network (RNN) that can learn long-term dependencies.
14+
- GRU (Gated Recurrent Unit) Graphs: Similar to LSTMs, GRUs are a type of RNN that are simpler and often more efficient.
15+
- Mesh Graphs: Graphs structured in a mesh topology.
16+
517
## v1.2.17 - py 0.0.7
618

719
- 2025-09-04

0 commit comments

Comments
 (0)