Skip to content

v0.7.5

Compare
Choose a tag to compare
@qinxuye qinxuye released this 23 Oct 17:44
89a754d

This is the release notes of v0.7.5. See here for the complete list of solved issues and merged PRs.

New Features

  • Tensor
    • Add preliminary implementations for ufunc methods (#2513)
    • Add partial support for setitem with fancy indexing (#2544)
  • DataFrame
  • Learn
    • Add make_regression support for learn module (#2517)
    • Implements mars.learn.preprocessor.LabelEncoder (#2545)
  • Services
    • Add web API for scheduling (#2535)
  • Web
  • 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