Skip to content

Releases: jump-dev/MutableArithmetics.jl

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:

v1.4.2

26 Mar 20:07
69b1c51
Compare
Choose a tag to compare

MutableArithmetics v1.4.2

Diff since v1.4.1

Merged pull requests:

Closed issues:

  • Errors in complex algebra with Symmetric and Hermitian (#264)
  • Bug in operate!!(*, A, B) (#271)

v1.4.1

14 Feb 22:16
ccaa222
Compare
Choose a tag to compare

MutableArithmetics v1.4.1

Diff since v1.4.0

Merged pull requests:

  • Updates for review comments (#247) (@blegat)
  • Fix implementation of mul! for AbstractMatrix and AbstractVector (#252) (@odow)
  • [docs] fix docstring of rewrite macro (#254) (@odow)
  • Fix Vector*Transpose{Vector} (#257) (@odow)
  • Fix test for nightly (#258) (@odow)
  • Stop including files multiple times in tests (#259) (@odow)
  • Fix multiplying Symmetric and Hermitian matrices (#261) (@odow)
  • Prep for v1.4.1 (#262) (@odow)
  • Fix promotion of outer product (#263) (@blegat)

Closed issues:

  • Confusing error in mul! (#251)
  • Missing methods for LinearAlgebra.Transpose (#256)
  • MOI failure on nightly (#260)