Skip to content

v0.2.5

Compare
Choose a tag to compare
@ronin-gw ronin-gw released this 18 Dec 00:46
· 49 commits to master since this release
70ee7f4

v0.2.5 (2019-01-05)

Implemented enhancements:

  • Include pre-built C sources and support both pre-built source installation and
    native Cython compile (cython is no longer mandatory dependency).
  • Check compatible python versions. (3.4 and 3.7 additionally)
  • Scipy is no longer required.

Fixed bugs:

  • Omit functools.partialmethod to keep python2 compatibility.
  • Fix minor argparse issues and a error message.