-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
breaking changePRs that break backwards compatibilityPRs that break backwards compatibility
Description
I'm considering changing the public API as follows:
- Move
.npzfunctionality into a separate crate - Rename
ReadableElementtoReadElement - Rename
WritableElementtoWriteElement - Rename
read_npytofrom_readerorreadand change it to takeR: Readinstead of a path - Rename
write_npytoto_writerorwriteand change it to takeW: Writeinstead of a path - Rename
write_zeroed_npytoto_writer_zeroedorwrite_zeroed - Remove "npy" from the names of the error types and possibly the extension traits (but not the names of the methods in the extension traits)
Metadata
Metadata
Assignees
Labels
breaking changePRs that break backwards compatibilityPRs that break backwards compatibility