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

Add support for BigFloat #438

Merged
merged 4 commits into from
May 26, 2024
Merged

Add support for BigFloat #438

merged 4 commits into from
May 26, 2024

Conversation

avik-pal
Copy link
Member

@avik-pal avik-pal commented May 25, 2024

Builds on top of #437. Unblocks stuff like SciML/BoundaryValueDiffEq.jl#43.

Needs SciML/MaybeInplace.jl#9

  • Needs some tests

src/abstract_types.jl Outdated Show resolved Hide resolved
src/abstract_types.jl Outdated Show resolved Hide resolved
src/abstract_types.jl Outdated Show resolved Hide resolved
Copy link

codecov bot commented May 25, 2024

Codecov Report

Attention: Patch coverage is 97.05882% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 86.45%. Comparing base (128e353) to head (301f874).

Files Patch % Lines
src/globalization/line_search.jl 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #438      +/-   ##
==========================================
+ Coverage   86.38%   86.45%   +0.06%     
==========================================
  Files          47       47              
  Lines        2865     2872       +7     
==========================================
+ Hits         2475     2483       +8     
+ Misses        390      389       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@avik-pal avik-pal force-pushed the ap/bigfloat branch 2 times, most recently from d4e465a to 7dcf9f5 Compare May 25, 2024 23:59
@avik-pal avik-pal merged commit c1fa892 into master May 26, 2024
25 of 26 checks passed
@avik-pal avik-pal deleted the ap/bigfloat branch May 26, 2024 03:23
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.

2 participants