v1.7.0
MutableArithmetics v1.7.0
Merged pull requests:
- Fix rewrite of sum(x; init) when x is not a generator (#344) (@odow)
- Update CI jobs, add Dependabot, update JuliaFormatter (#345) (@odow)
- Drop support for Julia 1.6 and make 1.10 the new minimum (#346) (@odow)
- Bump julia-actions/cache from 2 to 3 (#347) (@dependabot[bot])
- Narrow Zero arithmetic methods to reduce invalidations (#348) (@oameye)
- Fix allocation tests for Julia v1.12.5 (#349) (@odow)
- Bump codecov/codecov-action from 5 to 6 (#350) (@dependabot[bot])
- Prep for v1.7.0 (#351) (@odow)
Closed issues:
- Confusing behaviour of
sum,initand;. (#343)