Skip to content

Commit 30b3f77

Browse files
committed
Merge branch 'refs/heads/master' into pojo-toDataFrame
2 parents a22f863 + 7de6022 commit 30b3f77

File tree

120 files changed

+5777
-7793
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+5777
-7793
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: "Validate Gradle Wrapper"
2+
on: [push, pull_request]
3+
4+
jobs:
5+
validation:
6+
name: "Validation"
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: gradle/wrapper-validation-action@v2

RELEASE_CHECK_LIST.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
1. Run code inspections (fix typos, Kotlin issues, fix code formatting, linter). **RC**
44
2. Write missed KDocs for new APIs. **RC**
5+
3. Update documentation on Kotlin site **RC**
6+
- The overview [page](https://kotlinlang.org/docs/data-analysis-overview.html)
7+
- The Data Analysis subchapter, for example, the [page](https://kotlinlang.org/docs/data-analysis-work-with-data-sources.html)
58
3. Update tutorials according to the latest code changes.
69
4. Update README.MD according last code changes:
710
- update an artifact version.

core/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ val installGitPreCommitHook by tasks.creating(Copy::class) {
185185
} else {
186186
logger.lifecycle("'.git/hooks' directory not found. Skipping installation of pre-commit hook.")
187187
}
188-
189188
}
190189
tasks.named("assemble") {
191190
dependsOn(installGitPreCommitHook)

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/ColumnsSelectionDsl.kt

Lines changed: 140 additions & 183 deletions
Large diffs are not rendered by default.

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/Nulls.kt

Lines changed: 63 additions & 427 deletions
Large diffs are not rendered by default.

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/all.kt

Lines changed: 1702 additions & 3359 deletions
Large diffs are not rendered by default.

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/allExcept.kt

Lines changed: 468 additions & 450 deletions
Large diffs are not rendered by default.

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/and.kt

Lines changed: 109 additions & 109 deletions
Large diffs are not rendered by default.

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/col.kt

Lines changed: 124 additions & 125 deletions
Large diffs are not rendered by default.

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/colGroup.kt

Lines changed: 134 additions & 134 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)