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

Support NumPy 1.23 #414

Merged
merged 3 commits into from Sep 2, 2022
Merged

Support NumPy 1.23 #414

merged 3 commits into from Sep 2, 2022

Conversation

mhostetter
Copy link
Owner

No description provided.

@mhostetter mhostetter changed the title Support Python 3.11 and NumPy 1.23 Support NumPy 1.23 Sep 2, 2022
@codecov
Copy link

codecov bot commented Sep 2, 2022

Codecov Report

Base: 95.54% // Head: 97.27% // Increases project coverage by +1.73% 🎉

Coverage data is based on head (a718336) compared to base (0341cda).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #414      +/-   ##
==========================================
+ Coverage   95.54%   97.27%   +1.73%     
==========================================
  Files          42       42              
  Lines        5455     5327     -128     
==========================================
- Hits         5212     5182      -30     
+ Misses        243      145      -98     
Impacted Files Coverage Δ
src/galois/_domains/_calculate.py 98.11% <ø> (+22.46%) ⬆️
src/galois/_codes/_bch.py 98.12% <100.00%> (-0.01%) ⬇️
src/galois/_codes/_cyclic.py 100.00% <100.00%> (ø)
src/galois/_codes/_linear.py 92.59% <100.00%> (-0.27%) ⬇️
src/galois/_codes/_reed_solomon.py 98.26% <100.00%> (-0.01%) ⬇️
src/galois/_domains/_array.py 96.68% <100.00%> (-0.03%) ⬇️
src/galois/_fields/_array.py 98.89% <100.00%> (-0.01%) ⬇️
src/galois/_fields/_factory.py 96.49% <100.00%> (-0.04%) ⬇️
src/galois/_fields/_gf2.py 100.00% <100.00%> (ø)
src/galois/_fields/_primitive_element.py 92.00% <100.00%> (-0.11%) ⬇️
... and 13 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Some sections must be ignored because they aren't invoked from `"python-calculate"` ufuncs. They *are* tested, but Numba doesn't provide coverage info.
@mhostetter mhostetter merged commit 1b87674 into master Sep 2, 2022
@mhostetter mhostetter deleted the bump-numba-version branch September 2, 2022 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant