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

Use OpenLibm explicitly, to prepare for its excision from base. #48

Merged
merged 2 commits into from
Jul 14, 2022

Conversation

ViralBShah
Copy link
Member

@ViralBShah ViralBShah commented Jul 13, 2022

Preparing for JuliaLang/julia#42299. Eventually, we will remove OpenLibm_jll from base altogether, but having OpenLibm_jll in the Project.toml will ensure that things do not break.

Add 32-bit platforms to the CI.

Bump julia compat to 1.3, since that's what we need for OpenLibm_jll.

@codecov
Copy link

codecov bot commented Jul 13, 2022

Codecov Report

Merging #48 (3757209) into master (55bd4f2) will increase coverage by 4.37%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   77.07%   81.44%   +4.37%     
==========================================
  Files           6        7       +1     
  Lines        1086     1105      +19     
==========================================
+ Hits          837      900      +63     
+ Misses        249      205      -44     
Impacted Files Coverage Δ
src/specialfunctions.jl 66.41% <ø> (+12.25%) ⬆️
src/HypergeometricFunctions.jl 100.00% <0.00%> (ø)
src/gauss.jl 57.46% <0.00%> (+2.23%) ⬆️

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 55bd4f2...3757209. Read the comment docs.

@ViralBShah
Copy link
Member Author

@giordano If I am changing the compat for julia from 1 to 1.3, what do I need to do with the version number bump?

@ararslan
Copy link
Member

Patch bump should be fine.

@ViralBShah ViralBShah merged commit be6f8ec into master Jul 14, 2022
@ViralBShah ViralBShah deleted the vs/openlibm branch July 14, 2022 02:03
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