v0.7.5
This is the release notes of v0.7.5. See here for the complete list of solved issues and merged PRs.
New Features
- Tensor
- DataFrame
- Learn
- Services
- Add web API for scheduling (#2535)
- Web
- Display tileable properties on web (#2539, thanks @RandomY-2!)
- Others
- Add experimental support for CUDA under WSL for Windows 11 (#2543)
Enhancements
- Reduce indentation of frontend code (#2541)
Bug fixes
- Fix output of
df.groupby(as_index=False).size()
(#2508) - Fix reduction result on empty series (#2522)
- Fix
df.loc
when df is empty (#2526) - [Ray] Fix serializing lambdas in web (#2529)
- Fix
df.loc
when providing empty list (#2532)
Documentation
- Add doc for reading csv in oss (#2530, thanks @Catch-Bull!)