Releases: hit9/bitproto
Releases · hit9/bitproto
bitproto v1.1.1
bitproto v1.1.0
Changes v1.1.0:
PR: #48
- Improve C bitprotolib performance
BpCopyBufferBits
- Fix bitproto compiler python error for
__post_init__
function - Improve C bitprotolib performance array of
byte; uint8/16/32/64; int8/16/32/64
and enum, alias of them
Upgraded:
- bitproto compiler → v1.1.0
- bitproto c lib → v1.1.0
bitproto v1.0.1
bitproto v1.0.0
bitproto v0.4.6
PyPI: https://pypi.org/project/bitproto/0.4.6/
Changes:
- Support signed integers with arbitrary bits, e.g. int24
https://bitproto.readthedocs.io/en/latest/changelog.html#version-0-4-6
bitproto v0.4.5
bitproto v0.4.4
- Fix setup issue.
bitproto v0.4.2
- Allow using
type
as message field name, fixes issue #39.
bitproto v0.4.1
0.4.1: Minor fix command line typo
bitproto v0.4.0
Merge pull request #37 from hit9/dev Add performance.rst and fix some typos