Drop koma module, implement kmath-ejml module copying it, but for EJML SimpleMatrix #136

Merged
CommanderTvis merged 24 commits from ejml into dev 2020-10-01 21:30:40 +03:00
Showing only changes of commit 148c0c8bc5 - Show all commits

View File

@ -2,12 +2,14 @@
## [Unreleased] ## [Unreleased]
### Added ### Added
- `kmath-ejml` to supply EJML SimpleMatrix wrapper.
### Changed ### Changed
### Deprecated ### Deprecated
### Removed ### Removed
- `kmath-koma` module.
### Fixed ### Fixed
@ -30,7 +32,6 @@
- Blocking chains in `kmath-coroutines` - Blocking chains in `kmath-coroutines`
- Full hyperbolic functions support and default implementations within `ExtendedField` - Full hyperbolic functions support and default implementations within `ExtendedField`
- Norm support for `Complex` - Norm support for `Complex`
- `kmath-ejml` to supply EJML SimpleMatrix wrapper.
### Changed ### Changed
- `readAsMemory` now has `throws IOException` in JVM signature. - `readAsMemory` now has `throws IOException` in JVM signature.
@ -49,6 +50,3 @@
- Multiplication in integer rings in `kmath-core` (https://github.com/mipt-npm/kmath/pull/101) - Multiplication in integer rings in `kmath-core` (https://github.com/mipt-npm/kmath/pull/101)
- Commons RNG compatibility (https://github.com/mipt-npm/kmath/issues/93) - Commons RNG compatibility (https://github.com/mipt-npm/kmath/issues/93)
- Multiplication of BigInt by scalar - Multiplication of BigInt by scalar
### Removed
- `kmath-koma` module.