CHANGELOG
v0.2.7 (2025-02-03)
Bug Fixes
Feedback addressed by Dominic to add computational example section (
fe3c5d8)
v0.2.6 (2025-02-03)
Bug Fixes
Correct broken links on README (
621a260)
v0.2.5 (2025-02-03)
Bug Fixes
v0.2.4 (2025-02-03)
Bug Fixes
Feedback addressed by Dominic to correct broken link to CONDUCT.md (
7bbe3b6)
v0.2.3 (2025-02-03)
Bug Fixes
Feedback addressed by Dominic to correct broken link to CONTRIBUTING.md (
82cdcbe)
v0.2.2 (2025-02-03)
Bug Fixes
Update CHANGELOG.md (
dd19af0)
v0.2.1 (2025-02-03)
Bug Fixes
v0.2.0 (2025-01-30)
Features
Fixed version (
135f7aa)
v0.1.0 (2025-01-29)
Features
Testing
Add unit tests for prime_factorization function (
9a66545)
v1.1.0:
Added detailed documentation file that showcases how the package’s functions work, their practical use cases, as well as tutorials on how to use them.
Rendered documentation using napoleon Sphinx and uploaded to ReadTheDocs: https://num-theory.readthedocs.io/en/latest/index.html
Added ReadTheDocs and code coverage badges to README.