-
Notifications
You must be signed in to change notification settings - Fork 652
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
Fix trz endian #1427
Fix trz endian #1427
Conversation
@rathann please check that you're happy with this. |
To the merge master: Be careful when merging so that @rathann remains the author; I think this requires a simple merge commit instead any of the rebase variants. You might also want to merge #1426 first into develop and then resolve a merge commit in CHANGELOG (because I had to create the new 0.17.0 section here, too). |
- Numpy dtype int (iN) and float (fN) specifiers assume native-endian by default, so force them to be little-endian. - Closes #1424. - added CHANGELOG entry and docs
88ce2fd
to
3f58740
Compare
I'm trying to squeeze this into 0.16.2 |
@kain88-de I'd be pretty amazed if someone else was using this format, I think we can put it into 17.0 instead |
OK |
Fixes #1424
Replaces PR #1425
Changes made in this Pull Request:
PR Checklist