Releases: JetBrains-Research/viktor
Releases · JetBrains-Research/viktor
0.1.2
- Overloaded - and / operations for
StridedVector
. - Removed redundant boxing and copying in
StridedVector.sorted
. - Fixed indexing in
StridedMatrix3.equals
. - Added two new operations
StridedVector.mean
andStridedVector.sumSq
,
which are also applicable to matrices.
0.1.1
- 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
Initial public release