CHANGELOG

## [0.1.3] - 2025-10-21
### Fixed
- Validate inputs in `CCM.new/3` (embedding_dim, tau, num_samples) and clamp computed library size for short series.
- Make weighting scheme deterministic and numerically stable: use inverse-distance normalized weights; exact matches dominate.

### Added
- Test-only wrapper `CCM.predict_point_for_tests/3` to allow unit testing of internal prediction logic.
- New unit tests covering edge cases and prediction weighting behavior.

## [0.1.2] - 2025-08-24
### Changed
- Minor performance optimisation
- Changed the format of math expressions in README.md

## [0.1.1] - 2025-08-21
### Changed
- Minor refactor

## [0.1.0] - 2025-08-07
### Added
- Initial release