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.
[Unreleased]
Added
- Implemented
nn.Bilinearmodule and functional interface. - Improved
nn.Linear,nn.Conv*,nn.BatchNorm*and other modules (added__constants__, type hints,factory_kwargs). - Added factory kwargs support (
device,dtype) to module initializers. - Documentation building infrastructure using Sphinx.
Changed
- Improved
nn.Linearinitialization.
[1.0.0rc0] - 2025-12-19
Added
- Initial release of TensorPlay.
- Basic Tensor operations (P10).
- Autograd engine (TPX).
- Static graph optimization (Stax).
- Neural network modules (
nn.Linear,nn.Conv2d, etc.).
