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

Rename some arb-backed types #1824

Merged
merged 6 commits into from
Jul 18, 2024
Merged

Conversation

lgoettgens
Copy link
Collaborator

Resolves #1772, resolves #1769.

Currently only still adds @aliass, that should be changed to @deprecate_binding in the next breaking release.

Copy link

codecov bot commented Jul 12, 2024

Codecov Report

Attention: Patch coverage is 70.22901% with 156 lines in your changes missing coverage. Please review.

Project coverage is 86.08%. Comparing base (bb1a9fa) to head (e8e31b2).

Files Patch % Lines
src/arb/ArbTypes.jl 55.31% 42 Missing ⚠️
src/arb/ComplexMat.jl 72.79% 37 Missing ⚠️
src/arb/RealMat.jl 75.00% 25 Missing ⚠️
src/arb/RealPoly.jl 69.87% 25 Missing ⚠️
src/arb/ComplexPoly.jl 74.11% 22 Missing ⚠️
src/arb/acb_mat.jl 73.68% 5 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@lgoettgens lgoettgens changed the title Rename ComplexPoly -> ComplexPolyRingElem Rename some arb-backed types Jul 12, 2024
RealField() => RealMat,
ComplexField() => ComplexMat,
RealField() => RealMatrix,
ComplexField() => ComplexMatrix,
Copy link
Member

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, should be possible

Copy link
Member

@fingolfin fingolfin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine by me

@lgoettgens lgoettgens enabled auto-merge (squash) July 18, 2024 12:47
@lgoettgens lgoettgens merged commit 6cf1363 into Nemocas:master Jul 18, 2024
25 of 26 checks passed
@lgoettgens lgoettgens deleted the lg/renaming branch July 19, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants