Skip to content

v3.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 08:03
· 76 commits to master since this release

Compat v3.14.0

Diff since v3.13.0

Closed issues:

  • Generalized dot test sensitve to numerical precision (#712)

Merged pull requests:

  • Strides for Adjoint & Transpose (#710) (@mcabbott)
  • Add random seed before dot(x,A,y) tests (#713) (@mcabbott)
  • Add curried comparisons for !=, >=, <=, >, < (#714) (@tkf)
  • Create Compat.Iterators; add takewhile, dropwhile and map (#715) (@tkf)