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: ``