File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1717 ALGOLIA_INDEX_NAME : prod_DATAFRAME_HELP
1818 ALGOLIA_KEY : ${{ secrets.ALGOLIA_KEY }}
1919 CONFIG_JSON_PRODUCT : Dataframe
20- CONFIG_JSON_VERSION : ' 0.14 '
20+ CONFIG_JSON_VERSION : ' 0.15 '
2121
2222jobs :
2323 build-job :
Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ Here's a [compiler plugin demo project](https://github.com/koperagen/df-plugin-d
4646## Setup
4747
4848``` kotlin
49- implementation(" org.jetbrains.kotlinx:dataframe:0.14.1 " )
49+ implementation(" org.jetbrains.kotlinx:dataframe:0.15.0 " )
5050```
5151
5252Optional Gradle plugin for enhanced type safety and schema generation
5353https://kotlin.github.io/dataframe/schemasgradle.html
5454``` kotlin
55- id(" org.jetbrains.kotlinx.dataframe" ) version " 0.14.1 "
55+ id(" org.jetbrains.kotlinx.dataframe" ) version " 0.15.0 "
5656```
5757
5858Check out the [ custom setup page] ( https://kotlin.github.io/dataframe/gettingstartedgradleadvanced.html ) if you don't need some of the formats as dependencies,
@@ -77,7 +77,7 @@ df.filter { "stargazers_count"<Int>() > 50 }.print()
7777
7878Requires Gradle plugin to work
7979``` kotlin
80- id(" org.jetbrains.kotlinx.dataframe" ) version " 0.14.1 "
80+ id(" org.jetbrains.kotlinx.dataframe" ) version " 0.15.0 "
8181```
8282
8383Plugin generates extension properties API for provided sample of data. Column names and their types become discoverable in completion.
@@ -229,6 +229,7 @@ This table shows the mapping between main library component versions and minimum
229229| 0.12.1 | 8 | 1.9.0 | 0.11.0-358 | 3.0.0 | 11.0.0 |
230230| 0.13.1 | 8 | 1.9.22 | 0.12.0-139 | 3.0.0 | 15.0.0 |
231231| 0.14.1 | 8 | 2.0.20 | 0.12.0-139 | 3.0.0 | 17.0.0 |
232+ | 0.15.0 | 8 | 2.0.20 | 0.12.0-139 | 3.0.0 | 18.1.0 |
232233
233234## Code of Conduct
234235
Original file line number Diff line number Diff line change 44<ihp version =" 2.0" >
55 <categories src =" c.list" />
66 <topics dir =" topics" />
7- <images dir =" images" version =" 0.14 " web-path =" images/" />
8- <snippets dir =" snippets" version =" 0.14 " web-path =" snippets/" />
7+ <images dir =" images" version =" 0.15 " web-path =" images/" />
8+ <snippets dir =" snippets" version =" 0.15 " web-path =" snippets/" />
99 <vars src =" v.list" />
10- <instance src =" d.tree" version =" 0.14 " id =" dataframe" />
10+ <instance src =" d.tree" version =" 0.15 " id =" dataframe" />
1111 <settings >
1212 <default-property element-name =" chapter" property-name =" show-structure-depth" value =" 2" />
1313 </settings >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33<vars >
4- <var name =" dataFrameVersion" value =" 0.14.1 " type =" string" />
4+ <var name =" dataFrameVersion" value =" 0.15.0 " type =" string" />
55</vars >
You can’t perform that action at this time.
0 commit comments