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 new ChainRulesCore #319

Merged
merged 1 commit into from
Jun 2, 2021
Merged

use new ChainRulesCore #319

merged 1 commit into from
Jun 2, 2021

Conversation

oxinabox
Copy link
Contributor

@oxinabox oxinabox commented Jun 1, 2021

This prepares for the new ChainRulesCore release.
In this case it is mutually compatible with one of the prior releases.

Moving to 0.7 will close #310

CI will likely fail til everything is tagged, should be all working no later than tomorrow

@codecov
Copy link

codecov bot commented Jun 1, 2021

Codecov Report

Merging #319 (efa92b1) into master (2e2e180) will decrease coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #319      +/-   ##
==========================================
- Coverage   92.70%   92.62%   -0.08%     
==========================================
  Files          12       12              
  Lines        2645     2645              
==========================================
- Hits         2452     2450       -2     
- Misses        193      195       +2     
Flag Coverage Δ
unittests 92.62% <100.00%> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/chainrules.jl 100.00% <100.00%> (ø)
src/beta_inc.jl 90.52% <0.00%> (-0.32%) ⬇️

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 2e2e180...efa92b1. Read the comment docs.

@oxinabox
Copy link
Contributor Author

oxinabox commented Jun 2, 2021

Can this please be merged and a release tagged, this is blocking updating other packages

@stevengj
Copy link
Member

stevengj commented Jun 2, 2021

bors bot added a commit to FluxML/Zygote.jl that referenced this pull request Jun 2, 2021
985: Update ChainRules and ChainRulesCore r=oxinabox a=oxinabox

Replaces #983 and #984 doing both at once.
We should wait for JuliaMath/SpecialFunctions.jl#319 to be merged first though as without that SpecialFunctions.jl holds us back to ChainRulesCore 0.9
which means CI will not actually tell us

Co-authored-by: Lyndon White <lyndon.white@invenialabs.co.uk>
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.

ChainRulesCore dependency causes 4x load time regression
3 participants