v0.4.0b1
Pre-release
Pre-release
This is the release notes of v0.4.0b1. See here for the complete list of solved issues and merged PRs.
New Features
- DataFrame
- Implement md.{
cummax,cummin,cumprod,cumsum} (#1019) - Implement dataframe
append(#1026) - Add support for
md.fillna(#1029) - Implement
DataFrame.concatandSeries.concat(#1040) - Support
groupby.aggwith list of functions (#1030) - Implement md.{DataFrame,Series,GroupBy}.
apply(#1038) - Add support for
DataFrame.sort_values(#1046) - Add
DataFrame.locsupport (#1042) - Add
DataFrame.rollingsupport (#1045) - Add support for {DataFrame,Series}.
agg(#1054) - Support string and datetime methods via
Series.strandSeries.dtaccessor (#1063) - Add support for GroupBy.{
cumcount,cummin,cummax,cumprod,cumsum} (#1069) - Support
sort_indexfor DataFrame and Series (#1053) - Add
md.date_rangesupport (#1073) - Logical operators on DataFrame and Series. (#1056)
- Implements
head/tailbased oniloc, and fixes bug ingetitem. (#1057)
- Implement md.{
- Others
- Add support for function serialization (#1048)
Enhancements
- Use
mapjointo optimizedf.merge(#1021) - Add
sort_range_indexparameter inread_csv(#1024) - Refactor tiling of
DataFrame.ilocwithindex_lib(#1016)
Bug fixes
- Fix KNN so that it can accept input with unknown shape (#1033)
- Support serializing
pd.Timestampandpd.Timedelta(#1065) - Fix failed cases in distributed mode (#1062)
- Fix wrong dtypes in
df.rechunk(#1080) - Fix failed fit method selection for KNN when input has unknown shape (#1050)
- Fix consistency between tensor metadata and real outputs (#1085)
Tests
- Fix tests under Python 3.6 as VS2015 is preinstalled (#1014)