Skip to content

Support modifying DataArray dimensions and coordinates in-place #180

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

Closed
shoyer opened this issue Jul 6, 2014 · 0 comments
Closed

Support modifying DataArray dimensions and coordinates in-place #180

shoyer opened this issue Jul 6, 2014 · 0 comments
Milestone

Comments

@shoyer
Copy link
Member

shoyer commented Jul 6, 2014

The key thing is to (shallow) copy the underlying dataset before making any changes. The shallow copy is probably OK here -- modifying dimensions and coordinates is unlikely to be done in any inner loops.

@shoyer shoyer added this to the 0.2 milestone Jul 6, 2014
@shoyer shoyer changed the title Support modifying DataArray dimensions and indexes in-place Support modifying DataArray dimensions and coordinates in-place Jul 15, 2014
@shoyer shoyer mentioned this issue Jul 15, 2014
16 tasks
@shoyer shoyer closed this as completed in 522c71a Jul 31, 2014
keewis pushed a commit to keewis/xarray that referenced this issue Jan 17, 2024
* why hierarchical data

* add hierarchical data page to index

* Simpsons family tree

* evolutionary tree

* WIP rearrangement of creating trees

* fixed examples in data structures page

* dict-like navigation

* filesystem-like paths explained

* split PR into parts

* plan

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix ipython bug

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* filter simpsons family tree by age

* use new filter method

* test about filter

* simple example of mapping over a subtree

* ideas for docs on iterating over trees

* add section on iterating over subtree

* text to accompany Simpsons family aging example

* add voltage dataset

* RMS as example of mapping custom computation

* isomorphism

* P=IV example of binary multiplication

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* remove unfinished sections

* fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* whatsnew

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant