From be7de98b900c2533857aaa6f1a55429522334302 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 29 Feb 2024 10:28:57 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=20{current=5Fversion}=20?= =?UTF-8?q?=E2=86=92=20{new=5Fversion}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++++++++++ pycmtensor/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c713504..95f3dc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pycmtensor/__init__.py b/pycmtensor/__init__.py index 358ae55..f3d71f3 100644 --- a/pycmtensor/__init__.py +++ b/pycmtensor/__init__.py @@ -22,7 +22,7 @@ """ __author__ = """Melvin Wong""" -__version__ = "1.10.0" +__version__ = "1.11.0" import aesara from watermark import watermark diff --git a/pyproject.toml b/pyproject.toml index 3cbd4b7..0d3336d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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 = [