-
Notifications
You must be signed in to change notification settings - Fork 31
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
Release 0.3.6 #512
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2a1f8d5 - Browse repository at this point
Copy the full SHA 2a1f8d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 511a29b - Browse repository at this point
Copy the full SHA 511a29bView commit details
Commits on May 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1c09d8c - Browse repository at this point
Copy the full SHA 1c09d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c2ce2 - Browse repository at this point
Copy the full SHA a3c2ce2View commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df7488e - Browse repository at this point
Copy the full SHA df7488eView commit details
Commits on Jul 7, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6a3e2c5 - Browse repository at this point
Copy the full SHA 6a3e2c5View commit details
Commits on Jul 17, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 04fc7ef - Browse repository at this point
Copy the full SHA 04fc7efView commit details
Commits on Aug 6, 2023
-
This avoid `Literal[...]` bug, see jbms/sphinx-immaterial#275
Configuration menu - View commit details
-
Copy full SHA for 8304fdf - Browse repository at this point
Copy the full SHA 8304fdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c59b3f - Browse repository at this point
Copy the full SHA 7c59b3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb769e - Browse repository at this point
Copy the full SHA 0cb769eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a39c7b4 - Browse repository at this point
Copy the full SHA a39c7b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26e2f50 - Browse repository at this point
Copy the full SHA 26e2f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9242f1d - Browse repository at this point
Copy the full SHA 9242f1dView commit details
Commits on Sep 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6adc3ce - Browse repository at this point
Copy the full SHA 6adc3ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8e5bf5 - Browse repository at this point
Copy the full SHA e8e5bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab6268 - Browse repository at this point
Copy the full SHA 3ab6268View commit details
Commits on Oct 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 737239b - Browse repository at this point
Copy the full SHA 737239bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.