v1.0.0-Beta3 #1450
Jolanrensen
announced in
Announcements
v1.0.0-Beta3
#1450
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're one step closer to DataFrame 1.0! We've been working hard to iron out bugs and improve documentation and examples throughout.
Try out this release by updating to
1.0.0-Beta3in your project or use%use dataframein your notebook!See below for a complete list of changes in this release grouped by category.
1.0.0-Beta3 Highlights
formatto HTML has had several improvements and bug fixes; though, the API might have breaking changes.Known Issues
1.0.0-Beta3ninstead of1.0.0-Beta3. This uses the patch of DefinitelyNotNullable patch for notebooks only #1435 for issue Notebooks fail withT : Comparable<T & Any>?notation #1116 avoiding DefinitelyNotNullable errors. This is the version that will be provided when writing%use dataframe. CheckdataFrameConfig.versionin your notebook to check which version you are using.medianandpercentilerequire explicit type arguments for non-numeric columns #1189FormattedFramedoes not render formatted in notebooksis_formattedto json encoding for DF #1405Features
DataFrameSchema.generateCode()by @Jolanrensen inDataFrameSchema.generateCode()#1230prev()?.newValue()work in Add DSL by @Jolanrensen in Makesprev()?.newValue()work in Add DSL #1303WITHclause by @zaleslaw in Add support for validating SQL queries with theWITHclause #1327parseExperimentalUuidin ParserOptions by @Jolanrensen inparseExperimentalUuidin ParserOptions #1306Docs, Examples, and KDocs
addkdocs by @AndreiKingsley inaddkdocs #1261explodedocs and tests by @AndreiKingsley inexplodedocs and tests #1291formatkdocs++ by @Jolanrensen informatkdocs++ #1346Fixes
DayOfWeek.isoDayNumberinstead ofDayOfWeek.valueinDateTests.kt. by @chaoren in UseDayOfWeek.isoDayNumberinstead ofDayOfWeek.valueinDateTests.kt. #1232recursively()remnants from public api by @Jolanrensen in Removingrecursively()remnants from public api #1302mapToColumnin CS DSL in favor ofexprby @koperagen in HidemapToColumnin CS DSL in favor ofexpr#1360tableTypestoDbTypeby @Jolanrensen in AddstableTypestoDbType#1283formatkdocs++ by @Jolanrensen informatkdocs++ #1346deprecatedSchemaGeneratorPluginGradle plugin publication by @Jolanrensen in RemoveddeprecatedSchemaGeneratorPluginGradle plugin publication #1400is_formattedto json encoding for DF by @Jolanrensen in Addsis_formattedto json encoding for DF #1405Compiler Plugin
Note that many changes to the compiler plugin are made in Kotlin, as this is where the compiler plugin now lives.
New Contributors
DayOfWeek.isoDayNumberinstead ofDayOfWeek.valueinDateTests.kt. #1232Full Changelog: v1.0.0-Beta2...v1.0.0-Beta3
This discussion was created from the release v1.0.0-Beta3.
Beta Was this translation helpful? Give feedback.
All reactions