github modin-project/modin v0.6.2
Modin 0.6.2

latest releases: 0.32.0, 0.31.0, 0.27.1...
4 years ago

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 update query and dropna 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 🔗

  • Update Ray version to 0.7.5 (#822)
  • Revert "Update Ray version to 0.7.5 (#822)" (#831)

Contributors this release

The following users contributed code to Modin since the last release.

@williamma12 (Maintainer)
@devin-petersohn (Maintainer)

🎉🎉 Thank you! 🎉🎉

Don't miss a new modin release

NewReleases is sending notifications on new releases.