Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-bitstring: upgrade 4.1.0 -> 4.1.1
Changelog: ============= bitarray dependency now pinned to ">=2.8.0, <3.0.0" rather than a specific version. Bug openembedded#283. Fix for using numpy integers as integer parameters. Bug openembedded#286. Removed ability to extend an Array with the '+' operator. Use the 'extend' method instead. Improvements when pretty-printing the Array. Array.count() can now count 'nan' values for floating point types. Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
- Loading branch information