Bohrium

Latest version: v0.11.0.post60

Safety actively analyzes 621776 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.11.0

Release notes
===========
- Introducing a new Python package, ``bh107``, which is a pure Python front-end that imitate NumPy.

0.10.2

Release notes
===========
- User kernels https://bohrium.readthedocs.io/users/python/index.htmluserkernel
- Extended the C++ interface significantly https://bohrium.readthedocs.io/users/cpp.html

0.10.1

Release notes
===========
- Separation of the versions of Bohrium and Bohrium API.
- Simplified how to choose where the OpenCL backend should run.
* Set `BH_OPENCL_DEVICE_NUMBER` to the device number you want.
* Run `python -m bohrium_api --info` to see all available devices (and their numbers).

0.10.0

Release notes
===========
- Major code clean up
- Divided the Python fronted (bridge) into two parts: `bohrium_api` and `bohrium`.
- Added wheel packages with Python3.7

0.9.2

Release notes
===========
- Implement some GPU optimizations
- Dynamic views is changed (skjoenberg):
* Now the sliding view information is transferred to the cxx bridge right after the view is flushed, instead of right after indexing. The sliding view information is now stored in a Python object called dynamic_view_info.
* Sliding views now allow changes to shape between iterations
* Sliding views now support broadcasting
* Sliding views now support nesting sliding views (such as a=[i:i+5], b=a[i])
* Iterators can now be in grids corresponding to nested loops. The iterators can not be mixed when indexing into the same dimension.
* Temporary arrays now inherit the dynamic changes of the views involved in the operation

0.9.1

Release notes
===========
- Implemented a malloc cache, which should speedup most applications
- Implemented lossy channels in the Proxy VEM
- Implemented `hstack()` and friends

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.