Skip to content

Beta release 0.19.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@cosmicBboy cosmicBboy released this 05 Apr 02:13
· 45 commits to main since this release
58c5e45

What's Changed

  • Support polars DataFrames, LazyFrames by @cosmicBboy in #1373
  • bugfix: optional columns in polars schema should no longer raise errors when not present by @cosmicBboy in #1532
  • check_nullable does not uselessly compute isna() anymore in pandas backend by @smarie in #1538
  • Polars LazyFrames are validated at the schema-level by default by @cosmicBboy in #1534
  • Enable from_format_kwargs for dict format by @ektar in #1539
  • Convert docs to myst by @cosmicBboy in #1542
  • fix README(tab to space) by @np-yoe in #1544
  • pandas DataFrameModel accepts python generic types by @cosmicBboy in #1547
  • Backend registration happens at schema initialization by @cosmicBboy in #1548

New Contributors

Full Changelog: v0.18.3...v0.19.0b1