galois v0.0.6
b97c165 Version bump to 0.0.6
de1d168 Update sphinx autodoc styling
8f40b9f Ensure the GFp abstract base class can't be instantiated
23433d4 Add python supported versions to README
2635f86 Update README to point to stable docs, not latest
c1a5549 Add class factory for GF(p) fields
30ca81f Remove verbosity from codecov action
95cde9a Add various algorithms/functions necessary for finite field construction
4393bd0 Add lookup table of primes up to 2^16
74e968a Fix mardownlint errors
f720fa0 Add codecov config file setting it to inform-only mode
0a1e3b2 Add unit tests for polynomial objects
075448a Cleanup polynomial strings for x^1 and x^0
008b88f Add testing coverage report with codecov
d19fe8b Refactor _GF, GF2, and field unit tests
f06f61a Add initial implementation of polynomial class
e184418 Use sagemath to generate unit test vectors
e6b774e Add example code block in sphinx
b328099 Prevent array assignment with values outside the field
34659cd Fix dependent numpy version
d27012f Verify field arithmetic is performed on arrays with "valid" elements
a5b224f Add GF2 class
1852001 Add pytest config to setup.cfg
b4a9205 Add an example jupyter notebook to the docs
100b3fb Add vs code config for pytest and pylint