* Add polynomials for p in [65537,109987] and n=1,2,3 thanks to Sebastian Spindler.
0.9
* Support for pytest (just run "pytest").
* The database is now xz compressed during the "build."
0.8
* Include LICENSE and COPYING in the distribution.
* Fix an example in README.rst, and include README.rst in the example doctest command.
* Add a few more test cases including a random property test.
* Add type hints and clean up the documentation.
0.7
* Use tuples instead of lists for the coefficients.
0.6
* Happy Thanksgiving.
* This is the first standalone python version of the package.
* The source repository and issue tracker are now public.
* The data are no longer pre-processed; we now read the coefficients directly from the upstream file. This is more transparent (easier to verify) and much easier to update if the source data ever changes.