Skip to content

v0.1.1

Compare
Choose a tag to compare
@tiago939 tiago939 released this 03 Oct 17:40
· 9 commits to main since this release

We moved the library to PyPi package, you can now install it with pip!

pip install quforge

Other changes:

  • Changed license to Apache 2

  • Added some non-linear PyTorch functions. For instance, you can call the hyperbolic tangent as:

import quforge.quforge as qf

tanh = qf.Tanh()
y = tanh(x)