Skip to main content

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() activation
  • Tensor.leaky_relu() activation
  • Tensor.gelu() activation

Changed

  • Updated package version to 0.1.3

[0.1.2] - 2026-07-25

Added

  • cross_entropy_loss for categorical classification training
  • binary_cross_entropy_loss for binary label training

Changed

  • Updated package version to 0.1.2

[0.1.1] - 2026-07-24

Added

  • Manual Publish to PyPI workflow trigger in GitHub Actions
  • CHANGELOG.md to track release notes

Changed

  • Bumped package version from 0.1.0 to 0.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