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

Update rules for SpecialFunctions #407

Merged
merged 2 commits into from
May 7, 2021
Merged

Update rules for SpecialFunctions #407

merged 2 commits into from
May 7, 2021

Conversation

devmotion
Copy link
Member

This updates the rules for SpecialFunctions, in the same way as JuliaMath/SpecialFunctions.jl#308.

I think it might be necessary to fix SpecialFunctions to an older version without ChainRulesCore dependency if we want the rules in ChainRules to be tested properly. However, this might cause problems with other test dependencies (older versions etc.), so maybe it should be done in a separate environment?

@oxinabox
Copy link
Member

oxinabox commented May 7, 2021

if we want the rules in ChainRules to be tested properly.

TBH i don't care about them being tested properly.
I think noone is using them.

@codecov-commenter
Copy link

codecov-commenter commented May 7, 2021

Codecov Report

Merging #407 (62018b3) into master (647c440) will decrease coverage by 9.59%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #407      +/-   ##
==========================================
- Coverage   98.45%   88.86%   -9.60%     
==========================================
  Files          23       23              
  Lines        1878     1428     -450     
==========================================
- Hits         1849     1269     -580     
- Misses         29      159     +130     
Impacted Files Coverage Δ
src/rulesets/packages/SpecialFunctions.jl 100.00% <100.00%> (ø)
src/rulesets/Base/evalpoly.jl 0.00% <0.00%> (-97.83%) ⬇️
src/rulesets/Base/utils.jl 0.00% <0.00%> (-80.00%) ⬇️
src/ChainRules.jl 66.66% <0.00%> (-33.34%) ⬇️
src/rulesets/Statistics/statistics.jl 66.66% <0.00%> (-24.25%) ⬇️
src/rulesets/LinearAlgebra/utils.jl 66.66% <0.00%> (-21.57%) ⬇️
src/rulesets/LinearAlgebra/symmetric.jl 84.15% <0.00%> (-15.47%) ⬇️
src/rulesets/LinearAlgebra/structured.jl 92.04% <0.00%> (-7.96%) ⬇️
src/rulesets/LinearAlgebra/factorization.jl 95.52% <0.00%> (-2.32%) ⬇️
src/rulesets/LinearAlgebra/norm.jl 98.24% <0.00%> (-1.76%) ⬇️
... and 12 more

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 647c440...62018b3. Read the comment docs.

@devmotion
Copy link
Member Author

Test failures with Julia nightly seem to be unrelated and exist on master as well.

@devmotion devmotion merged commit daff86a into master May 7, 2021
@devmotion devmotion deleted the dw/specialfunctions branch May 7, 2021 14:11
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