SymbolicML / DynamicQuantities.jl

Efficient and type-stable physical quantities in Julia
https://symbolicml.org/DynamicQuantities.jl/dev/
Apache License 2.0
120 stars 15 forks source link

Bump julia-actions/cache from 1 to 2 #134

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps julia-actions/cache from 1 to 2.

Release notes

Sourced from julia-actions/cache's releases.

v2.0.0

Breaking Changes ⚠️

v2.0.0 requires node20. This is a breaking change, because node20 does not support the following operating systems:

  • Red Hat Enterprise Linux 7
  • CentOS 7
  • Oracle Linux 7
  • Debian 9
  • Ubuntu 16.04
  • Linux Mint 18
  • openSUSE 15
  • SUSE Enterprise Linux (SLES) 12 SP2
  • Windows 7 64-bit
  • Windows 8.1 64-bit

Therefore, if you are using self-hosted runners on one of the above operating systems, you won't be able to run v2 of this action.

In contrast, v1 of this action uses node16.

What's Changed

New Contributors

Full Changelog: https://github.com/julia-actions/cache/compare/v1.5.2...v2.0.0

v1.5.2: Cache tidy fixes. Existing registry fix.

What's Changed

... (truncated)

Commits
  • d48542b Bump actions/cache from 3.3.3 to 4.0.2 (#123)
  • caa6556 Bump pyTooling/Actions from 1.0.1 to 1.0.5 (#127)
  • 1c20782 Bump actions/checkout from 4.1.2 to 4.1.4 (#126)
  • 4b23ab7 update setup-julia to v2 in readme (#124)
  • cc87ef3 Bump pyTooling/Actions from 0.4.6 to 1.0.1 (#117)
  • c363897 Bump actions/checkout from 4.1.1 to 4.1.2 (#118)
  • 1b0706c Bump julia-actions/setup-julia from 1 to 2 (#116)
  • 8b63b4a Update actions/cache to v3.3.3 (#121)
  • 0413f3b Only run Dependabot once per month, but increase the PR limit (#115)
  • e8521d4 More accurate info about GitHub cache retion policy (#111)
  • Additional commits viewable in compare view


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 2 months ago

Benchmark Results

main ce02140fc9fb8f... main/ce02140fc9fb8f...
Quantity/creation/Quantity(x) 3.71 ± 0.01 ns 2.79 ± 0.009 ns 1.33
Quantity/creation/Quantity(x, length=y) 3.42 ± 0.01 ns 3.41 ± 0.01 ns 1
Quantity/with_numbers/*real 3.11 ± 0.01 ns 3.11 ± 0.01 ns 1
Quantity/with_numbers/^int 8.05 ± 2.2 ns 8.05 ± 2.2 ns 1
Quantity/with_numbers/^int * real 8.37 ± 1.9 ns 8.37 ± 1.9 ns 1
Quantity/with_quantity/+y 4.04 ± 0.01 ns 4.04 ± 0.01 ns 1
Quantity/with_quantity//y 3.11 ± 0 ns 3.11 ± 0 ns 1
Quantity/with_self/dimension 3.11 ± 0.01 ns 3.11 ± 0.001 ns 1
Quantity/with_self/inv 3.11 ± 0.001 ns 3.11 ± 0.001 ns 1
Quantity/with_self/ustrip 2.79 ± 0 ns 2.79 ± 0 ns 1
QuantityArray/broadcasting/multi_array_of_quantities 0.147 ± 0.0022 ms 0.147 ± 0.0012 ms 0.999
QuantityArray/broadcasting/multi_normal_array 0.0556 ± 0.003 ms 0.0559 ± 0.0023 ms 0.995
QuantityArray/broadcasting/multi_quantity_array 0.155 ± 0.00069 ms 0.155 ± 0.00057 ms 1
QuantityArray/broadcasting/x^2_array_of_quantities 23.7 ± 1.5 μs 23.5 ± 1.8 μs 1.01
QuantityArray/broadcasting/x^2_normal_array 4.23 ± 0.8 μs 4.31 ± 1.4 μs 0.98
QuantityArray/broadcasting/x^2_quantity_array 6.93 ± 0.23 μs 6.99 ± 0.27 μs 0.991
QuantityArray/broadcasting/x^4_array_of_quantities 0.0815 ± 0.00043 ms 0.0815 ± 0.00057 ms 0.999
QuantityArray/broadcasting/x^4_normal_array 0.0498 ± 0.00018 ms 0.0498 ± 0.00016 ms 0.999
QuantityArray/broadcasting/x^4_quantity_array 0.053 ± 0.00017 ms 0.053 ± 0.0002 ms 0.999
time_to_load 0.135 ± 0.0018 s 0.136 ± 0.0016 s 0.997

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).