Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Multik library descriptor #198

Merged
merged 2 commits into from
Apr 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -199,8 +199,8 @@ Other options are resolving library descriptor from a local file or from remote
- [lets-plot-gt](https://github.com/JetBrains/lets-plot-kotlin) - Lets-Plot visualisation for GeoTools toolkit
- [lib-ext](https://github.com/Kotlin/kotlin-jupyter) - Extended functionality for Jupyter kernel
- [londogard-nlp-toolkit](https://github.com/londogard/londogard-nlp-toolkit) - A Natural Language Processing (NLP) toolkit for Kotlin on the JVM
- [multik](https://github.com/Kotlin/multik) - Multidimensional array library for Kotlin
- [mysql](https://github.com/mysql/mysql-connector-j) - MySql JDBC Connector
- [numpy](https://github.com/Kotlin/kotlin-numpy) - Kotlin wrapper for Python NumPy package
- [plotly](https://github.com/mipt-npm/plotly.kt) - An experimental plotly.kt integration module. Supports static plots and HTML dashboards.
- [plotly-server](https://github.com/mipt-npm/plotly.kt) - An experimental plotly.kt-server integration module. Allows dynamic rendering of changing plots.
- [serialization](https://github.com/Kotlin/kotlinx.serialization) - Kotlin multi-format reflection-less serialization
16 changes: 16 additions & 0 deletions libraries/multik.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"description": "Multidimensional array library for Kotlin",
"properties": {
"v": "0.0.1"
},
"link": "https://github.com/Kotlin/multik",
"dependencies": [
"org.jetbrains.kotlinx:multik-api:$v",
"org.jetbrains.kotlinx:multik-default:$v"
],
"imports": [
"org.jetbrains.kotlinx.multik.api.*",
"org.jetbrains.kotlinx.multik.ndarray.data.*",
"org.jetbrains.kotlinx.multik.ndarray.operations.*"
]
}
20 changes: 0 additions & 20 deletions libraries/numpy.json

This file was deleted.