You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let count, sum, and prod take an init kwarg (#1281)
* let `count` take an `init` kwarg
- `Base.count` allows the `init` kwarg since v1.6
- bump StaticArrays to 1.9.8
* add `init` kwarg to `sum` and `prod` as well (fix#1119)
* run invalidations action on julia lts
* Move `solve.jl` tests to group B to hopefully OOM issues on Julia 1.6 CI
---------
Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
0 commit comments