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-Beta3
in your project or use%use dataframe
in your notebook!See below for a complete list of changes in this release grouped by category.
1.0.0-Beta3 Highlights
format
to HTML has had several improvements and bug fixes; though, the API might have breaking changes.Known Issues
1.0.0-Beta3n
instead 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.version
in your notebook to check which version you are using.median
andpercentile
require explicit type arguments for non-numeric columns #1189FormattedFrame
does not render formatted in notebooksis_formatted
to 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 #1303WITH
clause by @zaleslaw in Add support for validating SQL queries with theWITH
clause #1327parseExperimentalUuid
in ParserOptions by @Jolanrensen inparseExperimentalUuid
in ParserOptions #1306Docs, Examples, and KDocs
add
kdocs by @AndreiKingsley inadd
kdocs #1261explode
docs and tests by @AndreiKingsley inexplode
docs and tests #1291format
kdocs++ by @Jolanrensen informat
kdocs++ #1346Fixes
DayOfWeek.isoDayNumber
instead ofDayOfWeek.value
inDateTests.kt
. by @chaoren in UseDayOfWeek.isoDayNumber
instead ofDayOfWeek.value
inDateTests.kt
. #1232recursively()
remnants from public api by @Jolanrensen in Removingrecursively()
remnants from public api #1302mapToColumn
in CS DSL in favor ofexpr
by @koperagen in HidemapToColumn
in CS DSL in favor ofexpr
#1360tableTypes
toDbType
by @Jolanrensen in AddstableTypes
toDbType
#1283format
kdocs++ by @Jolanrensen informat
kdocs++ #1346deprecatedSchemaGeneratorPlugin
Gradle plugin publication by @Jolanrensen in RemoveddeprecatedSchemaGeneratorPlugin
Gradle plugin publication #1400is_formatted
to json encoding for DF by @Jolanrensen in Addsis_formatted
to 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.isoDayNumber
instead ofDayOfWeek.value
inDateTests.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