Modin 0.6.2
devin-petersohn
released this
17 Oct 19:14
·
2424 commits
to master
since this release
Modin 0.6.2 release notes
This release contains a large number of new functionality for our internal Modin DataFrame abstraction, as well as many backend enhancements that dramatically improve performance.
We attempted to update to the latest version of Ray, but due to some API changes and changes in behavior, we had to revert that change until we can verify that this version of Ray will work with the large memory workloads of Modin.
Bugfixes + Pandas Concordance (🐛 + 🐼)
- Empty call queue after draining (#808)
New Functionality ✨
- Add MapReduce to the functions and register (#812)
- Initial addition of Fold Function in Pandas Query Compiler (#827)
Backend enhancements + Performance 🚀
- Create
modin_frame.filter_full_axis
and updatequery
anddropna
to use (#815) - Add fast path for
concat
when the axes and partitioning is aligned (#818) - Remove dtype requirement from
head
,tail
, etc. (#819) - Add mean to the Reductions list (#825)
- Adding
quantile
to list of Reductions (#826) - Adding hooks to be able to custom distribute non-pandas objects (#813)
Documentation 📃
- Fix build issue for documentation (#811)
Dependencies 🔗
Contributors this release
The following users contributed code to Modin since the last release.
@williamma12 (Maintainer)
@devin-petersohn (Maintainer)
🎉🎉 Thank you! 🎉🎉