Releases: jump-dev/MutableArithmetics.jl
Releases · jump-dev/MutableArithmetics.jl
v1.6.0
v1.5.2
v1.5.1
v1.5.0
v1.4.6
v1.4.5
MutableArithmetics v1.4.5
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
MutableArithmetics v1.4.4
Merged pull requests:
v1.4.3
MutableArithmetics v1.4.3
Merged pull requests:
v1.4.2
MutableArithmetics v1.4.2
Merged pull requests:
- Fix product of Complex with Hermitian (#265) (@blegat)
- Prep for v1.4.2 (#266) (@odow)
- Fix *(::AbstractMutable, ::Symmetric) (#268) (@odow)
- Address review comments (#269) (@blegat)
- Promote div and / in the same way (#270) (@hersle)
- Fix mutability check for array multiplication (#272) (@odow)
Closed issues:
v1.4.1
MutableArithmetics v1.4.1
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: