Skip to content

Releases: mwong009/pycmtensor

v1.13.3

13 Aug 08:06
Compare
Choose a tag to compare

v1.13.3 (2024-08-13)

Fix

  • added f1 score to list of output statistics

[master 1082b9c] Bump version: 1.13.2 → 1.13.3
3 files changed, 9 insertions(+), 3 deletions(-)

Full Changelog: v1.13.2...v1.13.3

v1.13.2

09 Aug 09:43
Compare
Choose a tag to compare

v1.13.2 (2024-08-09)

Fix

  • changed results output SD on the same row as param
  • update model patience config option

[master 0f35669] Bump version: 1.13.1 → 1.13.2
3 files changed, 10 insertions(+), 3 deletions(-)

Full Changelog: v1.13.1...v1.13.2

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