Modin 0.12.1
devin-petersohn
released this
19 Dec 03:35
·
1284 commits
to master
since this release
This release contains an update to the pandas version and a few bugfixes. Key Features and Updates ------------------------ * Update supported pandas version to 1.3.5 (b79989a) * Improvements to groupby * Fix `groupby` for case `by` is `None` (40d45c8) * Fix handling of dictionary aggregation (29f927b) * Return positional indices for Groupby property (c66324d) * Fix slicing dataframes with `step` property (5651844) * Fix assignment of data to category column (23dd3f8) Contributors this release ------------------------- @Rubtsowa, @prutskov, @dchigarev, @amyskov, @vnlitvinov, @mvashishtha, @YarShev, @devin-petersohn