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_index
has 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.0
is changingzip_with_index
toenumerate
.
New Features
- Delimiter option on
to_file
Sequence.sliding
for sliding windows over sequence of elements
Internal Changes
- Changed relative imports to absolute imports
Bug Fixes
_wrap
incorrectly converted tuples to arraysto_file
documentation fixed- Prior mentioned
zip_with_index
in breaking changes
Changelog: https://github.com/EntilZha/ScalaFunctional/blob/master/CHANGELOG.md
Milestone: https://github.com/EntilZha/ScalaFunctional/milestones/0.5.0