Skip to content

Commit 4dc33aa

Browse files
committed
Also add changelog file.
1 parent ded9a1d commit 4dc33aa

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

SinusApproximator/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.6.0]
9+
10+
### Added
11+
- Initial implementation of training into the sample.
12+
- Loss values visualization in time during training.
13+
- Model visualization in a separate screen tab.
14+
15+
### Changed
16+
- Improved UI and visualization.
17+
- Refactored training logic into a separate class.
18+
- Upgraded to Compose Multiplatform 1.10.0.
19+
- Fixed frozen UI on Wasm builds.
20+
21+
## [0.5.0] - 2025-12-04
22+
23+
### Changed
24+
- Update to latest SKaiNET 0.5.0.
25+
26+
## [0.4.0] - 2025-12-04
27+
28+
### Changed
29+
- Update to SKaiNET 0.4.0.

0 commit comments

Comments
 (0)