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
- Update names and aliases
- Use explicit construction helpers
- Make optional range arguments keyword-only
- Rename Dtype build/parse
- Replace global options and modes
- Prefer the new underscored method names
- Remove command-line usage
- Suggested upgrade order