Skip to content

v1.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 13:12
· 90 commits to master since this release
4dc6932

MutableArithmetics v1.0.5

Diff since v1.0.4

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 promote_operation for irrational numbers (#165) (@blegat)
  • Support user-defined Irrational in promote_operation (#166) (@bowenszhu)
  • Simplify rationals on addition and substraction (#168) (@blegat)