Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help



Changelog

Topic: appendix.changelog

Complete changelog of MathHook releases following Keep a Changelog format and Semantic Versioning. Tracks all notable changes, features, and known issues across versions.

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial mdBook documentation
  • Usage guides
  • Architecture documentation

[0.1.0] - 2025-XX-XX

Added

  • Initial release
  • Core expression system
  • LaTeX and Wolfram Language parsers
  • Symbolic differentiation
  • Equation solving (linear, quadratic, polynomial)
  • Matrix operations
  • Python bindings (PyO3)
  • Node.js bindings (NAPI-RS)
  • Step-by-step educational explanations
  • SIMD optimizations
  • Parallel processing support

Known Issues

  • Integration still under development
  • Some special functions not yet implemented
  • WebAssembly bindings in progress

Contributing

See Contributing Guide for how to suggest changes to this changelog.

Examples

API Reference

  • Rust: ``
  • Python: ``
  • JavaScript: ``

See Also