.. include:: ../HISTORY.rst Changelog ========= All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_, and this project adheres to `Semantic Versioning `_. [0.1.9] - 2024-01-31 ------------------- Added ~~~~ * OneCycleLR scheduler for more efficient training * Advanced text generation with temperature, top-k, and top-p sampling * Built-in validation and early stopping * Automatic device selection (CPU/GPU) * Improved checkpointing system * Better error handling and logging Changed ~~~~~~~ * Updated model architecture for better performance * Improved tokenization process * Enhanced training progress tracking * Better memory management * More efficient data loading Fixed ~~~~ * Fixed learning rate scheduler configuration * Resolved validation dataset length issues * Fixed text generation tensor shape issues * Improved error messages and logging * Fixed device handling in text generation [0.1.8] - 2024-01-30 ------------------- Added ~~~~ * Support for custom model configurations * Improved documentation * Better type hints * More comprehensive tests Changed ~~~~~~~ * Updated package structure * Improved code organization * Enhanced error handling * Better logging system Fixed ~~~~ * Fixed installation issues * Resolved dependency conflicts * Fixed documentation formatting * Improved test coverage [0.1.7] - 2024-01-29 ------------------- Added ~~~~ * Basic model architecture * Simple text generation * Basic training functionality * Initial documentation Changed ~~~~~~~ * Improved code structure * Enhanced error handling * Better logging * Updated dependencies Fixed ~~~~ * Fixed basic bugs * Improved error messages * Enhanced stability * Fixed documentation issues [0.1.0] - 2024-01-28 ------------------- Added ~~~~ * Initial release * Basic package structure * Core functionality * Basic documentation [Unreleased] ------------ Added ~~~~ * None Changed ~~~~~~~ * None Fixed ~~~~ * None Deprecated ~~~~~~~~~ * None Removed ~~~~~~~ * None Security ~~~~~~~~ * None