Skip to content

v0.8.4

Choose a tag to compare

@madsbk madsbk released this 23 Jun 15:03
· 1318 commits to master since this release

Release notes

  • Re-implementation of the C++ frontend
  • Implemented profile context in Python e.g.:
with bohrium.Profiling():
    print bohrium.random.random(1000) * 42
  • Implemented correlate() and convolve() (by Thorbjørn Koch)
  • Implemented argmin() and argmax() for 1d arrays