From e61838d85f184abf20bfbd466b90ef4fdff6c29d Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Mon, 26 Feb 2024 17:34:47 -0600 Subject: [PATCH] chore(release): 0.9.3 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe53a4f..7e53ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.9.3](https://gitea.deepak.science:2222/physics/pdme/compare/0.9.2...0.9.3) (2024-02-26) + + +### Features + +* adds util func for calculating arg using sign instead of complex arithmetic ([3ebe2bb](https://gitea.deepak.science:2222/physics/pdme/commit/3ebe2bb82430d677680383c42a1c269df83d99cd)) + + +### Bug Fixes + +* fixes stupid cost shape issue ([ed9dd2c](https://gitea.deepak.science:2222/physics/pdme/commit/ed9dd2c94f88a08c36f581f05b26a87a6b780d5b)) + ### [0.9.2](https://gitea.deepak.science:2222/physics/pdme/compare/0.9.1...0.9.2) (2023-07-24) diff --git a/pyproject.toml b/pyproject.toml index b7e956f..e56f008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pdme" -version = "0.9.2" +version = "0.9.3" description = "Python dipole model evaluator" authors = ["Deepak "] license = "GPL-3.0-only"