Skip to content

Releases: sandialabs/bientropy

v1.1.4

05 Sep 03:05
Compare
Choose a tag to compare

Changes from v1.1.2:

  • Bug fix: test test_error_tbien_short() was calling only a single function
  • Bug fix: skip test_warn_bien_long() test for Python 2.7 due to bug in Python https://bugs.python.org/msg75117

v1.1.2

24 Aug 03:54
Compare
Choose a tag to compare

Changes:

  • Fix bug where calling TBiEn with a 1-bit input causes an arithmetic exception (see #3)
  • Raise warning when more than 32 bits are being used with BiEn

v1.1.1

24 Aug 03:32
Compare
Choose a tag to compare

Changes:

  • Correction to instructions to run tests in documentation

v1.1.0

01 Aug 20:01
Compare
Choose a tag to compare

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

v1.0.4

25 Mar 05:12
Compare
Choose a tag to compare
Merging changes

v1.0.3

19 Mar 20:04
Compare
Choose a tag to compare

Changes to packaging and documentation.