github Kotlin/dataframe v1.0.0-Beta5

one hour ago

Kotlin DataFrame 1.0 is closer than ever! But in the meantime, we’re excited to present Beta 5, which includes a lot of fixes and improvements.

What's new?

And many other improvements and fixes! See below for a complete list of changes in this release grouped by category.

📚 See the Kotlin DataFrame documentation.

We invite you to try this release:

Features

Removals and Deprecations

  • Deprecated insert.under(path) and fixed insert.under { path } by @Jolanrensen in #1739
  • Added missed OverloadAccessApi deprecations in all.kt, cols.kt by @koperagen in #1697
  • Removed redundant move overloads where insideGroup argument doesn't affect the result by @koperagen in #1793

Fixes

Documentation and Examples

Compiler Plugin

Development of the compiler plugin happens in Kotlin repository. Change log only includes relevant changes in the library.

  • Added plugin annotations to some ColumnPath related CS DSL operations by @koperagen in #1659
  • Added plugin annotations to some string- and index-related CS DSL "col" operations by @koperagen in #1667
  • Add plugin annotations to AnyCol.cast, SingleColumn.cast by @koperagen in #1724
  • Added parse compiler plugin annotations by @Jolanrensen in #1728
  • Annotated DataRow.explode for compiler plugin support by @koperagen in #1794
  • Added more targets for DisableInterpretation to help combine use of plugin together with library code by @koperagen in #1790

Thank you to all our contributors❤️!

New Contributors

Full Changelog: v1.0.0-Beta4...v1.0.0-Beta5

Don't miss a new dataframe release

NewReleases is sending notifications on new releases.