Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-bitstring: upgrade 4.1.2 -> 4.1.3 | Wang Mingyu | 2023-11-28 | 1 | -19/+0 |
| | | | | | | | | | | | Changelog: =========== -Removed a couple of files that accidentally got included in the previous release. -The 8-bit float formats have been renamed 'e4m3float' and 'e5m2float'. -Some refactoring and performance optimizations. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-bitstring: upgrade 4.1.1 -> 4.1.2 | Wang Mingyu | 2023-09-20 | 1 | -0/+19 |
Changelog: ========== - Fix for the module command-line usage. Bug #290. - Fix for when creating bitstrings from memoryview objects. - Renamed the 'fmt' parameter for Arrays to 'dtype'. - More Array operator coverage. - Added operators that act on two Arrays of the same size. - Added comparison operators for Arrays that return an Array of bools. - Added Array.equals method as == will now return an Array (see above item). - Added astype() method for Arrays to easily cast to a new dtype. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |