Skip to content

Rename and fix storage iterator#2534

Merged
JohanMabille merged 6 commits intoxtensor-stack:masterfrom
gouarin:rename-and-fix-storage-iterator
May 12, 2022
Merged

Rename and fix storage iterator#2534
JohanMabille merged 6 commits intoxtensor-stack:masterfrom
gouarin:rename-and-fix-storage-iterator

Conversation

@gouarin
Copy link
Copy Markdown
Member

@gouarin gouarin commented May 11, 2022

No description provided.

@gouarin gouarin force-pushed the rename-and-fix-storage-iterator branch from b6576d8 to f16249c Compare May 11, 2022 17:34
@tdegeus
Copy link
Copy Markdown
Member

tdegeus commented May 12, 2022

I extremely briefly scrolled over, a small question/suggestion : should "linear" be "contiguous" ?

@gouarin
Copy link
Copy Markdown
Member Author

gouarin commented May 12, 2022

We chose "linear" because this term is already used in the linear_assign.

@gouarin gouarin force-pushed the rename-and-fix-storage-iterator branch from f58f6ae to dec6770 Compare May 12, 2022 09:02
@JohanMabille
Copy link
Copy Markdown
Member

I extremely briefly scrolled over, a small question/suggestion : should "linear" be "contiguous" ?

Not really, linear means the expression can be iterated as if it was 1D only, while contiguous implies underlying data. For instanc, an xfunction can be linearly iterated under some conditions, but does not hold any data.

@gouarin gouarin changed the title [WIP] Rename and fix storage iterator Rename and fix storage iterator May 12, 2022
@tdegeus
Copy link
Copy Markdown
Member

tdegeus commented May 12, 2022

OK, that makes sense then

@JohanMabille JohanMabille merged commit c31e8c5 into xtensor-stack:master May 12, 2022
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

Successfully merging this pull request may close these issues.

3 participants