# Changelog

All notable changes to LuminaNet will be documented in this file.

## [1.0.0] - 2024-XX-XX

### Added
- Initial release of LuminaNet
- Core deep learning framework with pure Python
- Support for Dense, Conv2D, LSTM layers
- Adam, SGD, RMSprop optimizers
- Comprehensive activation functions
- Text processing with NLTK and Sastrawi
- Model saving/loading functionality
- Callbacks system (EarlyStopping, ModelCheckpoint)
- Examples for XOR, text classification, image classification

### Features
- 100% Pure Python implementation
- Minimal dependencies (NumPy, SciPy, NLTK, Sastrawi)
- Termux compatible
- Educational and production ready
- Multilingual text support (Indonesian & English)
