You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://search.maven.org/artifact/org.jetbrains.kotlinx/dataframe)
6
+
[ version "0.12.1"
49
+
id("org.jetbrains.kotlinx.dataframe") version "0.13.1"
48
50
```
49
51
50
52
Check out the [custom setup page](https://kotlin.github.io/dataframe/gettingstartedgradleadvanced.html) if you don't need some of the formats as dependencies,
Copy file name to clipboardExpand all lines: RELEASE_CHECK_LIST.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,16 +23,17 @@
23
23
- Check on Datalore with a test project (TODO: add link).
24
24
- Check for Android with a test project (TODO: add link).
25
25
- Check for ServerSide with a test project (TODO: add link).
26
-
15. Publish Documentation from [GitHub Action](https://github.com/Kotlin/dataframe/actions/workflows/main.yml)
27
-
16. Prepare and publish the Release Notes. **RC**
28
-
17. Create a Release from the release tag on GitHub. **RC**
29
-
18. Update a KDF version in the [Kotlin Jupyter Descriptor](https://github.com/Kotlin/kotlin-jupyter-libraries/blob/master/dataframe.json). Now the Renovate bot does this.
30
-
19. Update the DataFrame version in the `gradle.properties` file for the next release cycle (i.e. 0.10.0 -> 0.11.0)
31
-
20. Update deprecated functions in [deprecationMessages.kt](/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt)
26
+
15. Run `./gradlew korro` to update the code snippets for the docs.
27
+
16. Publish Documentation from [GitHub Action](https://github.com/Kotlin/dataframe/actions/workflows/main.yml)
28
+
17. Prepare and publish the Release Notes. **RC**
29
+
18. Create a Release from the release tag on GitHub. **RC**
30
+
19. Update a KDF version in the [Kotlin Jupyter Descriptor](https://github.com/Kotlin/kotlin-jupyter-libraries/blob/master/dataframe.json). Now the Renovate bot does this.
31
+
20. Update the DataFrame version in the `gradle.properties` file for the next release cycle (i.e. 0.10.0 -> 0.11.0)
32
+
21. Update deprecated functions in [deprecationMessages.kt](/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt)
32
33
such that
33
34
-`Level.WARNING` messages are changed to `Level.ERROR`
34
35
-`Level.ERROR` messages and their functions are removed.
35
36
- Update regions in the file accordingly.
36
-
21. Update Notebook examples, both in the project and on Datalore.
37
+
22. Update Notebook examples, both in the project and on Datalore.
37
38
38
39
(Activities that need to be done for **R**elease **C**andidate releases are marked as such)
0 commit comments