This document lists the changes (and individuals who contributed to those changes) for each release of pyimath
.
tox
integration- Automated documentation
- Fixing a bug in the definition of multiplication and multiplicative inverse operations in
FiniteField
when a generator is defined - Removal of the
polyparse
module because of cross references withpolynomial
- Adding the
annotations
module for type hints definition - Making the pre-instantiation of finite fields dynamic
- Removal of several unused magic methods
- Code beautification
- Adding type hints
- Generating documentation with
pdoc
- Adding the Change Log
- Docstring additions
- method
parse_poly
was added to classFiniteField
- Pre-instantiation of finite fields up to order 27
- Fixing formatting issues in MarkDown files
- Docstring additions
- Initial revision