Skip to content

Releases: jump-dev/MutableArithmetics.jl

v1.7.1

01 Apr 22:21
c271f3f

Choose a tag to compare

MutableArithmetics v1.7.1

Diff since v1.7.0

Merged pull requests:

  • Refactor the tests into independent modules (#352) (@odow)
  • Fix /(::Zero, ::AbstractMutable) (#355) (@odow)
  • Prep for v1.7.1 (#356) (@odow)

v1.7.0

31 Mar 23:39
c575d94

Choose a tag to compare

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)

v1.6.7

21 Oct 22:54
e00703e

Choose a tag to compare

MutableArithmetics v1.6.7

Diff since v1.6.6

Merged pull requests:

  • Fix rewrite generic of sum(::Symbol; init) (#339) (@odow)
  • Prep for v1.6.7 (#340) (@odow)

v1.6.6

27 Sep 01:56
ffcfd9a

Choose a tag to compare

MutableArithmetics v1.6.6

Diff since v1.6.5

Merged pull requests:

  • Fix * between matrix and vector with non-concrete element types (#337) (@odow)
  • Prep for v1.6.6 (#338) (@odow)

Closed issues:

  • StackOverflow with * between non-concrete types (#336)

v1.6.5

17 Sep 11:02
ce33a4b

Choose a tag to compare

MutableArithmetics v1.6.5

Diff since v1.6.4

Merged pull requests:

Closed issues:

  • Is Zero zero? (#331)

v1.6.4

20 Feb 02:07
cc1be0e

Choose a tag to compare

MutableArithmetics v1.6.4

Diff since v1.6.3

Merged pull requests:

  • Fix unqualified extension of Base.Matrix function (#329) (@odow)
  • Prep for v1.6.4 (#330) (@odow)

v1.6.3

30 Jan 22:32
938b912

Choose a tag to compare

MutableArithmetics v1.6.3

Diff since v1.6.2

Merged pull requests:

  • Fix unary minus operators in rewrite (#325) (@odow)
  • Fix mutable allocations in n-ary multiplication (#326) (@odow)
  • Prep for v1.6.3 (#327) (@odow)

Closed issues:

  • Ternary operator inside macros (#324)
  • Negative signs in expressions (#323)

v1.6.2

15 Jan 09:08
1415163

Choose a tag to compare

MutableArithmetics v1.6.2

Diff since v1.6.1

Merged pull requests:

  • Fix dot product between Rational{Int} and Rational{BigInt} (#322) (@blegat)

v1.6.1

14 Jan 08:19
b38696f

Choose a tag to compare

MutableArithmetics v1.6.1

Diff since v1.6.0

Merged pull requests:

  • Fix GitHub actions badge in README (#315) (@odow)
  • Fix similar_array_type for SubArray (#317) (@odow)
  • Fix neutral_element for AbstractArrays (#320) (@odow)
  • Prep for v1.6.1 (#321) (@odow)

Closed issues:

  • similar_array_type with SubArray (#316)
  • dot product fails when the result is a matrix (#318)

v1.6.0

18 Nov 01:45
d75b9ac

Choose a tag to compare

MutableArithmetics v1.6.0

Diff since v1.5.2

Merged pull requests: