Skip to content

v0.8.0a3

Pre-release
Pre-release
Compare
Choose a tag to compare
@qinxuye qinxuye released this 05 Sep 16:56
· 373 commits to master since this release
ef9e228

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

New Features

  • Tensor
  • DataFrame
  • Learn
    • Add mars.learn.ensemble.{BlockwiseVotingClassifier, BlockwiseVotingRegressor} (#2390)
    • Implements linear_model.LinearRegression (#2260, thanks @Fernadoo!)
    • Add TensorFlow dataset (#2383, thanks @yuanchongtt!)
    • Implements mars.learn.preprocessing.{LabelBinarizer,label_binarize} (#2415)
    • Implements mars.learn.metrics.log_loss (#2418)
    • Implements mars.learn.wrappers.ParallelPostFit (#2425)
  • Services
    • Initially support auto scaling (#2210)
  • Web

Bug fixes

  • Fix raising wrong error for an operand when post_execute implemented and error occurs in execute (#2395)
  • [Ray] Fix occasionally failed unittest test_ownership_when_scale_in (#2401)
  • [Oscar] Fix possible ActorCaller.call hang (#2404, thanks @Catch-Bull!)

Documentation

  • Highlight dask-on-mars in doc (#2399)

Tests

  • Improve case stability (#2381)
  • Upgrade vineyard to v0.2.7 (#2193)
  • Add checks for file mode changes and absolute imports (#2398)
  • [Ray] Fix ray version (#2406)
  • Change all tests to use relative import (#2407)