Skip to content

v0.7.2

Compare
Choose a tag to compare
@qinxuye qinxuye released this 05 Sep 17:06
· 34 commits to v0.7 since this release
ec2be5f

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

New Features

  • Tensor
  • DataFrame
  • Learn
    • Add mars.learn.ensemble.{BlockwiseVotingClassifier, BlockwiseVotingRegressor} (#2391)
    • Add TensorFlow dataset (#2409, thanks @yuanchongtt!)
    • Implements linear_model.LinearRegression (#2411, thanks @Fernadoo!)
    • Implements mars.learn.preprocessing.{LabelBinarizer, label_binarize} (#2421)
    • Implements mars.learn.metrics.log_loss (#2424)
    • Implements mars.learn.wrappers.ParallelPostFit (#2427)
  • Web

Bug fixes

  • Fix raising wrong error for an operand when post_execute implemented and error occurs in execute (#2396)

Tests

  • Improve case stability (#2387)
  • Change all tests to use relative import (#2412)