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

Simplify precompilation #421

Merged
merged 1 commit into from
May 3, 2024
Merged

Simplify precompilation #421

merged 1 commit into from
May 3, 2024

Conversation

oscardssmith
Copy link
Contributor

Remove Float32 method and the Vector out of place methods since these are less likely to be useful to users. This brings down precompilation time by ~2x. I think this is good to do before #418 since I'm more sure that it's a good idea.

Remove Float32 method and the Vector out of place methods since these are less likely to be useful to users. This brings down precompilation time by ~2x. I think this is good to do before SciML#418 since I'm more sure that it's a good idea.
Copy link

codecov bot commented May 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.58%. Comparing base (71b3f87) to head (9733034).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #421      +/-   ##
==========================================
- Coverage   86.34%   85.58%   -0.77%     
==========================================
  Files          47       47              
  Lines        2914     2906       -8     
==========================================
- Hits         2516     2487      -29     
- Misses        398      419      +21     

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

@avik-pal avik-pal merged commit 9da188b into SciML:master May 3, 2024
13 of 18 checks passed
@oscardssmith oscardssmith deleted the patch-1 branch May 3, 2024 14:15
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