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

Update for Base.stack, Julia 1.9 #14

Merged
merged 3 commits into from
Sep 2, 2022
Merged

Update for Base.stack, Julia 1.9 #14

merged 3 commits into from
Sep 2, 2022

Conversation

mcabbott
Copy link
Owner

@mcabbott mcabbott commented Sep 2, 2022

Now that JuliaLang/julia#43334 is merged, this (1) shouldn't export stack, and (2) can delete stack_iter to use Base's better version.

So the function is renamed to lazystack. The qualified LazyStack.stack will still work.

Also (3) this removes all NamedDims connection. I wasn't using it and that package is no longer light-weight.

Closes #10, closes #9.

Oh I see I made an issue, #13. This PR does not add dims.

@mcabbott mcabbott force-pushed the base_stack branch 2 times, most recently from 8f5793c to 74ce20c Compare September 2, 2022 22:32
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.

Don't call vec in stack_rest? Check axes not size?
1 participant