You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update pandas version to 0.24
* pandas release notes: http://pandas.pydata.org/pandas-docs/stable/whatsnew/v0.24.0.html
* Update imports to match changes in pandas
* Add functionality for list of functions on `axis=1` for `apply`
* Remove `pd.match` from API
* Small regression in pandas requires regression in Modin
* pandas-dev/pandas#25101 reports this issue
* pandas-dev/pandas#25102 resolves this issue
* TODO: Expose `pandas.Array` once we properly test
* Finishing regression update in `all`/`any`
* Update to pandas 0.24 in setup.py and requirements.txt
* Bump to 0.24.1
* Update API and add a test for the API
* Add test for API, update API
* Update API test and finalize compatibility updates
* Revert bug
* Cleanup and add tests
* Fix bug in test
* Lint
* Lint
* Remove print
* Fix transform tests and bug in transform
* Add list test for test_rename
* Fix transform bug
0 commit comments