Skip to content

Releases: dean0x7d/pybinding

v0.7.1

08 Feb 20:47
Compare
Choose a tag to compare
  • Added support for double-precision floating point. Single precision is used by default,
    but it will be switched automatically to double if required by an onsite or hopping modifier.

  • Added support for the 32-bit version of Python

  • Tests are now included in the installed package. They can be run with:

    import pybinding as pb
    pb.tests()
  • Available as a binary wheel for 32-bit and 64-bit Windows (Python 3.5 only)
    and OS X (Python 3.4 and 3.5)

v0.7.0

08 Feb 16:58
Compare
Choose a tag to compare

Initial release