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

Support Fortran layout in write_zeroed_npy #42

Open
jturner314 opened this issue Jan 19, 2021 · 0 comments
Open

Support Fortran layout in write_zeroed_npy #42

jturner314 opened this issue Jan 19, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jturner314
Copy link
Owner

It would be nice to support creating an array with Fortran layout using write_zeroed_npy. I considered using ndarray::ShapeBuilder for this, but that trait doesn't currently expose enough information about the shape/layout for ndarray-npy to use it. We could add our own trait like ShapeBuilder, but the duplication seems unnecessary. ndarray is planning to overhaul the constructor API anyway, so I plan to wait until that's done and see if we can reuse types/traits from ndarray.

If someone has a need for this feature in the short-term, please comment here.

@jturner314 jturner314 added the enhancement New feature or request label Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant