Skip to content

Releases: mwong009/pycmtensor

v1.13.1

11 Jul 11:58
Compare
Choose a tag to compare

v1.13.1 (2024-07-11)

Fix

  • added optimal acceptance time recording to results
  • remove watermark dependencies

Refactor

  • refactored run.py

[master 58077f3] Bump version: 1.13.0 → 1.13.1
3 files changed, 14 insertions(+), 3 deletions(-)

Full Changelog: v1.13.0...v1.13.1

v1.13.0

19 Jun 11:48
Compare
Choose a tag to compare

v1.13.0 (2024-06-19)

Feat

  • add ones init type to Weight

Fix

  • make watermark package optional
  • changed precision to 4
  • fix incorrect text display for model.config
  • added assert checks for incorrect choice set numbering in dataset

Refactor

  • fix argument name inconsistency

[master 2cfba0c] Bump version: 1.12.0 → 1.13.0
3 files changed, 20 insertions(+), 3 deletions(-)

What's Changed

Full Changelog: v1.12.0...v1.13.0

v1.12.0

06 Mar 15:30
Compare
Choose a tag to compare

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

v1.11.1

29 Feb 10:46
Compare
Choose a tag to compare

v1.11.1 (2024-02-29)

Fix

  • pyproject.toml: fix incorrect bump message

[master 9144ff9] Bump version: 1.11.0 → 1.11.1
3 files changed, 9 insertions(+), 3 deletions(-)

Full Changelog: v1.11.0...v1.11.1

v1.11.0

29 Feb 10:29
Compare
Choose a tag to compare

v1.11.0 (2024-02-29)

Feat

  • run: added is_training flag

Fix

  • added null_log_likelihood_fn to basic.py
  • results: add argument for max cutoff in show_training_plot
  • results.py: fixed legend placement on training plot
  • run.py: add option for acceptance_method argument

Refactor

  • minor refactorization

[master be7de98] Bump version: {current_version} → {new_version}
3 files changed, 20 insertions(+), 3 deletions(-)

What's Changed

Full Changelog: v1.10.0...v1.11.0

v1.10.0

15 Feb 08:48
Compare
Choose a tag to compare

v1.10.0 (2024-02-15)

Feat

  • layers.py: added new layer type LayerNorm
  • expression.py: added new parameter type Gamma
  • results.py: add argument offset to show_training_plot
  • run: moved train and compute to pycmtensor.run for cleaniness

Fix

  • TasteNet.py: changed instance check type from .DenseLayer to .Layer
  • run.py: add limit for verbosity

[master 50bcdee] Bump version: {current_version} → {new_version}
3 files changed, 17 insertions(+), 3 deletions(-)

What's Changed

Full Changelog: v1.9.2...v1.10.0

v1.9.2

08 Feb 15:20
Compare
Choose a tag to compare

v1.9.2 (2024-02-08)

Fix

  • dataset: added split via n-count and added option for pre-shuffle
  • dataset: updated scale_variable method to handle both single variables and lists of variables

[master 2a353de] Bump version: {current_version} → {new_version}
3 files changed, 10 insertions(+), 3 deletions(-)

What's Changed

Full Changelog: v1.9.1...v1.9.2

v1.9.1

20 Dec 18:52
Compare
Choose a tag to compare

v1.9.1 (2023-12-20)

Fix

  • workflow: remove poetry from tests
  • add missing poetry dependencies

[master 2e3ec72] Bump version: {current_version} → {new_version}
3 files changed, 10 insertions(+), 3 deletions(-)

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

20 Dec 15:28
Compare
Choose a tag to compare

v1.9.0 (2023-12-20)

Feat

  • overhaul dependencies for conda feedstock

[master 4eeef6c] Bump version: {current_version} → {new_version}
3 files changed, 9 insertions(+), 3 deletions(-)

What's Changed

  • test(expressions): add short tests for math ops by @mwong009 in #92

Full Changelog: v1.8.1...v1.9.0

v1.8.1

28 Nov 14:23
Compare
Choose a tag to compare

v1.8.1 (2023-11-28)

Fix

  • basic: add lr_scheduler to compute() function

Refactor

  • clean up and enhance code with codiumAI

[master 98c6c1c] bump: version 1.8.0 → 1.8.1
3 files changed, 13 insertions(+), 3 deletions(-)

What's Changed

Full Changelog: v1.8.0...v1.8.1