Changelog

v0.1.0

  • First release of num_theory!

  • Established the package structure.

  • Added function placeholders with corresponding docstrings.

v1.0.0

  • Implemented all functions within the package.

  • Added comprehensive tests for all package functionalities.

v1.1.0:

  1. 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.

  2. Rendered documentation using napoleon Sphinx and uploaded to ReadTheDocs: https://num-theory.readthedocs.io/en/latest/index.html

  3. Added ReadTheDocs and code coverage badges to README.