AppendicesΒΆ
This section contains supplementary information about the library, including details of some of the more specialist data types that are supported.
- Exotic Floating Point Formats
- Exponential-Golomb Codes
- Optimisation Techniques
- Upgrading to version 5
- Minimum Python version
- Replace stream classes with Reader
- Update pack() usage
- Update find() and rfind() checks
- Use full names for bin, oct and hex
- Prefer u, i and f
- Prefer short endian names
- Use explicit construction helpers
- Make optional range arguments keyword-only
- Rename Dtype build/parse
- Remove LSB0 mode
- Use explicit MXFP overflow dtypes
- Use options for module settings
- Prefer the new underscored method names
- Remove command-line usage
- Suggested upgrade order