Recent Releases of MutableArithmetics
MutableArithmetics - v1.6.4
MutableArithmetics v1.6.4
Merged pull requests: - Fix unqualified extension of Base.Matrix function (#329) (@odow) - Prep for v1.6.4 (#330) (@odow)
- TeX
Published by github-actions[bot] about 1 year ago
MutableArithmetics - v1.6.3
MutableArithmetics v1.6.3
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)
- TeX
Published by github-actions[bot] about 1 year ago
MutableArithmetics - v1.6.2
MutableArithmetics v1.6.2
Merged pull requests: - Fix dot product between Rational{Int} and Rational{BigInt} (#322) (@blegat)
- TeX
Published by github-actions[bot] about 1 year ago
MutableArithmetics - v1.6.1
MutableArithmetics v1.6.1
Merged pull requests: - Fix GitHub actions badge in README (#315) (@odow) - Fix similararraytype for SubArray (#317) (@odow) - Fix neutral_element for AbstractArrays (#320) (@odow) - Prep for v1.6.1 (#321) (@odow)
Closed issues: - similararraytype with SubArray (#316) - dot product fails when the result is a matrix (#318)
- TeX
Published by github-actions[bot] about 1 year ago
MutableArithmetics - v1.6.0
MutableArithmetics v1.6.0
Merged pull requests: - Add returnismutable kwarg to MA.rewrite (#312) (@odow) - Prep for v1.6.0 (#313) (@odow)
- TeX
Published by github-actions[bot] over 1 year ago
MutableArithmetics - v1.5.2
MutableArithmetics v1.5.2
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)
- TeX
Published by github-actions[bot] over 1 year ago
MutableArithmetics - v1.5.1
MutableArithmetics v1.5.1
Merged pull requests: - Allow init argument for sum (#306) (@blegat) - Fix BigFloat for Julia v1.12 (#307) (@odow) - Prep for v1.5.1 (#308) (@odow)
Closed issues: - Build faster paths for SAF constructions (#305)
- TeX
Published by github-actions[bot] over 1 year ago
MutableArithmetics - v1.5.0
MutableArithmetics v1.5.0
Merged pull requests: - Mention InPlace.jl in README (#300) (@odow) - Add BangBang (#301) (@blegat) - Recurse rewrite_generic into :if and :block (#303) (@odow) - Prep for v1.5.0 (#304) (@odow)
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)
- TeX
Published by github-actions[bot] over 1 year ago
MutableArithmetics - v1.4.6
MutableArithmetics v1.4.6
Merged pull requests: - Fix size check of arrays when broadcasting (#296) (@odow) - Prep fo v1.4.6 (#297) (@odow)
Closed issues: - Documentation is generally missing (#286) - Element-wise comparisons accept invalid dimension mismatch (#295)
- TeX
Published by github-actions[bot] over 1 year ago
MutableArithmetics - 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)
- TeX
Published by github-actions[bot] over 1 year ago
MutableArithmetics - v1.4.4
MutableArithmetics v1.4.4
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)
- TeX
Published by github-actions[bot] almost 2 years ago
MutableArithmetics - v1.4.3
MutableArithmetics v1.4.3
Merged pull requests: - Add corresponding operate_to! method for Matrix-scalar product (#273) (@blegat) - Address review comments (#274) (@blegat) - Address review comments (#275) (@blegat) - Use axes instead of length (#276) (@blegat) - Update actions used in CI (#277) (@blegat) - Mutable sum of array to array (#278) (@blegat)
- TeX
Published by github-actions[bot] almost 2 years ago
MutableArithmetics - 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: - Errors in complex algebra with Symmetric and Hermitian (#264) - Bug in operate!!(*, A, B) (#271)
- TeX
Published by github-actions[bot] almost 2 years ago
MutableArithmetics - 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: - Confusing error in mul! (#251) - Missing methods for LinearAlgebra.Transpose (#256) - MOI failure on nightly (#260)
- TeX
Published by github-actions[bot] about 2 years ago
MutableArithmetics - v1.4.0
MutableArithmetics v1.4.0
Merged pull requests:
- dispatch.jl: simplify overloads for SparseMatrix * AbstractArray (#181) (@odow)
- implement BigFloat negation and abs without ccall (#194) (@nsajko)
- Add similararraytype for LinearAlgebra.Diagonal (#205) (@odow)
- Add support for BitVector and BitArray in operate (#233) (@odow)
- copy for BigInt, BigFloat and Rational (#238) (@nsajko)
- Fix compat bounds for stdlib (#239) (@odow)
- Fix incorrect operate test set (#242) (@nsajko)
- add an operate method for abs (#243) (@nsajko)
- add some methods for unary +, -, *, abs (#245) (@nsajko)
- Add dispatch for LinearAlgebra.dot for Symmetric and Hermitian matrices (#248) (@odow)
- Prep for v1.4.0 (#249) (@odow)
Closed issues:
- Why is there no mutable assignment operation? (#163)
- dot with two Hermitian matrices (#203)
- Cannot multiply I by a variable and add it to a matrix. (#206)
- Rewrite assumes x^n is same type as x * x (#227)
- Support BitArrays (#232)
- Slow Hilbert-Schmidt inner product (#234)
- Mention ArbNumerics (because of ArbFloat type) (#235)
- unary operate_to! recurs without bound, until stack overflow (#237)
- no operate method for abs (#241)
- zero(::BigInt) is being changed to return a global constant (#250)
- TeX
Published by github-actions[bot] over 2 years ago
MutableArithmetics - v1.3.3
MutableArithmetics v1.3.3
Merged pull requests: - Fix bug rewriting sum with dims kwarg (#229) (@odow) - Update GitHub actions (#230) (@odow)
Closed issues: - no method matching operate!!(::typeof(MutableArithmetics.add_mul), ::MutableArithmetics.Zero; dims::Int64) (#228)
- TeX
Published by github-actions[bot] over 2 years ago
MutableArithmetics - v1.3.2
MutableArithmetics v1.3.2
Closed issues:
- Expression performance when ; init = 0 used in sum (#204)
- Nuance Problem with move_factors_into_sums Keyword Argument in @rewrite (#219)
- potential performance issue without movefactorsinto_sums (#224)
Merged pull requests: - Fix rewrite of +(x, *(y...)) into add_mul (#225) (@odow) - Clarify docstring of rewrite macro (#226) (@odow)
- TeX
Published by github-actions[bot] over 2 years ago
MutableArithmetics - v1.3.1
MutableArithmetics v1.3.1
Closed issues: - feature request: enable optionally mutable operation (#216) - Broadcasting containers with arrays (#221)
Merged pull requests: - Fix broadcasting for non-DefaultArrayStyle containers (#222) (@odow) - Prep for v1.3.1 (#223) (@odow)
- TeX
Published by github-actions[bot] over 2 years ago
MutableArithmetics - v1.3.0
MutableArithmetics v1.3.0
Closed issues: - using MA.Test conflicts with the stdlib Test module (#208) - question: is MA the place to do type piracy on Base.evalpoly? (#210)
Merged pull requests:
- Fix init in summation rewrite (#207) (@odow)
- add BigFloat fma and muladd (#211) (@nsajko)
- add evalpoly (#214) (@nsajko)
- in tests, use MA.copyifmutable for copying (#215) (@nsajko)
- use StridedMaybeAdjOrTransMat instead of defining it (#217) (@dkarrasch)
- TeX
Published by github-actions[bot] almost 3 years ago
MutableArithmetics - v1.2.3
MutableArithmetics v1.2.3
Merged pull requests: - Use import MutableArithmetics as MA and fix resulting hygiene issue (#199) (@odow) - Prep for v1.2.3 (#200) (@odow)
- TeX
Published by github-actions[bot] about 3 years ago
MutableArithmetics - v1.2.2
MutableArithmetics v1.2.2
Merged pull requests: - Support x[;kwargs...] syntax in rewrite macro (#197) (@odow) - Prep for v1.2.2 (#198) (@odow)
- TeX
Published by github-actions[bot] about 3 years ago
MutableArithmetics - v1.2.1
MutableArithmetics v1.2.1
Merged pull requests: - Add operate for div, gcd, lcm (#196) (@blegat)
- TeX
Published by github-actions[bot] about 3 years ago
MutableArithmetics - v1.2.0
MutableArithmetics v1.2.0
Closed issues: - Faster Rational add_mul (#187) - How is one supposed to compute the dot product of BigFloat vectors, utilizing mutability? (#189) - operate! for abs (#190) - operate! for unary minus (#191)
Merged pull requests: - 0-allocation addmul for Rational{BigInt} (#188) (@blegat) - add BigFloat negation and absolute value (#192) (@nsajko) - bufferedoperateto! for BigFloat dot product (#193) (@nsajko) - SparseArrays: fix for nightly Julia, ilog2 -> topset_bit (#195) (@nsajko)
- TeX
Published by github-actions[bot] about 3 years ago
MutableArithmetics - v1.1.0
MutableArithmetics v1.1.0
Closed issues: - Replace for loops by functional approach (#26) - Add tests for prefersort (#37) - Empty sums (#44) - Fix dot for Array of Arrays (#92) - Rewrite of sum()*constant is suboptimal (#169) - *(::AbstractArray, ::AbstractArray) is wrong (#175) - rewritegeneric doesn't support splatting (#184)
Merged pull requests: - Add new rewrite that does not make strong assumptions on result type (#170) (@odow) - Fix implementation of fusedmapreduce (#171) (@odow) - Add tests and fix for SparseArray matrix multiplication (#173) (@odow) - Fix generic matmult in LinearAlgebra.jl (#176) (@odow) - Fix methods and add tests for SparseArrays.jl (#177) (@odow) - dispatch.jl: simplify number * sparse matrix (#179) (@odow) - dispatch.jl: remove work-arounds for Julia 1.0 (#180) (@odow) - Prep for v1.1.0 (#183) (@odow) - Support splatting in rewrite_generic.jl (#185) (@odow)
- TeX
Published by github-actions[bot] over 3 years ago
MutableArithmetics - v1.0.5
MutableArithmetics v1.0.5
Closed issues:
- /(::SparseArrays.SparseMatrixCSC{<:MutableArithmetics.AbstractMutable}, ::Number) is ambiguous (#161)
- promote_operation_fallback(+, Int64, Irrational) returns Int64 instead of Float64 (#164)
- No normalization for rationals? (#167)
Merged pull requests:
- Update to jlcode v6.1 (#157) (@blegat)
- Fix ambiguities and re-enable Aqua (#162) (@odow)
- Fix promoteoperation for irrational numbers (#165) (@blegat)
- Support user-defined Irrational in `promoteoperation` (#166) (@bowenszhu)
- Simplify rationals on addition and substraction (#168) (@blegat)
- TeX
Published by github-actions[bot] over 3 years ago
MutableArithmetics - v1.0.4
MutableArithmetics v1.0.4
Merged pull requests: - Add integration test for CI and fix JuMP (#160) (@odow)
- TeX
Published by github-actions[bot] over 3 years ago
MutableArithmetics - v1.0.3
MutableArithmetics v1.0.3
Closed issues: - Broadcasting mismatched expressions in constraint fails (#158)
Merged pull requests: - Fix broadcast for mis-matched arrays (#159) (@odow)
- TeX
Published by github-actions[bot] over 3 years ago
MutableArithmetics - v1.0.2
MutableArithmetics v1.0.2
Closed issues: - Bug with promote and adjoint of a vector (#154)
Merged pull requests: - Fix Vector-AdjVector product (#155) (@odow) - Fix tests for PR#153 (#156) (@odow)
- TeX
Published by github-actions[bot] almost 4 years ago
MutableArithmetics - v1.0.1
MutableArithmetics v1.0.1
Closed issues:
- 1.0 release (#106)
- Ambiguity error for mul! (#152)
Merged pull requests:
- Add license headers (#151) (@odow)
- add mul! for AbstractTriangular (#153) (@mzgubic)
- TeX
Published by github-actions[bot] almost 4 years ago
MutableArithmetics - v1.0.0
MutableArithmetics v1.0.0
Merged pull requests: - Prep for v1.0 release and drop support for pre Julia 1.6 versions (#150) (@odow)
- TeX
Published by github-actions[bot] about 4 years ago
MutableArithmetics - v0.3.3
MutableArithmetics v0.3.3
Closed issues: - Error with StaticArrays when defining a constraint (#65) - regression observed in JuMP expressions (#111) - Observed invalidations (#114) - the README and docs are outdated (#129) - Performance of LinearAlgebra.dot (#132) - Clarify alias in operate_to! (#139)
Merged pull requests: - Fix #129 (#130) (@blegat) - README.md: update latest -> dev in doc URLs (#131) (@fingolfin) - Add JuliaFormatter and add CI check (#133) (@odow) - Refactor implementations into subdir (#134) (@odow) - Style improvements in dispatch.jl (#135) (@odow) - Style improvements in reduce.jl (#136) (@odow) - Style imrpovements in broadcast.jl (#137) (@odow) - Style improvements for rewrite.jl (#138) (@odow) - Fix for StaticArrays in multiplication (#142) (@odow) - Clarify docstring of operate_to (#143) (@odow) - Update README (#144) (@odow) - Prep for v1.0 (#145) (@odow) - Style updates for interface.jl (#146) (@odow) - Improve performance of LinearAlgebra.dot (#147) (@odow) - Add Aqua.jl as a CI job (#148) (@odow) - Prep for v0.3.3 (#149) (@odow)
- TeX
Published by github-actions[bot] about 4 years ago
MutableArithmetics - v0.3.2
MutableArithmetics v0.3.2
Closed issues:
- operate!! not defined error (from JuMP.jl) (#128)
Merged pull requests: - Workaround for matmatscalar (#126) (@blegat) - Fix ambiguity with new mul! methods in Julia v1.7 (#127) (@blegat)
- TeX
Published by github-actions[bot] about 4 years ago
MutableArithmetics - v0.3.1
MutableArithmetics v0.3.1
Closed issues: - Never return MA.Zero (#105)
Merged pull requests:
- Mutating step range (#69) (@blegat)
- optimize mutable_copy on BigFloat and BigInt (#124) (@KristofferC)
- Implement operate for / (#125) (@blegat)
- TeX
Published by github-actions[bot] over 4 years ago
MutableArithmetics - v0.3.0
MutableArithmetics v0.3.0
Closed issues: - Implement MA for Base.Rational (#33) - BangBang convention (#107) - IsNotMutable (#108) - Export or not export (#110) - JuMP failing tests on new release (#122)
Merged pull requests: - Implement MutableArithmetics for Rational (#104) (@blegat) - Export all non-internal symbols (#117) (@blegat) - NotMutable -> IsNotMutable (#118) (@blegat) - Renaming following BangBang.jl convention (#121) (@blegat) - Fix hygiene of promote_operation (#123) (@odow)
- TeX
Published by github-actions[bot] over 4 years ago
MutableArithmetics - v0.2.22
MutableArithmetics v0.2.22
Closed issues: - Incorrect scoping in @rewrite (#113)
Merged pull requests: - Force specialization on mutable operate (#116) (@blegat) - Fix call of promote_operation in @rewrite (#119) (@blegat) - Force specialization for all functions (#120) (@blegat)
- TeX
Published by github-actions[bot] over 4 years ago
MutableArithmetics - v0.2.21
MutableArithmetics v0.2.21
Merged pull requests: - Nice error message in case of unsupported matrix product (#103) (@blegat) - JuliaCon proceeding (#109) (@blegat) - Add JuliaHub badges (#112) (@blegat) - Bump version (#115) (@odow)
- TeX
Published by github-actions[bot] over 4 years ago
MutableArithmetics - v0.2.20
MutableArithmetics v0.2.20
Merged pull requests: - Remove allocation in broadcast (#100) (@blegat) - Implement mutable gcd for BigInt (#101) (@blegat) - Fix ambiguity of / with MOI (#102) (@blegat)
- TeX
Published by github-actions[bot] over 4 years ago
MutableArithmetics - v0.2.19
MutableArithmetics v0.2.19
Closed issues: - no method matching *(::Array{VariableRef,1}) (#84) - Testing against dependencies similar to SolverTests (#99)
Merged pull requests: - Implement dotnonrecursive and add fusedmap_reduce (#87) (@blegat) - Add Polynomials.jl in README (#98) (@blegat)
- TeX
Published by github-actions[bot] almost 5 years ago
MutableArithmetics - v0.2.18
MutableArithmetics v0.2.18
Closed issues: - MOI Tests failing (#96)
Merged pull requests: - Avoid multiplying for quadratic functions (#97) (@blegat)
- TeX
Published by github-actions[bot] almost 5 years ago
MutableArithmetics - v0.2.17
MutableArithmetics v0.2.17
Closed issues: - DimensionMismatch not thrown (#53) - Missing promote_operation(+, Array{VariableRef,1}, Adjoint{Int64,Array{Int64,2}}) (#76) - Will there be a new release for julia v1.7.0-DEV compatibility? (#93) - Latest release caused JuMPs tests to fail (#94)
Merged pull requests: - Add +/- with AbstractArray (#77) (@blegat) - Exclude some tests for non-square arrays (#95) (@odow)
- TeX
Published by github-actions[bot] almost 5 years ago
MutableArithmetics - v0.2.16
MutableArithmetics v0.2.16
Closed issues: - Ambiguity in product of adjoint of matrices (#63) - no method matching -(::MutableArithmetics.Zero) (#79) - Stackoverflow in SDconstraint (#86) - Precompilation broken on 1.7 (0 day old) (#91)
Merged pull requests: - _iszero -> iszerodefined (#85) (@blegat) - Add test for Matrix + Scaling * Scaling * Matrix (#88) (@blegat) - Fix ambiguity for mul! of two transpose/adjoint (#89) (@blegat) - Implement unary - for Zero (#90) (@blegat)
- TeX
Published by github-actions[bot] almost 5 years ago
MutableArithmetics - v0.2.15
MutableArithmetics v0.2.15
Closed issues: - Missing method for mutableoperate! with addmul (#48) - Linear Algebra Error with Macro Expressions (#72) - sum() doesn't expand sometimes (#80)
Merged pull requests: - Fix bug in mutable_operate! with multiple arrays (#73) (@odow) - Fix docstring (#81) (@rtwalker) - operate on one and zero pass value not type (#82) (@blegat) - Buffered matrix multiplication (#83) (@blegat)
- TeX
Published by github-actions[bot] almost 5 years ago
MutableArithmetics - v0.2.14
MutableArithmetics v0.2.14
Closed issues:
- Feature request: Support for sum inside generator expression (#43)
- MOI failing tests on Julia 1.6 (#64)
Merged pull requests: - Add back _iszero workaround (#70) (@blegat) - Bump to v0.2.14 (#71) (@odow) - Format using JuliaFormatter (#74) (@odow) - Only rewrite generator if it is a sum (#75) (@odow)
- TeX
Published by github-actions[bot] about 5 years ago
MutableArithmetics - v0.2.13
MutableArithmetics v0.2.13
Closed issues: - missing method for /(::MutableArithmetics.Zero, ::Float64) (#52)
Merged pull requests: - Fix promote for / (#67) (@blegat) - Implement division of Zero (#68) (@blegat)
- TeX
Published by github-actions[bot] about 5 years ago
MutableArithmetics - v0.2.12
MutableArithmetics v0.2.12
Merged pull requests: - Switch CI to Github actions (#57) (@odow) - Fix printing for Julia 1.6 (#58) (@odow) - Add comments and tidy _rewrite function. (#59) (@odow) - Add 1.6 to CI (#60) (@odow) - Update README.md (#61) (@odow)
- TeX
Published by github-actions[bot] over 5 years ago
MutableArithmetics - v0.2.11
MutableArithmetics v0.2.11
Closed issues: - Bug in sum() within @constraint (#54)
Merged pull requests: - Fix bug in matrix add_mul (#55) (@odow)
- TeX
Published by github-actions[bot] over 5 years ago
MutableArithmetics - v0.2.10
MutableArithmetics v0.2.10
Merged pull requests: - update URLs for jump-dev migration (#50) (@mlubin) - Remove _iszero hack on Julia nightly (#51) (@blegat)
- TeX
Published by github-actions[bot] over 5 years ago
MutableArithmetics - v0.2.9
MutableArithmetics v0.2.9
Merged pull requests: - Fix empty sums test (#46) (@odow)
- TeX
Published by github-actions[bot] almost 6 years ago
MutableArithmetics - v0.2.8
MutableArithmetics v0.2.8
Closed issues: - Empty sums (#44)
Merged pull requests: - Fix bugs with empty sums (#45) (@odow)
- TeX
Published by github-actions[bot] almost 6 years ago
MutableArithmetics - v0.2.7
MutableArithmetics v0.2.7
Closed issues: - Bug with Vectorized Constraints in JuMP v0.21.1 (#41)
Merged pull requests: - Fix @rewrite with product and vectorized (#42) (@blegat)
- TeX
Published by github-actions[bot] about 6 years ago
MutableArithmetics - v0.2.4
MutableArithmetics v0.2.4
Closed issues: - broadcasting MethodError in constraints involving both sparse and dense arrays (#38)
Merged pull requests: - Fix broadcast with sparse arrays (#39) (@blegat)
- TeX
Published by github-actions[bot] about 6 years ago
MutableArithmetics - v0.2.6
MutableArithmetics v0.2.6
- TeX
Published by github-actions[bot] about 6 years ago
MutableArithmetics - v0.2.5
MutableArithmetics v0.2.5
Closed issues: - broadcasting MethodError in constraints involving both sparse and dense arrays (#38)
Merged pull requests: - Fix broadcast with sparse arrays (#39) (@blegat) - Fix promotion with adjoint and transpose (#40) (@blegat)
- TeX
Published by github-actions[bot] about 6 years ago
MutableArithmetics - v0.2.3
MutableArithmetics v0.2.3
Merged pull requests: - Install TagBot as a GitHub Action (#35) (@JuliaTagBot) - fixed ilog2 function missing from scope (#36) (@ExpandingMan)
- TeX
Published by github-actions[bot] about 6 years ago
MutableArithmetics - v0.2.2
v0.2.2 (2020-01-29)
Merged pull requests:
- Implement spmatmul (#34) (blegat)
- TeX
Published by julia-tagbot[bot] about 6 years ago
MutableArithmetics - v0.2.1
v0.2.1 (2020-01-10)
Closed issues:
- Failure with empty sums (#31)
- Improve add!(p::APL, q::APL) for corner cases (#5)
Merged pull requests:
- Fix @rewrite for empty sum (#32) (blegat)
- TeX
Published by julia-tagbot[bot] about 6 years ago
MutableArithmetics - v0.1.1
v0.1.1 (2019-12-16)
Closed issues:
- Would BigFloat see benefits similar to the BigInt speedup? (#24)
Merged pull requests:
- Implement MA API for BigFloat (#25) (blegat)
- TeX
Published by julia-tagbot[bot] about 6 years ago
MutableArithmetics - v0.1.0
v0.1.0 (2019-12-12)
Diff since b7a6d4c73f635681582e717ae1bdd67a3d1c93b5
Closed issues:
- Fix links on README (#4)
Merged pull requests:
- Add iszero! (#23) (blegat)
- Don't automatically redirect operate to operate_to (#22) (blegat)
- Fix sum and difference with Symmetric matrices (#21) (blegat)
- Move rewrite tests to src/Test (#20) (blegat)
- Use broadcast! from @rewrite (#19) (blegat)
- Improve coverage of rewrite (#18) (blegat)
- Add hygiene tests (#17) (blegat)
- Mutable array operations (#16) (blegat)
- Add @rewrite macro (#15) (blegat)
- Miscellaneous improvements/fixes (#14) (blegat)
- Remove nested @inbounds (#13) (blegat)
- Chase down matmul allocation from mul_to! (#12) (blegat)
- Update README and fix allocation (#11) (blegat)
- Remove reference to
examplesfolder (#10) (Peiffap) - Refactor with operate functions (#9) (blegat)
- Refactoring (#8) (blegat)
- Add example implementing the API for BigInt (#7) (Peiffap)
- Update README to better represent the reason for having this package (#6) (Peiffap)
- Add Travis to make.jl (#3) (Peiffap)
- Add tests to the prototype with traits (#2) (Peiffap)
- Move code from the IJulia notebooks (#1) (Peiffap)
- TeX
Published by julia-tagbot[bot] about 6 years ago