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

Enhanced support for modifying Dataset & DataArray properties in place #192

Merged
merged 11 commits into from
Jul 31, 2014

Conversation

shoyer
Copy link
Member

@shoyer shoyer commented Jul 28, 2014

With this patch, it is possible to perform the following operations:

  • data_array.name = 'foo'
  • data_array.coordinates = ...
  • data_array.coordinates[0] = ...
  • data_array.coordinates['x'] = ...
  • dataset.coordinates['x'] = ...
  • dataset.rename(..., inplace=True)

It is no longer possible to set data_array.variable = ...., which was technically part of the public API but I would guess unused.

@shoyer shoyer added the API label Jul 28, 2014
@shoyer shoyer added this to the 0.2 milestone Jul 28, 2014
shoyer added a commit that referenced this pull request Jul 31, 2014
Enhanced support for modifying Dataset & DataArray properties in place
@shoyer shoyer merged commit 20d1939 into pydata:master Jul 31, 2014
@shoyer shoyer deleted the modify-in-place branch July 31, 2014 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant