@@ -30,15 +30,15 @@ Explore [**documentation**](https://kotlin.github.io/dataframe/overview.html) fo
30
30
plugins {
31
31
// Optional Gradle plugin for enhanced type safety and schema generation
32
32
// https://kotlin.github.io/dataframe/gradle.html
33
- id 'org.jetbrains.kotlinx.dataframe' version '0.10.1 '
33
+ id 'org.jetbrains.kotlinx.dataframe' version '0.11.0 '
34
34
}
35
35
36
36
repositories {
37
37
mavenCentral()
38
38
}
39
39
40
40
dependencies {
41
- implementation 'org.jetbrains.kotlinx:dataframe:0.10.1 '
41
+ implementation 'org.jetbrains.kotlinx:dataframe:0.11.0 '
42
42
}
43
43
```
44
44
@@ -48,15 +48,15 @@ dependencies {
48
48
plugins {
49
49
// Optional Gradle plugin for enhanced type safety and schema generation
50
50
// https://kotlin.github.io/dataframe/gradle.html
51
- id(" org.jetbrains.kotlinx.dataframe" ) version " 0.10.1 "
51
+ id(" org.jetbrains.kotlinx.dataframe" ) version " 0.11.0 "
52
52
}
53
53
54
54
repositories {
55
55
mavenCentral()
56
56
}
57
57
58
58
dependencies {
59
- implementation(" org.jetbrains.kotlinx:dataframe:0.10.1 " )
59
+ implementation(" org.jetbrains.kotlinx:dataframe:0.11.0 " )
60
60
}
61
61
```
62
62
@@ -67,11 +67,11 @@ dependencies {
67
67
plugins {
68
68
// Optional Gradle plugin for enhanced type safety and schema generation
69
69
// https://kotlin.github.io/dataframe/gradle.html
70
- id 'org.jetbrains.kotlinx.dataframe' version '0.10.1 '
70
+ id 'org.jetbrains.kotlinx.dataframe' version '0.11.0 '
71
71
}
72
72
73
73
dependencies {
74
- implementation 'org.jetbrains.kotlinx:dataframe:0.10.1 '
74
+ implementation 'org.jetbrains.kotlinx:dataframe:0.11.0 '
75
75
}
76
76
77
77
android {
@@ -115,11 +115,11 @@ tasks.withType(KotlinCompile).configureEach {
115
115
plugins {
116
116
// Optional Gradle plugin for enhanced type safety and schema generation
117
117
// https://kotlin.github.io/dataframe/gradle.html
118
- id(" org.jetbrains.kotlinx.dataframe" ) version " 0.10.1 "
118
+ id(" org.jetbrains.kotlinx.dataframe" ) version " 0.11.0 "
119
119
}
120
120
121
121
dependencies {
122
- implementation(" org.jetbrains.kotlinx:dataframe:0.10.1 " )
122
+ implementation(" org.jetbrains.kotlinx:dataframe:0.11.0 " )
123
123
}
124
124
125
125
android {
@@ -186,9 +186,9 @@ This table shows the mapping between main library component versions and minimum
186
186
187
187
| Kotlin DataFrame Version | Minimum Java Version | Kotlin Version | Kotlin Jupyter Version | OpenAPI version | Apache Arrow version |
188
188
| --------------------------| ----------------------| ----------------| ------------------------| -----------------| ----------------------|
189
- | 0.10.0 | 8 | 1.8.20 | 0.11.0-358 | 3.0.0 | 11.0.0 |
190
- | 0.10.1 | 8 | 1.8.20 | 0.11.0-358 | 3.0.0 | 11.0.0 |
191
-
189
+ | 0.10.0 | 8 | 1.8.20 | 0.11.0-358 | 3.0.0 | 11.0.0 |
190
+ | 0.10.1 | 8 | 1.8.20 | 0.11.0-358 | 3.0.0 | 11.0.0 |
191
+ | 0.11.0 | 8 | 1.8.20 | 0.11.0-358 | 3.0.0 | 11.0.0 |
192
192
## Usage example
193
193
194
194
** Create:**
0 commit comments