<https://github.com/tbielawa/bitmath/releases/tag/1.0.8-1>`__ was
published on 2014-08-14.
* `GitHub Milestone Tracker for 1.0.8 <https://github.com/tbielawa/bitmath/issues?q=milestone%3A1.0.8>`_
Major Updates
=============
* bitmath has a proper documentation website up now on Read the Docs,
check it out: `bitmath.readthedocs.io
<http://bitmath.readthedocs.io/en/latest/>`_
* bitmath is now Python 3.x compatible
* bitmath is now included in the `Extra Packages for Enterprise Linux
<https://fedoraproject.org/wiki/EPEL>`_ EPEL6 and EPEL7 repositories
(`pkg info
<https://admin.fedoraproject.org/pkgdb/package/rpms/python-bitmath/>`_)
* merged 6 `pull requests
<https://github.com/tbielawa/bitmath/pulls?q=is%3Apr+closed%3A%3C2014-08-28>`_
from 3 `contributors
<https://github.com/tbielawa/bitmath/graphs/contributors>`_
Bug Fixes
=========
* fixed some math implementation bugs
* `commutative multiplication <https://github.com/tbielawa/bitmath/issues/18>`_
* `true division <https://github.com/tbielawa/bitmath/issues/2>`_
Changes
=======
**Added Functionality**
* `best-prefix
<http://bitmath.readthedocs.io/en/latest/instances.html#best-prefix>`_
guessing: automatic best human-readable unit selection
* support for `bitwise operations
<http://bitmath.readthedocs.io/en/latest/simple_examples.html#bitwise-operations>`_
* `formatting customization
<http://bitmath.readthedocs.io/en/latest/instances.html#format>`_
methods (including plural/singular selection)
* exposed many more `instance attributes
<http://bitmath.readthedocs.io/en/latest/instances.html#instances-attributes>`_
(all instance attributes are usable in custom formatting)
* a `context manager
<http://bitmath.readthedocs.io/en/latest/module.html#bitmath-format>`_
for applying formatting to an entire block of code
* utility functions for sizing `files
<http://bitmath.readthedocs.io/en/latest/module.html#bitmath-getsize>`_
and `directories
<http://bitmath.readthedocs.io/en/latest/module.html#bitmath-listdir>`_
* add `instance properties
<http://bitmath.readthedocs.io/en/latest/instances.html#instance-properties>`_
equivalent to ``instance.to_THING()`` methods
Project
=======
**Tests**
* Test suite is now implemented using `Python virtualenv's
<https://github.com/tbielawa/bitmath/blob/master/Makefile#L177>`_
for consistency across across platforms
* Test suite now contains 150 unit tests. This is **110** more tests