| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-01-22 | 737 Bytes | |
| Version 0.18.6 source code.tar.gz | 2024-01-22 | 1.3 MB | |
| Version 0.18.6 source code.zip | 2024-01-22 | 1.4 MB | |
| Totals: 3 Items | 2.7 MB | 0 | |
- Support coercing integral floats to ints when
strict=False(#619). - Preserve leading
_when renaming fields to camel or pascal case (#620). - Support zero-copy decoding binary fields to a
memoryview(#624). - Fix a bug when inheriting from the same
Genericbase class multiple times (#626). - Add an
orderoption to all encoders for enforcing deterministic/sorted ordering when encoding. This can help provide a more consistent or human readable output (#627). - Support inheriting from any slots-class when defining a new
Structtype withgc=False(#635). - Automatically infer the input field naming convention when converting non-dict mappings or arbitrary objects to
Structtypes inmsgspec.convert(#636).