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

Enable more built-in functions on Poly objects #300

Merged
merged 9 commits into from
Mar 21, 2022

Conversation

mhostetter
Copy link
Owner

No description provided.

@mhostetter mhostetter added feature-request New feature or request poly Related to polynomials labels Mar 21, 2022
@mhostetter mhostetter changed the title Enable more native functions on Poly objects Enable more built-in functions on Poly objects Mar 21, 2022
@mhostetter mhostetter linked an issue Mar 21, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Mar 21, 2022

Codecov Report

Merging #300 (097b859) into master (7c2b1f0) will increase coverage by 0.03%.
The diff coverage is 98.86%.

@@            Coverage Diff             @@
##           master     #300      +/-   ##
==========================================
+ Coverage   93.58%   93.62%   +0.03%     
==========================================
  Files          30       30              
  Lines        4991     4969      -22     
==========================================
- Hits         4671     4652      -19     
+ Misses        320      317       -3     
Impacted Files Coverage Δ
galois/_polymorphic.py 98.83% <ø> (-0.15%) ⬇️
galois/_lfsr.py 85.40% <85.71%> (ø)
galois/_fields/_factory.py 97.74% <100.00%> (ø)
galois/_fields/_main.py 92.88% <100.00%> (+0.09%) ⬆️
galois/_fields/_poly_functions.py 100.00% <100.00%> (+0.90%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7c2b1f0...097b859. Read the comment docs.

@mhostetter mhostetter merged commit a401abf into master Mar 21, 2022
@mhostetter mhostetter deleted the poly-support-native-funcs branch March 21, 2022 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request poly Related to polynomials
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support bin(), oct(), hex(), and int() on Poly objects
1 participant