File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.8.0] - 2026-02-02
9+
10+ ### Added
11+ - ** Text Generation Utilities** : ` TextVocabulary ` , ` CharacterEmbedding ` , sampling functions
12+ - ` sample_with_temperature ` , ` sample_top_k ` , ` sample_nucleus `
13+ - ` argmax ` , ` softmax ` helpers
14+ - ` text_utils_example.rs ` demonstration
15+
16+ ### Changed
17+ - ` text_generation_advanced.rs ` refactored to use new text utilities
18+
819## [ 0.7.0] - 2026-01-06
920
1021### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " rust-lstm"
3- version = " 0.7 .0"
3+ version = " 0.8 .0"
44authors = [" Alex Kholodniak <alexandrkholodniak@gmail.com>" ]
55edition = " 2021"
66rust-version = " 1.70"
@@ -96,3 +96,7 @@ path = "examples/early_stopping_example.rs"
9696[[example ]]
9797name = " linear_layer_example"
9898path = " examples/linear_layer_example.rs"
99+
100+ [[example ]]
101+ name = " text_utils_example"
102+ path = " examples/text_utils_example.rs"
You can’t perform that action at this time.
0 commit comments