Skip to content

Commit

Permalink
Update kscience descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
altavir authored and ileasile committed Mar 15, 2021
1 parent aefc9c3 commit 5bc32f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
17 changes: 8 additions & 9 deletions libraries/kmath.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{
"description": "Experimental Kotlin algebra-based mathematical library",
"properties": {
"v": "0.2.0"
"v": "0.2.1"
},
"link": "https://github.com/mipt-npm/kmath",
"repositories": [
"https://dl.bintray.com/mipt-npm/kscience",
"https://dl.bintray.com/mipt-npm/dev"
"https://repo.kotlin.link"
],
"dependencies": [
"kscience.kmath:kmath-commons:$v",
"kscience.kmath:kmath-for-real:$v"
"space.kscience:kmath-commons:$v",
"space.kscience:kmath-for-real-jvm:$v"
],
"imports": [
"kscience.kmath.linear.*",
"kscience.kmath.operations.*",
"kscience.kmath.structures.*",
"kscience.kmath.real.*"
"space.kscience.kmath.linear.*",
"space.kscience.kmath.operations.*",
"space.kscience.kmath.structures.*",
"space.kscience.kmath.real.*"
]
}
15 changes: 6 additions & 9 deletions libraries/plotly.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
{
"imports": [
"kscience.plotly.*",
"kscience.plotly.models.*",
"kscience.plotly.JupyterPlotly",
"hep.dataforge.meta.*",
"space.kscience.plotly.*",
"space.kscience.plotly.models.*",
"space.kscience.plotly.JupyterPlotly",
"space.kscience.dataforge.meta.*",
"kotlinx.html.*"
],
"repositories": [
"https://repo.kotlin.link",
"https://dl.bintray.com/mipt-npm/dataforge",
"https://dl.bintray.com/mipt-npm/kscience",
"https://dl.bintray.com/mipt-npm/dev"
"https://repo.kotlin.link"
],
"properties": {
"v": "0.3.1"
},
"link": "https://github.com/mipt-npm/plotly.kt",
"description": "An experimental plotly.kt integration module. Supports static plots and HTML dashboards.",
"dependencies": [
"kscience.plotlykt:plotlykt-core-jvm:$v"
"space.kscience:plotlykt-core-jvm:$v"
],
"init": [
"DISPLAY(HTML(JupyterPlotly.loadJs().toString()))",
Expand Down

0 comments on commit 5bc32f4

Please sign in to comment.