| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-bitarray: Upgrade 2.2.1 -> 2.2.2 | Leon Anavi | 2021-07-20 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | Upgrade to release 2.2.2: - Speedup slice assignment - Speedup bitwise operations - Optimize `getbit()` and `setbit()` in `bitarray.h` - Fix TypeError messages when bitarray or int (0, 1) are expected (bool is a subclass of int) - Add and improve tests Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> | ||||
| * | python3-bitarray: Upgrade 2.1.3 -> 2.2.1 | Leon Anavi | 2021-07-08 | 1 | -0/+10 |
| Upgrade to release 2.2.1: - improve documentation - speedup `vl_encode()` - `bitarray.h`: make `getbit()` always an (inline) function - add assertions in C code Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> | |||||
