Skip to content

Support and test all v1 Julia versions#24

Merged
mohdibntarek merged 1 commit into
masterfrom
mt/support_all_julia_versions
Nov 10, 2021
Merged

Support and test all v1 Julia versions#24
mohdibntarek merged 1 commit into
masterfrom
mt/support_all_julia_versions

Conversation

@mohdibntarek
Copy link
Copy Markdown
Member

This PR fixes the support for Julia 1.0, 1.1 and 1.2. The Zygote over ForwardDiff Hessian tests are failing for Zygote mutation-related reasons that seem to be fixed in Julia 1.3 and above. Since this is a Zygote issue for Julia < 1.3, I just avoid testing this case instead of fixing it. This issue fixes #18.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Nov 10, 2021

Codecov Report

Merging #24 (6b54ca2) into master (92bb905) will increase coverage by 0.16%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   79.34%   79.51%   +0.16%     
==========================================
  Files           2        2              
  Lines         368      371       +3     
==========================================
+ Hits          292      295       +3     
  Misses         76       76              
Impacted Files Coverage Δ
src/AbstractDifferentiation.jl 78.63% <100.00%> (+0.18%) ⬆️

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 92bb905...6b54ca2. Read the comment docs.

@mohdibntarek mohdibntarek merged commit 7cf1724 into master Nov 10, 2021
@odow
Copy link
Copy Markdown

odow commented Nov 10, 2021

In general, I think we only need to test the LTS and latest minor release. So just '1.0' and '1'. People on minor releases must update each release. If they don't like that, use the LTS instead.

@gdalle gdalle deleted the mt/support_all_julia_versions branch December 21, 2023 09:36
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.

Test suite fails on Julia v1.0

3 participants