Skip to content

v1.0.0

Compare
Choose a tag to compare
@zoj613 zoj613 released this 18 Jan 17:35
· 19 commits to main since this release
5558b13
  • Python API has been re-designed to be a functional interface instead of being class-based. This is to help make the code easier to plugin into other libraries.
  • The API is also Numpy/scipy friendly and allows the user to make use of the bitgenerators offered by numpy's numpy.random.Generator via the optional keyword argument random_state.
  • The need for cblas.h and lapacke.h headers has been relaxed. Only an installation of LAPACK is a requirement for using the C library.
  • The new python API is not backwards compatible.