Skip to content

Release 0.2.2

Latest
Compare
Choose a tag to compare
@Mandrenkov Mandrenkov released this 24 Nov 16:48
· 4 commits to main since this release
eba69f2

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)

  • Python source files are now linted using PyLint. (#64)

  • The XIR Python package is now installed from PyPI. (#69)

  • A requirements.txt file is now included in the python/ 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 to get_xir_manifest(). (#69)

Bug Fixes

  • The CudaTensor class now accepts a data vector by reference in its constructor. (#68)

Documentation

  • The Tensor::GetValue() and Tensor::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):

Mikhail Andrenkov, Jack Brown.