v0.1.1
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)
- A few updates on the documentation quforge.readthedocs.io