Galois

Latest version: v0.4.2

Safety actively analyzes 666166 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 11

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

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

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

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

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

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

Page 9 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.