v1.12.0
v1.12.0 (2024-03-06)
Feat
- functions.py: added
gelu
function
Fix
- basic.py: fix bug in
null_log_likelihood_fn
for givens - dataset.py: fixed slice call when no
batch_size
argument is used - dataset.py: fixed the
split
method to acceptNone
as argument
Refactor
- functions.py: refactored method to covert list of utilities to tensor variables
- dataset.py: accept mixed
str
andTensorVariable
types in_make_tensor
- basic.py: moved
build_gh_fn()
toBaseModel
[master 5aa21b0] Bump version: 1.11.1 → 1.12.0
3 files changed, 21 insertions(+), 3 deletions(-)
What's Changed
Full Changelog: v1.11.1...v1.12.0