Releases: wesselb/stheno
Releases · wesselb/stheno
v0.4.0
- Move to GH Actions.
- Use Black style.
- Rework graphs to measures.
- Bug fixes and improvements.
v0.3.4
Require Python 3.6 or higher.
v0.3.3
Intercept __mul__
and __add__
for TF Variable
s.
v0.3.2
This release does not anymore automatically load the AutoGrad extension.
v0.3.1
Upon import, the modules stheno.kernel
and stheno.mean
imported TensorFlow. This release fixes that.
v0.3.0
- Drops Python 2.
- Drops direct dependency on AutoGrad, TensorFlow, and PyTorch.
- Updates dependencies to fix typing issues.
v0.2.0
Supports and requires TensorFlow 2.
v0.1.1
Includes build requirements.