Skip to content

Releases: jump-dev/MutableArithmetics.jl

v1.6.2

15 Jan 09:08
1415163
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v1.5.0

26 Sep 21:49
93c7e3b
Compare
Choose a tag to compare

MutableArithmetics v1.5.0

Diff since v1.4.6

Merged pull requests:

Closed issues:

  • use extensions for LinearAlgebra, SparseArrays, Test ? (#298)
  • Maybe give some kind of mention to InPlace.jl in the README (#299)
  • Recurse rewrite into if blocks (#302)

v1.4.6

02 Aug 03:45
6795016
Compare
Choose a tag to compare

MutableArithmetics v1.4.6

Diff since v1.4.5

Merged pull requests:

Closed issues:

  • Documentation is generally missing (#286)
  • Element-wise comparisons accept invalid dimension mismatch (#295)

v1.4.5

12 Jun 14:39
0e42a16
Compare
Choose a tag to compare

MutableArithmetics v1.4.5

Diff since v1.4.4

Merged pull requests:

  • Implement performance optimization of promote_operation for *(::Any, ::Zero) (#284) (@odow)
  • Mutable addition of one array into result (#288) (@blegat)
  • Add test for MA.broadcast! with sparse array (#289) (@blegat)
  • Implement zero for SparseVector (#290) (@blegat)
  • Add test for MA.broadcast! with sparse array (#291) (@blegat)

Closed issues:

  • Error in precompilation (#285)

v1.4.4

24 Apr 07:52
a6ed0f5
Compare
Choose a tag to compare

MutableArithmetics v1.4.4

Diff since v1.4.3

Merged pull requests:

  • Update versions in GitHub actions (#279) (@odow)
  • Add badge for JuliaCon paper (#280) (@blegat)
  • Mutable addition and substraction of sparse arrays (#281) (@blegat)
  • Add missing ignore for paper (#282) (@blegat)
  • Implement Base.zero(::Type{MA.Zero}) (#283) (@odow)

v1.4.3

17 Apr 10:05
0d4fabc
Compare
Choose a tag to compare

MutableArithmetics v1.4.3

Diff since v1.4.2

Merged pull requests: