Skip to content

Releases: JetBrains-Research/viktor

0.1.2

21 Sep 11:17
Compare
Choose a tag to compare
  • Overloaded - and / operations for StridedVector.
  • Removed redundant boxing and copying in StridedVector.sorted.
  • Fixed indexing in StridedMatrix3.equals.
  • Added two new operations StridedVector.mean and StridedVector.sumSq,
    which are also applicable to matrices.

0.1.1

21 Sep 11:17
Compare
Choose a tag to compare
  • Updated to Kotlin 1.0.0-beta.
  • Renamed _ to _I because the latter isn't a valid identifier as
    of Kotlin M14. This is a temporary solution. I hope we'll find
    a more human-readable workaround eventually.

0.1.0

21 Sep 11:17
Compare
Choose a tag to compare

Initial public release