Skip to content

Commit

Permalink
Bump version: {current_version} → {new_version}
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 29, 2024
1 parent a53ac5d commit be7de98
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 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

## v1.10.0 (2024-02-15)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pycmtensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"""

__author__ = """Melvin Wong"""
__version__ = "1.10.0"
__version__ = "1.11.0"

import aesara
from watermark import watermark
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pycmtensor"
version = "1.10.0"
version = "1.11.0"
description = "A robust and efficient Python package leveraging tensor computations for advanced discrete choice modelling."
authors = ["Melvin Wong"]
license = "MIT"
Expand Down Expand Up @@ -91,7 +91,7 @@ exclude = '''

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.10.0"
version = "1.11.0"
tag_format = "v$version"
bump_message = "Bump version: {current_version} → {new_version}"
version_files = [
Expand Down

0 comments on commit be7de98

Please sign in to comment.