JuliaSymbolics / SymbolicUtils.jl

Symbolic expressions, rewriting and simplification
https://docs.sciml.ai/SymbolicUtils/stable/
Other
541 stars 108 forks source link

Bump actions/checkout from 2 to 4 #570

Open dependabot[bot] opened 9 months ago

dependabot[bot] commented 9 months ago

Bumps actions/checkout from 2 to 4.

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 9 months ago

Benchmark Results

master b681900eecf1a6... t[master]/t[b681900eecf1a6...]
overhead/acrule/a+2 0.742 ± 0.024 μs 0.716 ± 0.021 μs 1.04
overhead/acrule/a+2+b 0.733 ± 0.022 μs 0.707 ± 0.023 μs 1.04
overhead/acrule/a+b 0.261 ± 0.009 μs 0.247 ± 0.0067 μs 1.06
overhead/acrule/noop:Int 26.2 ± 0.92 ns 25 ± 0.05 ns 1.05
overhead/acrule/noop:Sym 0.0342 ± 0.0046 μs 0.0339 ± 0.004 μs 1.01
overhead/rule/noop:Int 0.0379 ± 0.0008 μs 0.039 ± 0.001 μs 0.971
overhead/rule/noop:Sym 0.0428 ± 0.0016 μs 0.0437 ± 0.0013 μs 0.977
overhead/rule/noop:Term 0.0432 ± 0.0015 μs 0.0428 ± 0.0017 μs 1.01
overhead/ruleset/noop:Int 0.126 ± 0.002 μs 0.123 ± 0.0022 μs 1.02
overhead/ruleset/noop:Sym 0.146 ± 0.0043 μs 0.143 ± 0.0043 μs 1.03
overhead/ruleset/noop:Term 3.47 ± 0.18 μs 3.4 ± 0.17 μs 1.02
overhead/simplify/noop:Int 0.15 ± 0.0013 μs 0.154 ± 0.0026 μs 0.975
overhead/simplify/noop:Sym 0.162 ± 0.004 μs 0.161 ± 0.0041 μs 1.01
overhead/simplify/noop:Term 0.0392 ± 0.0025 ms 0.0385 ± 0.0024 ms 1.02
overhead/simplify/randterm (+, *):serial 0.124 ± 0.0027 s 0.123 ± 0.0041 s 1.01
overhead/simplify/randterm (+, *):thread 0.0753 ± 0.023 s 0.0737 ± 0.026 s 1.02
overhead/simplify/randterm (/, *):serial 0.228 ± 0.0077 ms 0.225 ± 0.0073 ms 1.01
overhead/simplify/randterm (/, *):thread 0.264 ± 0.0088 ms 0.256 ± 0.0075 ms 1.03
overhead/substitute/a 0.0612 ± 0.0018 ms 0.0615 ± 0.0017 ms 0.995
overhead/substitute/a,b 0.0536 ± 0.0018 ms 0.054 ± 0.0016 ms 0.992
overhead/substitute/a,b,c 17.4 ± 0.78 μs 16.7 ± 0.71 μs 1.05
polyform/easy_iszero 0.033 ± 0.002 ms 0.0319 ± 0.0022 ms 1.04
polyform/isone 2.79 ± 0.01 ns 2.79 ± 0.01 ns 1
polyform/iszero 1.83 ± 0.043 ms 1.79 ± 0.035 ms 1.02
polyform/simplify_fractions 2.46 ± 0.063 ms 2.42 ± 0.047 ms 1.02
time_to_load 4.8 ± 0.04 s 4.6 ± 0.071 s 1.04

Benchmark Plots

A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR. Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).