Skip to content

v1.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 15:30
· 60 commits to master since this release

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 accept None as argument

Refactor

  • functions.py: refactored method to covert list of utilities to tensor variables
  • dataset.py: accept mixed str and TensorVariable types in _make_tensor
  • basic.py: moved build_gh_fn() to BaseModel

[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