| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-bitarray: Upgrade 2.2.3 -> 2.2.5 | Leon Anavi | 2021-08-16 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | | Upgrade to release 2.2.5: - speedup `find_bit()` and `find_last()` using uint64 checking, this means a speedup for `.find()`, `.index()`, `.search()` and `util.rindex()` - add optional start and stop arguments to `.bytereverse()` - add example to illustrate how unaligned copying works internally - add documentation - add 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.2.2 -> 2.2.3 | zhengruoqin | 2021-08-03 | 1 | -0/+10 |
| 2021-07-22 2.2.3: ------------------- * speedup `repeat()`, #136 * speedup shift operations, #139 * optimize slice assignment with negative step, e.g.: `a[::-1] = 1` * add tests Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> | |||||
