chore(release): 0.9.0
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/tag This commit looks good

This commit is contained in:
Deepak Mallubhotla 2023-07-23 20:32:34 -05:00
parent ca710e359f
commit dfaf8abed5
Signed by: deepak
GPG Key ID: BEBAEBF28083E022
2 changed files with 12 additions and 1 deletions

View File

@ -2,6 +2,17 @@
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. 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.0](https://gitea.deepak.science:2222/physics/pdme/compare/0.8.9...0.9.0) (2023-07-24)
### ⚠ BREAKING CHANGES
* separates threshold cost and the seed_cost in mcmc
### Features
* separates threshold cost and the seed_cost in mcmc ([ca710e3](https://gitea.deepak.science:2222/physics/pdme/commit/ca710e359fd0cfbb620a3574a2fa4fab1be2b52a))
### [0.8.9](https://gitea.deepak.science:2222/physics/pdme/compare/0.8.8...0.8.9) (2023-07-23) ### [0.8.9](https://gitea.deepak.science:2222/physics/pdme/compare/0.8.8...0.8.9) (2023-07-23)

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "pdme" name = "pdme"
version = "0.8.9" version = "0.9.0"
description = "Python dipole model evaluator" description = "Python dipole model evaluator"
authors = ["Deepak <dmallubhotla+github@gmail.com>"] authors = ["Deepak <dmallubhotla+github@gmail.com>"]
license = "GPL-3.0-only" license = "GPL-3.0-only"