Kotlin / kandy

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

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

Open barbeau opened 1 month ago

barbeau commented 1 month 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 1 month 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 1 month 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)?

AndreiKingsley commented 1 month ago

Yep!

zaleslaw commented 3 weeks ago

Dear @AndreiKingsley could you please add the information about this lib/its license somewhere in the Readme