-
0.3.1-dev-RC Pre-Release
released this
2023-04-09 11:12:04 +03:00 | 260 commits to dev since this releaseAdded
- Wasm support for
memory,core,complexandfunctionsmodules. - Generic builders for
BufferNDandMutableBufferND NamedMatrix- matrix with symbol-based indexingExpressionwith default arguments- Type-aliases for numbers like
Float64 - Autodiff for generic algebra elements in core!
- Algebra now has an obligatory
bufferFactory(#477).
Changed
- Geometry uses type-safe angles
- Tensor operations switched to prefix notation
- Row-wise and column-wise ND shapes in the core
- Shape is read-only
- Major refactor of tensors (only minor API changes)
- Kotlin 1.8.20
LazyStructuredeffered->asyncto comply with coroutines code style- Default
dotoperation in tensor algebra no longer support broadcasting. Insteadmatmuloperation is added toDoubleTensorAlgebra. - Multik went MPP
Removed
- Trajectory moved to https://github.com/SciProgCentre/maps-kt
- Polynomials moved to https://github.com/SciProgCentre/kmath-polynomial
Downloads
- Wasm support for