@@ -30,15 +30,15 @@ Explore [**documentation**](https://kotlin.github.io/dataframe/overview.html) fo
3030plugins {
3131 // Optional Gradle plugin for enhanced type safety and schema generation
3232 // 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 '
3434}
3535
3636repositories {
3737 mavenCentral()
3838}
3939
4040dependencies {
41- implementation 'org.jetbrains.kotlinx:dataframe:0.10.1 '
41+ implementation 'org.jetbrains.kotlinx:dataframe:0.11.0 '
4242}
4343```
4444
@@ -48,15 +48,15 @@ dependencies {
4848plugins {
4949 // Optional Gradle plugin for enhanced type safety and schema generation
5050 // 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 "
5252}
5353
5454repositories {
5555 mavenCentral()
5656}
5757
5858dependencies {
59- implementation(" org.jetbrains.kotlinx:dataframe:0.10.1 " )
59+ implementation(" org.jetbrains.kotlinx:dataframe:0.11.0 " )
6060}
6161```
6262
@@ -67,11 +67,11 @@ dependencies {
6767plugins {
6868 // Optional Gradle plugin for enhanced type safety and schema generation
6969 // 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 '
7171}
7272
7373dependencies {
74- implementation 'org.jetbrains.kotlinx:dataframe:0.10.1 '
74+ implementation 'org.jetbrains.kotlinx:dataframe:0.11.0 '
7575}
7676
7777android {
@@ -115,11 +115,11 @@ tasks.withType(KotlinCompile).configureEach {
115115plugins {
116116 // Optional Gradle plugin for enhanced type safety and schema generation
117117 // 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 "
119119}
120120
121121dependencies {
122- implementation(" org.jetbrains.kotlinx:dataframe:0.10.1 " )
122+ implementation(" org.jetbrains.kotlinx:dataframe:0.11.0 " )
123123}
124124
125125android {
@@ -186,9 +186,9 @@ This table shows the mapping between main library component versions and minimum
186186
187187| Kotlin DataFrame Version | Minimum Java Version | Kotlin Version | Kotlin Jupyter Version | OpenAPI version | Apache Arrow version |
188188| --------------------------| ----------------------| ----------------| ------------------------| -----------------| ----------------------|
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 |
192192## Usage example
193193
194194** Create:**
0 commit comments