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

compat fixes for Julia v1.8 #459

Merged
merged 4 commits into from
Dec 16, 2021
Merged

compat fixes for Julia v1.8 #459

merged 4 commits into from
Dec 16, 2021

Conversation

dkarrasch
Copy link
Member

Depends on JuliaLang/julia#41640.

Needs to be adjusted regarding the exact DEV-version number.

@codecov-commenter
Copy link

codecov-commenter commented Dec 9, 2021

Codecov Report

Merging #459 (2e2c3f8) into master (ac46c09) will decrease coverage by 0.55%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #459      +/-   ##
==========================================
- Coverage   84.56%   84.01%   -0.56%     
==========================================
  Files           6        7       +1     
  Lines         784      807      +23     
==========================================
+ Hits          663      678      +15     
- Misses        121      129       +8     
Impacted Files Coverage Δ
src/GLM.jl 50.00% <50.00%> (ø)
src/linpred.jl 76.31% <100.00%> (-0.27%) ⬇️
src/glmfit.jl 78.36% <0.00%> (-1.78%) ⬇️
src/lm.jl 96.74% <0.00%> (+0.05%) ⬆️
src/glmtools.jl 82.70% <0.00%> (+1.55%) ⬆️

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 ac46c09...2e2c3f8. Read the comment docs.

@dkarrasch
Copy link
Member Author

CI should be re-run in a few hours to make sure the tests run on a sufficiently up-to-date nightly version.

@palday
Copy link
Member

palday commented Dec 15, 2021

@dkarrasch there's a doctest failure from a pivoted Cholesky being used where the non pivoted should be used. I've kicked off the CI again, but I'll take a closer look later if it fails.

Copy link
Member

@palday palday left a comment

Choose a reason for hiding this comment

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

@dkarrasch thanks for handling this

@palday palday merged commit f5ff466 into JuliaStats:master Dec 16, 2021
@dkarrasch
Copy link
Member Author

You're welcome!

@dkarrasch dkarrasch deleted the cholesky branch December 16, 2021 09:59
ym-han pushed a commit to ym-han/GLM.jl that referenced this pull request Dec 17, 2021
* compat fixes for Julia v1.8

* bump patch version
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.

3 participants