ce3eec4 Minor update to tutorials
4aed791 Enable intersphinx mapping to python and numpy docs
1697ce4 Set default role in sphinx to be inline literals
5b45e71 Add example usage to functions
52a255b Store Conway polynomials in sqlite database, not global dict
0819f13 Fix bug where squaring scalar returns 1d array, not scalar
d6c4230 Explicitly use 64-bit integers in test cases
d570e00 Fix bizarre bug in Windows where polynomial decimal representation was wrong
93eab2b Prevent numpy unsafe type casting
2ebce36 Fix bug in list of valid dtypes for finite fields
4691763 Prevent CI from running twice on pull requests
e4fd5d1 Reduce size of pickled test vectors
8429665 Add explicit calculation modes, i.e. no lookup tables
19cf5aa Use Zech logs for addition/subtraction in "lookup" ufuncs
ef21b45 Add unit testing against minimum package dependencies
c02f850 Improve documentation
89817dc Enable CI workflows on pull requests