Changes: * Fix bug where calling TBiEn with a 1-bit input causes an arithmetic exception (see https://github.com/sandialabs/bientropy/issues/3) * Raise warning when more than 32 bits are being used with BiEn
1.1.1
Changes: * Correction to instructions to run tests in documentation
1.1.0
**Changes**: * better compatibility with the Windows platform and Microsoft Visual Studio compiler * new interface to the pure Python implementations in case the user cannot compile for their platform * the self-test code has been restructured to use the built-in Python unittest rather than pytest