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

Deprecate CArray? #1691

Open
mdickinson opened this issue Aug 8, 2022 · 0 comments
Open

Deprecate CArray? #1691

mdickinson opened this issue Aug 8, 2022 · 0 comments
Labels
component: core Issues related to the core library type: cleanup

Comments

@mdickinson
Copy link
Member

Behaviour-wise, CArray is functionally identical to Array. The only difference is that there's an attribute coerce with value True for CArray and False for Array; that value has no effect on the behaviour of either class.

I suspect that CArray is little-used within real code. We could consider deprecating it and recommending that users use Array instead.

For some history about how things ended up this way, see #547.

@mdickinson mdickinson added type: cleanup component: core Issues related to the core library labels Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: core Issues related to the core library type: cleanup
Projects
None yet
Development

No branches or pull requests

1 participant