v0.6.0a3
Pre-release
Pre-release
This is the release notes of v0.6.0a3. See here for the complete list of solved issues and merged PRs.
Highlights
- Brand-new API
fetch_logis implemented so that in a distributed environment, it helps users to fetch logs which output in custom functions without effort on client side. For more details, refer to #1564 .
New Features
- DataFrame
- Implements
df.rebalance()(#1572) - Add support for
{DataFrame,Series}.{where,mask}(#1577) - Add
read_parquetsupport (#1576) - Added
DataFrame.isinsupport (#1584) - Implements
DataFrame.stack(#1591) - Implements
{DataFrame,Series,GroupBy}.{all,any}(#1600) - Add support for pearson coefficients (
corr,corrwithandautocorr) (#1587)
- Implements
- Learn
- Integrate with
pyproxima2(#1618, thanks @rg070836rg!)
- Integrate with
- Deployment
- Support rescaling worker numbers in Kubernetes (#1571)
- Others
- Implements
fetch_logAPI (#1574)
- Implements
Bug fixes
- Fix the failure when fetching the result of
Series.sum(#1583) - Fix the failure of DataFrame reduction operators (#1589)
- Fix error on fitting
LGBMModeltwice (#1598) - Fix
train_test_splitwhen some input is Series (#1610) - Fix
build_faiss_indexwhen some index type cannot be merged (#1609) - Allow LightGBM wrapper to use numpy arrays (#1607)
- Add an extra sort key in PSRS to make distinct pivot (#1612)
- Fixes
md.read_csvwhendtypesis not inferred correctly (#1606) - Fix Ray 1.0 compatibility (#1620)
Documentation
- Add docs about reading data from HDFS (#1619)