Kotlin / kandy

Kotlin plotting library.
https://kotlin.github.io/kandy/
Apache License 2.0
591 stars 16 forks source link

Source code and license for org.jetbrains.kotlinx:kotlin-statistics-jvm? #444

Open barbeau opened 10 hours ago

barbeau commented 10 hours ago

As noted in https://github.com/Kotlin/kandy/issues/443 and https://kotlin.github.io/kandy/kandy-with-gradle.html#getting-started-with-kandy-on-gradle, for using some functionality such as histograms you need this dependency:

repositories {
   maven("https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven")
}

dependencies {
   implementation("org.jetbrains.kotlinx:kotlin-statistics-jvm:0.3.1")
}

Where is the source-of-truth source code for this dependency, and what is the license?

I can find the JAR with sources on the Jetbrains Maven repo, but I can't find any other record of this project on GitHub or anywhere else:

https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven/org/jetbrains/kotlinx/kotlin-statistics-jvm/0.3.1/

AndreiKingsley commented 9 hours ago

Hi! At this stage of development the source code for statistics is not publicly available, but in the future we plan to make it public under the same licence used in Kandy.

barbeau commented 8 hours ago

@AndreiKingsley Thanks for the info, that's helpful! Could you confirm that the JAR/sources currently available at https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven/org/jetbrains/kotlinx/kotlin-statistics-jvm/0.3.1/ (specifically https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven/org/jetbrains/kotlinx/kotlin-statistics-jvm/0.3.1/kotlin-statistics-jvm-0.3.1-sources.jar) is under Apache 2.0 (same license as Kandy)?