Skip to content

Commit 0869398

Browse files
altavirileasile
authored andcommitted
Update kscience descriptors
1 parent aefc9c3 commit 0869398

File tree

2 files changed

+14
-18
lines changed

2 files changed

+14
-18
lines changed

libraries/kmath.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
{
22
"description": "Experimental Kotlin algebra-based mathematical library",
33
"properties": {
4-
"v": "0.2.0"
4+
"v": "0.2.1"
55
},
66
"link": "https://github.com/mipt-npm/kmath",
77
"repositories": [
8-
"https://dl.bintray.com/mipt-npm/kscience",
9-
"https://dl.bintray.com/mipt-npm/dev"
8+
"https://repo.kotlin.link"
109
],
1110
"dependencies": [
12-
"kscience.kmath:kmath-commons:$v",
13-
"kscience.kmath:kmath-for-real:$v"
11+
"space.kscience:kmath-commons:$v",
12+
"space.kscience:kmath-for-real-jvm:$v"
1413
],
1514
"imports": [
16-
"kscience.kmath.linear.*",
17-
"kscience.kmath.operations.*",
18-
"kscience.kmath.structures.*",
19-
"kscience.kmath.real.*"
15+
"space.kscience.kmath.linear.*",
16+
"space.kscience.kmath.operations.*",
17+
"space.kscience.kmath.structures.*",
18+
"space.kscience.kmath.real.*"
2019
]
2120
}

libraries/plotly.json

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
{
22
"imports": [
3-
"kscience.plotly.*",
4-
"kscience.plotly.models.*",
5-
"kscience.plotly.JupyterPlotly",
6-
"hep.dataforge.meta.*",
3+
"space.kscience.plotly.*",
4+
"space.kscience.plotly.models.*",
5+
"space.kscience.plotly.JupyterPlotly",
6+
"space.kscience.dataforge.meta.*",
77
"kotlinx.html.*"
88
],
99
"repositories": [
10-
"https://repo.kotlin.link",
11-
"https://dl.bintray.com/mipt-npm/dataforge",
12-
"https://dl.bintray.com/mipt-npm/kscience",
13-
"https://dl.bintray.com/mipt-npm/dev"
10+
"https://repo.kotlin.link"
1411
],
1512
"properties": {
1613
"v": "0.3.1"
1714
},
1815
"link": "https://github.com/mipt-npm/plotly.kt",
1916
"description": "An experimental plotly.kt integration module. Supports static plots and HTML dashboards.",
2017
"dependencies": [
21-
"kscience.plotlykt:plotlykt-core-jvm:$v"
18+
"space.kscience:plotlykt-core-jvm:$v"
2219
],
2320
"init": [
2421
"DISPLAY(HTML(JupyterPlotly.loadJs().toString()))",

0 commit comments

Comments
 (0)