Skip to content

Releases: jump-dev/MutableArithmetics.jl

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:

v1.5.2

16 Oct 01:53
d47000d

Choose a tag to compare

MutableArithmetics v1.5.2

Diff since v1.5.1

Merged pull requests:

  • Fix sum(::AbstractArray{<:AbstractMutable}; dims) (#310) (@odow)
  • Prep for v1.5.2 (#311) (@odow)

Closed issues:

  • sum with init and dims (#309)

v1.5.1

13 Oct 19:36
3f811de

Choose a tag to compare

MutableArithmetics v1.5.1

Diff since v1.5.0

Merged pull requests:

Closed issues:

  • Build faster paths for SAF constructions (#305)