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)
5
+
[](https://search.maven.org/artifact/org.jetbrains.kotlinx/dataframe)
6
6
[
32
32
*[Working with Data Schemas](https://kotlin.github.io/dataframe/schemas.html)
33
+
*[Setup compiler plugin in Gradle project](https://kotlin.github.io/dataframe/compiler-plugin.html)
33
34
*[Full list of all supported operations](https://kotlin.github.io/dataframe/operations.html)
34
35
*[Reading from SQL databases](https://kotlin.github.io/dataframe/readsqldatabases.html)
35
36
*[Reading/writing from/to different file formats like JSON, CSV, Apache Arrow](https://kotlin.github.io/dataframe/read.html)
@@ -38,27 +39,21 @@ You could find the following articles there:
38
39
*[Rendering to HTML](https://kotlin.github.io/dataframe/tohtml.html#jupyter-notebooks)
39
40
40
41
### What's new
41
-
Check out this [notebook with new features](examples/notebooks/feature_overviews/0.15/new_features.ipynb) in v0.15.
42
42
43
-
The DataFrame compiler plugin has reached public preview!
44
-
Here's a [compiler plugin demo project](https://github.com/koperagen/df-plugin-demo) that works with [IntelliJ IDEA](https://www.jetbrains.com/idea/) 2024.2.
Check out the [custom setup page](https://kotlin.github.io/dataframe/gettingstartedgradleadvanced.html) if you don't need some of the formats as dependencies,
59
54
for Groovy, and for configurations specific to Android projects.
Check it out on [**Datalore**](https://datalore.jetbrains.com/view/notebook/vq5j45KWkYiSQnACA2Ymij) to get a better visual impression of what happens and what the hierarchical dataframe structure looks like.
Copy file name to clipboardExpand all lines: RELEASE_CHECK_LIST.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
7. Create and checkout the release branch. **RC**
19
19
8. Make last commit with release tag (_v0.1.1_ for example) to the release branch. **RC**
20
20
9. Run tests and build artifacts on TC for the commit with the release tag. **RC**
21
-
10. Deploy artifacts on Maven Central via the `Publish` task running on TC based on the commit with the release tag. **RC**
21
+
10. Deploy artifacts on Maven Central via the `Publish` task (**directly and without pre-run dependencies**) on TC based on the commit with the release tag. **RC**
22
22
11. Check artifacts' availability on [MavenCentral](https://mvnrepository.com/artifact/org.jetbrains.kotlinx/dataframe). **RC**
0 commit comments