File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 17
17
ALGOLIA_INDEX_NAME : prod_DATAFRAME_HELP
18
18
ALGOLIA_KEY : ${{ secrets.ALGOLIA_KEY }}
19
19
CONFIG_JSON_PRODUCT : Dataframe
20
- CONFIG_JSON_VERSION : ' 0.12 '
20
+ CONFIG_JSON_VERSION : ' 0.13 '
21
21
22
22
jobs :
23
23
build-job :
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ You could find the following articles there:
38
38
## Setup
39
39
40
40
``` kotlin
41
- implementation(" org.jetbrains.kotlinx:dataframe:0.12 .1" )
41
+ implementation(" org.jetbrains.kotlinx:dataframe:0.13 .1" )
42
42
```
43
43
44
44
Optional Gradle plugin for enhanced type safety and schema generation
45
45
https://kotlin.github.io/dataframe/schemasgradle.html
46
46
``` kotlin
47
- id(" org.jetbrains.kotlinx.dataframe" ) version " 0.12 .1"
47
+ id(" org.jetbrains.kotlinx.dataframe" ) version " 0.13 .1"
48
48
```
49
49
50
50
Check out the [ custom setup page] ( https://kotlin.github.io/dataframe/gettingstartedgradleadvanced.html ) if you don't need some of the formats as dependencies,
@@ -69,7 +69,7 @@ df.filter { "stargazers_count"<Int>() > 50 }.print()
69
69
70
70
Requires Gradle plugin to work
71
71
``` kotlin
72
- id(" org.jetbrains.kotlinx.dataframe" ) version " 0.12 .1"
72
+ id(" org.jetbrains.kotlinx.dataframe" ) version " 0.13 .1"
73
73
```
74
74
75
75
Plugin generates extension properties API for provided sample of data. Column names and their types become discoverable in completion.
@@ -219,7 +219,7 @@ This table shows the mapping between main library component versions and minimum
219
219
| 0.11.1 | 8 | 1.8.20 | 0.11.0-358 | 3.0.0 | 11.0.0 |
220
220
| 0.12.0 | 8 | 1.9.0 | 0.11.0-358 | 3.0.0 | 11.0.0 |
221
221
| 0.12.1 | 8 | 1.9.0 | 0.11.0-358 | 3.0.0 | 11.0.0 |
222
-
222
+ | 0.13.1 | 8 | 1.9.22 | 0.12.0-139 | 3.0.0 | 15.0.0 |
223
223
224
224
## Code of Conduct
225
225
Original file line number Diff line number Diff line change 4
4
<ihp version =" 2.0" >
5
5
<categories src =" c.list" />
6
6
<topics dir =" topics" />
7
- <images dir =" images" version =" 0.12 " web-path =" images/" />
8
- <snippets dir =" snippets" version =" 0.12 " web-path =" snippets/" />
7
+ <images dir =" images" version =" 0.13 " web-path =" images/" />
8
+ <snippets dir =" snippets" version =" 0.13 " web-path =" snippets/" />
9
9
<vars src =" v.list" />
10
- <instance src =" d.tree" version =" 0.12 " id =" dataframe" />
10
+ <instance src =" d.tree" version =" 0.13 " id =" dataframe" />
11
11
<settings >
12
12
<default-property element-name =" chapter" property-name =" show-structure-depth" value =" 2" />
13
13
</settings >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
3
3
<vars >
4
- <var name =" dataFrameVersion" value =" 0.12 .1" type =" string" />
4
+ <var name =" dataFrameVersion" value =" 0.13 .1" type =" string" />
5
5
</vars >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ libsPublisher = "1.8.10-dev-43"
15
15
16
16
# "Bootstrap" version of the dataframe, used in the build itself to generate @DataSchema APIs,
17
17
# dogfood Gradle / KSP plugins in tests and idea-examples modules
18
- dataframe = " 0.13.1-RC1 "
18
+ dataframe = " 0.13.1"
19
19
20
20
# TODO 0.1.6 breaks ktlint, https://github.com/Kotlin/dataframe/issues/598
21
21
korro = " 0.1.5"
You can’t perform that action at this time.
0 commit comments