1.0.0 GA
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
- bump versions to latest (54901046)