Skip to content

v0.2.15

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 22:03
· 156 commits to master since this release
37e913e

MutableArithmetics v0.2.15

Diff since v0.2.14

Closed issues:

  • Missing method for mutable_operate! with add_mul (#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)