Releases: JetBrains-Research/viktor
Releases · JetBrains-Research/viktor
0.1.3
- Renamed
StridedVector.sortedtoargSortto avoid confusion with
thesortedmethod on primitive arrays.
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.meanandStridedVector.sumSq,
which are also applicable to matrices.
0.1.1
- Updated to Kotlin 1.0.0-beta.
- Renamed
_to_Ibecause 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