Skip to content

Modin 0.8.2

Compare
Choose a tag to compare
@devin-petersohn devin-petersohn released this 10 Nov 17:45
· 1735 commits to master since this release
0.8.2
3395b59
Modin 0.8.2 release notes

The Modin 0.8.2 release contains a significant amount of code cleanup
and bugfixes. The release contains total of 61 commits closing 59 issues.
The highlights of this release are listed below. For the full release
notes, please run

git log --pretty=oneline 0.8.1.1...0.8.2

Highlighted commits
-------------------

* FIX-#2369: Update pandas version to 1.1.4 (#2371)
* FIX-#2365: Fix `Series.value_counts` when `dropna=False` (#2366)
* FEAT-#1844: upgrade pyarrow to 1.0 (#2347)
* FEAT-#2271: Add implementation of `groupby.shift` (#2323)
* DOCS-#2334: Add tutorials to main repo (#2335)
* FIX-#2311: fixed performance bottleneck at reduction operations (#2314)
* FIX-#2133 #2265: Fix binary operations for modin frames in case when partitioning isn't aligned (#2256)
* FEAT-#2303: fix OmniSci aggregates and add mean (#2304)
* FEAT-#2299: support value_counts in OmniSci backend. (#2300)
* FEAT-#2282: support DataFrame.[count|max|min|sum] for OmniSci backend (#2283)
* FIX-#1988: Fix indexing over Series via `loc` (#2262)
* FIX-#1965: Fix `count` func in case `numeric_only`==True (#2228)

Contributors this release
-------------------------

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

@kvu35 (First Time contributor) ⭐️
@ienkovich
@prutskov
@amyskov
@vnlitvinov
@dchigarev
@YarShev
@anmyachev
@gshimansky
@devin-petersohn