Pavel Gorgulov
Pavel Gorgulov
@AndreiKingsley What's the state of this issue?
Are we taking it into the release?
relates to #83
The problem with the implementation of the KtNdArray Iterable interface is that Iterable methods are for the most part extensions functions and can't be override.
Iterable has functions plus, minus, max, min, etc. Some of these features are required for ndarray.
1. For example: `Iterable.plus` returns a `List` and `KtNDArray.plus` returns a new `KtNdArray`. If `KtNDArray` will implement the Iterable interface, then in the following code `val a = array(arrayOf(1, 2))...
Bintray hosting no longer works — https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Also, this project is no longer supported and marked as [deprecated](https://github.com/Kotlin/kotlin-numpy#kotlin-bindings-for-numpy). You can use another library — [multik](https://github.com/Kotlin/multik).
No, we don't support Android Studio. This library requires CPython and will not work on android. Do you need a math library for android? This error occurs because dalvik converts...
We are exploring the ways to remove Python dependencies. Thank you for the information about which API is useful for your tasks.
As I said, this project cannot be used in android. But we have a new project [Multik](https://github.com/Kotlin/multik), JVM implementation can be used in Android. In the near future we will...