Policy on adding methods to `pt.Array`
Open
- Dominant language
- Python
- Stars
- 15
- Forks
- 16
- Avg merge
- 17m
- Merged PRs (30d)
- 1
Description
Should we add interfaces like `ary.reshape`, `ary.real` where `ary: pytato.Array` or should we keep such interfaces restricted to be functions like `pt.reshape(ary)`, `pt.real(ary)`, etc?
/cc @matthiasdiener
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.