Skip to content

1.0.0 GA

Compare
Choose a tag to compare
@asm0dey asm0dey released this 29 Jun 09:25
· 465 commits to main since this release

This release adds support for Scala 2.12.14 and also

New Features
  • implements selectTyped functions (36d22539)
  • Column functions fixes #54 (f8123a69)
  • adds support for Tuple encoding (aa11744c)
  • more KeyValueGroupedDataset wrapper functions (#81) (b18f8896)
  • implements conversions frm/to Scala collections (bd8e97b8)
  • adds support for date encoding (fb0fdbcd)
  • adds forEachPartition for datasets, takeValues and takeKeys for key/value like datasets, and added property ref based sort function for Datasets (#91)(5f1ee8d2)
  • improves broadcasting (31eed52f)
Bug Fixes
  • fixes complex objects not working insize lists (f181fc5d)
Continuous Integration
  • changes base branch from master to main in build (1cfe42b5)
Chores
  • bumps dokka, gpg and scala plugin versions (9f148e54)
  • updates versions to be compatible with latest scala 2.12 (3fde1f15)
  • Updates version in README (bbbc562b)
Other Changes