Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.6 #512

Merged
merged 17 commits into from
Oct 1, 2023
Merged

Release 0.3.6 #512

merged 17 commits into from
Oct 1, 2023

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    2a1f8d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    511a29b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Fix polynomial power overflow bug

    Lasagnenator authored and mhostetter committed May 21, 2023
    Configuration menu
    Copy the full SHA
    1c09d8c View commit details
    Browse the repository at this point in the history
  2. Add unit tests to catch #487

    mhostetter committed May 21, 2023
    Configuration menu
    Copy the full SHA
    a3c2ce2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    df7488e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Removes deprecation warnings from numpy 1.25

    Starting with Numpy 1.25, only ndim-0 arrays are treated as scalars
    instead of all arrays of size 1 were treated as scalars.
    iyanmv authored and mhostetter committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    6a3e2c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Fix #494

    Python 3.11 introduced a length limitation in int -> str conversion as a
    solution to CVE-2020-10735. This impacts galois to create FieldArray
    with very large primes.
    
    Example:
    
    >>> import galois
    >>> p = galois.mersenne_primes()[23]
    >>> gf = galois.GF(p)
    
    The solution does not impact unaffected versions of Python because
    sys.set_int_max_str_digits() was introduced in Python 3.11.
    iyanmv authored and mhostetter committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    04fc7ef View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Build docs in Python 3.11

    This avoid `Literal[...]` bug, see jbms/sphinx-immaterial#275
    mhostetter committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    8304fdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c59b3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cb769e View commit details
    Browse the repository at this point in the history
  4. Use sphinx-math-dollar

    mhostetter committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    a39c7b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26e2f50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9242f1d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Format pyproject.toml

    mhostetter committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    6adc3ce View commit details
    Browse the repository at this point in the history
  2. Add support for Numba 0.58

    Implements #506
    mhostetter committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    e8e5bf5 View commit details
    Browse the repository at this point in the history
  3. Add support for NumPy 1.25

    Implements #491
    mhostetter committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    3ab6268 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    737239b View commit details
    Browse the repository at this point in the history