Deprecation list for `1.1.0`
Open
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 164
- Avg merge
- 7h 31m
- Merged PRs (30d)
- 1
Description
- `dt.isna()`, `dt.abs()`, `dt.exp()`, `dt.log()`, `dt.log10()` are marked internally as [deprecated](https://github.com/h2oai/datatable/blob/main/src/datatable/expr/math.py#L21-L26) for a long time, so they should be replaced with the corresponding `dt.math.*()` functions;
- `dt.len()` should be deprecated as it is replaced by `dt.str.len()`;
- `dt.frame_columns_virtual()` functionality should be moved to `dt.Frame` class;
- `.stype`, `.stypes`, `.ltype` and `.ltypes` functionality should be accessible through `.type`/`.types`.
Contributor guide
Assessment
This issue has not been assessed yet.