Releases: mhostetter/galois
galois v0.0.13
Contributors
Commits
364d510 Version bump to 0.0.13
cd80d90 Remove erroneous print statement
53b0d6c Update basic usage documentation
5546f81 Rename target() to compile()
3898bc1 Add linear algebra routines
7f267a9 Add matmul ufunc
eacc4d8 Add performance speed tests
11870d3 Clean up some docstrings
b88030a Hide class inheritance from docs
c516d79 Update performance section in README
98bd78e Rework GFArray ufuncs for better performance
8555567 Rework method of retargeting Galois field arrays
12375f9 Add polynomial monic check function
7e6c383 Add identity matrix constructor
1bf7a97 Add reciprocal ufunc
96c418c Allow polynomial string inputs for Galois field arrays
d78997d Cleanup build lookup table process
0e244da Add LCM function for arbitrarily-large integers
d070b36 Use metaclasses to refactor Galois field arrays
0ab8b79 Move math routines in _math module
06a26f7 Make alpha the default polynomial indeterminate
e201c05 Add class property that displays all GF properties in one formatted string
4e1ff40 Rename some GF array modules
462db39 Remove factors()
22d0842 Protect GFArray class attributes
2704ffa Have SparsePoly arithmetic return either dense or sparse polys
b6a0668 Cleanup documentation and various docstrings
0da73b8 Run tests against wheels not source code
galois v0.0.12
94c893e Version bump to 0.0.12
884f2a8 Fix packaging of database and version.txt file
a4b4601 Add multiplicities kwarg to Roots constructor
292599d Speed up Rabin's irreducibility test
075a420 Support integer square root of python long integers
c4cd323 Add Mersenne primes
9569cd3 Add polynomial irreducibility test
4020938 Fix math typos
0d0e4c9 Fix bug in poly_gcd() of 1
3ac0489 Add poly_exp_mod() function
a4f36ca Refactor unit testing of GFArray construction
8e29fca Update Poly docstrings
9d45faa Add docs build github workflow
9f2c495 Refactor Poly into DensePoly and SparsePoly
3d06e78 Ensure object GFArrays are written to with ints
436f4d3 Update test vectors for better power and divmod coverage
0cc102e Make field kwargs consistent
fa63608 Add ability to set Poly.field
2aaee4f Improve poly coeffs property getters/setters
082e28e Fix bug in prime factorization of 1
5f3edf3 Cleanup conway_poly() function
61db57b Use square and multiply algorithm for poly exponentiation
11c3941 Cleanup poly arithmetic methods
cd77684 Make polynomials hashable
77551db Add polynomial GCD function
3086b10 Move autosummary build folder
8930f74 Remove GCD function and just keep extended GCD
317d154 Rearrange algorithms for modular arithmetic
c9b0e24 Rename gcd() functions
16a8674 Rename GF_factory() to GF()
c589f8b Add versioning info to README
8d2deb7 Make GF array class string mimic np.ndarray
a42fdc7 Use single argument order for GF_factory()
d21a8b8 Fix singleton use with Conway poly database
905e39c Add ability to compute the multiplicity of polynomial roots
aca6b0a Add method to calculate the formal derivative of a polynomial
0a05299 Clarify polynomial docstrings
0f37c4b Use GF(2^8) for polynomial examples
931e7f9 Add random polynomial constructor
1682497 Add method to compute the roots of a polynomial
e9b66a3 Add prime sieve and remove static lookup table
d54a6a3 Test for exceptions in package functions
4b5ef0a Cleanup exception messages
25e6a6a Add totatives() function
79aefd8 Add is_primitive_root() function
b123272 Generalize finding primitive roots
1f7d70b Remove modular_exp() in favor of native pow()
7f68ea7 Add image of Evariste Galois to docs homepage
de77b48 Rename API reference page
fc18310 Add development guide
7bbfb81 Use python3 -m pip
instead of pip3
282c006 Add explicit requirements files for linting, testing, and docs
2bdde9b Add more detail to README
73eee12 Increase code coverage on primitive_root()
6813b91 Increase code coverage on galois.Poly
d3c56fa Increase code coverage on conway_poly()
73e6035 Increase code coverage on GF_factory()
2f2903c Increase code coverage in algorithms.py
760d6e3 Add optional numpy keywords to array creation
galois v0.0.11
ba6d89a Version bump to 0.0.11
d18b7e3 Make display() method a context manager
a6051d0 Add more examples to documentation
4ee9d77 Hide GF2m and GFp abstract classes from documentation
2c04b2f Rename Poly.NonZero() to Poly.Degrees()
4a8e16a Rename poly "decimal" representation to "integer" representation
2585cf0 Add constructors to galois.Poly
7c9fc67 Additional workaround for strange equality inconsistency in #37
eb10b1e Workaround for strange equality inconsistency in #37
c7a94f5 Instruct pytest-cov to not cover JIT-ed functions
276f923 Place examples in sphinx admonition
3012094 Add Range() method to GF fields
25b7d7d Add fields/ and polys/ test folders
477ee1c Update package's pypi keywords
galois v0.0.10
c6881a0 Version bump to 0.0.10
ba585f2 Refactor sphinx documentation
3d1f7cf Organize the unit tests
db74ffe Add support for arbitrarily-large fields using dtype=object ndarrays
5b0e4d3 Suppress superfluous overflow warning
ded4d55 Greatly improve algorithm for finding a primitive root mod prime n
3d43a81 Add efficient primality tests
3c1682c Change pygments style for sphinx docs
ff79062 Rename GFBase to GF
1898d4e Add tutorial on field element display modes
fa6f254 Add ability to display field elements as integers or polynomials
galois v0.0.9
6ece68c Version bump to 0.0.9
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
galois v0.0.8
da1fe62 Version bump to 0.0.8
627e80d Add some tutorials to readthedocs documentation
592e14f Add basic implementation of GF(2^m) arrays
982c6eb Add list of Frank Luebek Conway polynomials
f2ff374 Differentiate between field multiplication and "multiple addition"
23cbd19 Cleanup pytest fixture lookup table use
3b30011 Numba JIT compile factorization functions
7b2ed09 Fix typos in README
galois v0.0.7
79f31db Version bump to 0.0.7
00ef00a Add some basic usage examples to documentation
96403bf Support GF arrays of any signed or unsigned integer type
2733c1d Add the ability to retarget numba ufuncs on-the-fly
aa730a0 Fix broken sphinx table of contents
6f24cae Add unit tests for numpy ufunc methods
f9bc809 Convert GF polynomial evaluation to a numba gufunc for an 8000x speed-up
008edff Add sparse lookup tables for a large GF(p) field for unit testing
0560ca3 Rename some pytest fixtures
884fafe Add function to find the first primitive root of unity
15441ff Add performance metrics to README
daa7df1 Refactor _GF base class and ufunc invocation
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