Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@jaycedowell jaycedowell released this 22 Mar 15:20
· 536 commits to master since this release

Changelog:

  • Switched over to an autotools-based build system
  • Added a .m4 file to help other autotools-based software find Bifrost
  • Added a pkg-config file for Bifrost
  • Made the Python API compatible with PEP479
  • Added support for the cuda_managed space on Pascal and later GPUs
  • Added support for ci32 in bf.map
  • Added support for converting a bifrost.ndarray to/from a cupy.ndarray
  • Switched to ctypesgen 1.0.2
  • Added an example Python notebook that can run on Google Colab
  • Added support for 'python -m bifrost.version'
  • Removed bifrost_telemetry.py in favor of 'python -m bifrost.telemetry'
  • Fixed a problem with like_bmon.py crashing when there are a large number of pipelines
  • Added a CHANGELOG file
  • Added a lightweight telemetry client for the Python API