New features since last release
- The
Tensor
class now has a public function for replacing its data. (#68)
Improvements
-
Python wheels are now built in CI for Linux and MacOS. (#65)
-
A
requirements.txt
file is now included in thepython/
directory. (#69) -
The Jet XIR manifest now declares the outputs supported by Jet. (#69)
Breaking Changes
- The
get_xir_library()
Python function has been renamed toget_xir_manifest()
. (#69)
Bug Fixes
- The
CudaTensor
class now accepts a data vector by reference in its constructor. (#68)
Documentation
-
The
Tensor::GetValue()
andTensor::SetValue()
Doxygen comments now use LaTeX formulas. (#68) -
The
pip install
instructions no longer reference a missing PyPI package. (#66) -
References to the XIR are now hyperlinked to the XIR documentation. (#69)
Contributors
This release contains contributions from (in alphabetical order):