Changelog
All notable changes to this project will be documented in this file.
The format is based on keep-a-changelog.org and uses semantic versioning.
[0.1.4] - 2026-07-28
Added
- Complete documentation site with Docusaurus
- XOR classification guide
- Computation graph visualization assets
Changed
- Updated package version to
0.1.4 - Fixed documentation image paths for production
- Completed all documentation placeholders
[0.1.3] - 2026-07-25
Added
Tensor.tanh()activationTensor.leaky_relu()activationTensor.gelu()activation
Changed
- Updated package version to
0.1.3
[0.1.2] - 2026-07-25
Added
cross_entropy_lossfor categorical classification trainingbinary_cross_entropy_lossfor binary label training
Changed
- Updated package version to
0.1.2
[0.1.1] - 2026-07-24
Added
- Manual
Publish to PyPIworkflow trigger in GitHub Actions CHANGELOG.mdto track release notes
Changed
- Bumped package version from
0.1.0to0.1.1 - Updated release automation and GitHub Pages site content
[0.1.0] - 2026-07-24
Added
- Initial package release automation for GitHub Releases
- GitHub Actions workflow for
Publish to PyPI - Basic package documentation, issue templates, and contribution files
- Static GitHub Pages site under
docs/
Fixed
- Repair README rendering and workflow details