Skip to content

galois v0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 17:44

Released September 2, 2022

Changes

  • Added support for NumPy 1.23. (#414)
  • Added seed keyword argument to random_prime(). (#409)
    >>> galois.random_prime(100, seed=1)
    2218840874040723579228056294021
    >>> galois.random_prime(100, seed=1)
    2218840874040723579228056294021
  • Deployed documentation to https://mhostetter.github.io/galois/latest/ with GitHub Pages. (#408)

Contributors

Commits

1b87674 Add release notes for v0.1.1
ac57fc4 Fix code coverage
36c2413 Support NumPy 1.23 with Numba 0.56.2
8512651 Run CI tests with pytest-xdist
95b2910 Add pytest-xdist to dev dependencies
f5abfac Ensures tests start with known state
498e26f Enable displaying local variables in event of test failure
c58dbab Add seed kwarg to random_prime()
f174134 Fix LaTeX lexer
3cd2c55 Properly lex console output
f67539a Fix lexer for .txt document
b3584a0 Remove unnecessary SPHINX_BUILD flag
93c9a68 Simplify exporting public members of the API
1f63d38 Fix intermediate versions in CI builds
559ae65 Make "latest" first in version dropdown
2591ebb Update package metadata to point to docs on GitHub pages
0341cda Remove imports from public galois.typing module
e1fa463 Update README links to point to GitHub pages deployment
632d85c Avoid duplicate CI runs on master
c89a8ec Show setuptools_scm version during package build
7a4c599 Add deployment to GitHub pages
d0ac1ed Add version dropdown to GitHub Pages docs build
875e069 Modify warning section in README
0603572 Remove extra v in version tag