Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix formatting for note on _name, _dtype #7911

Merged
merged 1 commit into from
Jan 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2597,8 +2597,8 @@ multiple hash functions working.
methods have been removed, `DataType.scalar` and `DataType.column` class
fields can be used to directly construct a corresponding expression instance
(though prefer to use `operation.to_expr()`)
- `ibis.expr.types.ValueExpr._name` and `ValueExpr._dtype`` fields are not
accassible anymore. While these were not supposed to used directly now
- `ibis.expr.types.ValueExpr._name` and `ValueExpr._dtype` fields are not
accessible anymore. While these were not supposed to used directly, now
`ValueExpr.has_name()`, `ValueExpr.get_name()` and `ValueExpr.type()` methods
are the only way to retrieve the expression's name and datatype.
- `ibis.expr.operations.Node.output_type` is a property now not a method,
Expand Down