h2oai / h2oai/datatable

Deprecation list for `1.1.0`

Open
#3,037 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.