Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
772 stars 48 forks source link

Release RC for 0.13.0 #586

Closed Jolanrensen closed 4 months ago

Jolanrensen commented 4 months ago

We have enough new content to start releasing version 0.13.0 of DF. To prevent releasing some overlooked bugs or missing documentation, we want to release a release candidate first.

Jolanrensen commented 4 months ago

Depends on https://github.com/Kotlin/dataframe/pull/590

Jolanrensen commented 4 months ago

And https://github.com/Kotlin/dataframe/pull/550

Jolanrensen commented 4 months ago

Need to check which steps of https://github.com/Kotlin/dataframe/blob/master/RELEASE_CHECK_LIST.md apply for RCs

Jolanrensen commented 4 months ago

Let's follow the naming convention: 0.x.y-RCz This will allow us to have multiple release candidates, but not more than 9.

The first will be called 0.13.0-RC1

Jolanrensen commented 4 months ago

Well... Due to a configuration mistake, 0.13.0 was released. We'll try to release an RC again for the next version :)