v0.8.4
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()andconvolve()(by Thorbjørn Koch) - Implemented
argmin()andargmax()for 1d arrays