Uh oh!
There was an error while loading. Please reload this page.
initial refactor for NamedArray - #8075
Conversation
TomNicholas
commented
Aug 17, 2023
Should we use |
keewis
commented
Aug 17, 2023
the advantage is that the package name on PyPI / conda-forge would be the same as the import name |
TomNicholas
commented
Aug 17, 2023
Also it's ironic that our |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
for more information, see https://pre-commit.ci
andersy005
commented
Sep 25, 2023
this initial prototype is ready for another round of review. however, there is still a significant amount of work that needs to be done we are keeping track of all the tasks in this project board. for those who are interested in following along or contributing, you can find the project board here: Link |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com>
for more information, see https://pre-commit.ci
dcherian
commented
Sep 27, 2023
Thanks for adding the tests @andersy005 . Let's move forward here. |
this pull request introduces the initial prototype for
NamedArrayas discussed in issue #8073. the intention is to approach the implementation in multiple phases through separate pull requests. the main objectives of this PR are as follows:creation of a new class,
xarray.named_array.NamedArray, which will encompass most of the necessary functionality for the lightweight version ofxarray.Variable. As a result,xarray.Variablewill inherit from this class and implement specific functionality related to xarray.removal of all imports of internal Xarray classes and utilities from the
xarray.named_arraysub-package. the aim is to eliminate dependencies on anything withinxarray.core. This will facilitate the future goal of movingnamed_arrayinto its own standalone package, withxarraythen depending on it.whats-new.rstapi.rst