File tree 2 files changed +14
-18
lines changed
2 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Experimental Kotlin algebra-based mathematical library" ,
3
3
"properties" : {
4
- "v" : " 0.2.0 "
4
+ "v" : " 0.2.1 "
5
5
},
6
6
"link" : " https://github.com/mipt-npm/kmath" ,
7
7
"repositories" : [
8
- " https://dl.bintray.com/mipt-npm/kscience" ,
9
- " https://dl.bintray.com/mipt-npm/dev"
8
+ " https://repo.kotlin.link"
10
9
],
11
10
"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"
14
13
],
15
14
"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.*"
20
19
]
21
20
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"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.*" ,
7
7
" kotlinx.html.*"
8
8
],
9
9
"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"
14
11
],
15
12
"properties" : {
16
13
"v" : " 0.3.1"
17
14
},
18
15
"link" : " https://github.com/mipt-npm/plotly.kt" ,
19
16
"description" : " An experimental plotly.kt integration module. Supports static plots and HTML dashboards." ,
20
17
"dependencies" : [
21
- " kscience.plotlykt :plotlykt-core-jvm:$v"
18
+ " space.kscience :plotlykt-core-jvm:$v"
22
19
],
23
20
"init" : [
24
21
" DISPLAY(HTML(JupyterPlotly.loadJs().toString()))" ,
You can’t perform that action at this time.
0 commit comments