-
Notifications
You must be signed in to change notification settings - Fork 59
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
Rename some arb-backed types #1824
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1824 +/- ##
==========================================
+ Coverage 86.05% 86.08% +0.03%
==========================================
Files 98 98
Lines 36402 36402
==========================================
+ Hits 31326 31338 +12
+ Misses 5076 5064 -12 ☔ View full report in Codecov by Sentry. |
RealField() => RealMat, | ||
ComplexField() => ComplexMat, | ||
RealField() => RealMatrix, | ||
ComplexField() => ComplexMatrix, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Independent of this PR: can't we replace ring_to_mat
by suitable use of dense_matrix_type
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, should be possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine by me
Resolves #1772, resolves #1769.
Currently only still adds
@alias
s, that should be changed to@deprecate_binding
in the next breaking release.