Skip to content

Commit a62681f

Browse files
committed
release 0.8.0
1 parent 040b640 commit a62681f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929
mavenCentral()
3030
}
3131
dependencies {
32-
implementation 'org.jetbrains.kotlinx:dataframe:0.8.0-rc-9'
32+
implementation 'org.jetbrains.kotlinx:dataframe:0.8.0'
3333
}
3434
```
3535
### Jupyter Notebook

docs/StardustDocs/topics/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you want to always use the latest version, add another magic before `%use dat
3030
If you want to use specific version of DataFrame, you can specify it in brackets:
3131

3232
```text
33-
%use dataframe(0.8.0-rc-5)
33+
%use dataframe(0.8.0)
3434
```
3535

3636
After loading, all essential types will be already imported, so you can start using DataFrame. Enjoy!
@@ -218,4 +218,4 @@ After plugin configuration you can try it out with [example](gradle.md#annotatio
218218
## Other build systems
219219

220220
If you are using Maven, Ivy or Bazel to configure your build, you can still use DataFrame in your project.
221-
Just follow the instructions for your build system on [this page](https://search.maven.org/artifact/org.jetbrains.kotlinx/dataframe/0.8.0-dev-515/jar).
221+
Just follow the instructions for your build system on [this page](https://search.maven.org/artifact/org.jetbrains.kotlinx/dataframe/0.8.0/jar).

0 commit comments

Comments
 (0)