Skip to content

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 23:39
c575d94

MutableArithmetics v1.7.0

Diff since v1.6.7

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, init and ;. (#343)