Update changelog

This commit is contained in:
Iaroslav Postovalov 2020-09-15 17:48:43 +07:00
parent 46d6918720
commit d54e7c3e97
No known key found for this signature in database
GPG Key ID: 70D5F4DCB0972F1B

View File

@ -2,6 +2,7 @@
## [Unreleased]
### Added
- ND4J support module submitting `NDStructure` and `NDAlgebra` over `INDArray`.
### Changed
@ -30,7 +31,6 @@
- Blocking chains in `kmath-coroutines`
- Full hyperbolic functions support and default implementations within `ExtendedField`
- Norm support for `Complex`
- ND4J support module submitting `NDStructure` and `NDAlgebra` over `INDArray`.
### Changed
- `readAsMemory` now has `throws IOException` in JVM signature.