New update for python-bitmath released
bitmath-1.0.8-1 was published on 2014-08-14.
Major Updates
-
bitmath has a proper documentation website up now on Read the Docs, check it out:
-
bitmath is now Python 3.x compatible
-
bitmath is now included in the Extra Packages for Enterprise Linux EPEL6 and EPEL7repositories
-
merged 6 pull requests from 3 contributors
Bug Fixes
-
fixed some math implementation bugs
Changes
Added Functionality
-
best-prefix guessing: automatic best human-readable unit selection
-
support for bitwise operations
-
formatting customization methods (including plural/singular selection)
-
exposed many more instance attributes (all instance attributes are usable in custom formatting)
-
a context manager for applying formatting to an entire block of code
-
utility functions for sizing files and directories
-
add instance properties equivalent to instance.to_THING() methods
Project
Tests
-
Test suite is now implemented using Python virtualenv’s for consistency across across platforms
-
Test suite now contains 150 unit tests. This is 110 more tests than the previous major release (1.0.4-1)
-
Test suite now runs on EPEL6 and EPEL7
-
Code coverage is stable around 95-100%