Release 0.5.0
Release 0.5.0 is a few new features and bug fixes grouped into a release.
Breaking Changes
Sequence.zip_with_indexhas modified behavior to extend usability and conform to scala/spark APIs which breaks prior compatibility. The drop in replacement to fix this issue in code bases upgrading to0.5.0is changingzip_with_indextoenumerate.
New Features
- Delimiter option on
to_file Sequence.slidingfor sliding windows over sequence of elements
Internal Changes
- Changed relative imports to absolute imports
Bug Fixes
_wrapincorrectly converted tuples to arraysto_filedocumentation fixed- Prior mentioned
zip_with_indexin breaking changes
Changelog: https://github.com/EntilZha/ScalaFunctional/blob/master/CHANGELOG.md
Milestone: https://github.com/EntilZha/ScalaFunctional/milestones/0.5.0