From 5ad442750e61edddecfb55f833776bf7dadf6667 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Thu, 16 May 2024 21:07:02 -0500 Subject: [PATCH] chore(release): 1.4.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acf7b1b..59b0df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [1.4.0](https://gitea.deepak.science:2222/physics/pdme/compare/1.3.0...1.4.0) (2024-05-17) + + +### Features + +* adds relative squared diff calc utility method ([9b1538b](https://gitea.deepak.science:2222/physics/pdme/commit/9b1538b3c63bfaf2a779bb109cd160a8d7887195)) + ## [1.3.0](https://gitea.deepak.science:2222/physics/pdme/compare/1.2.0...1.3.0) (2024-05-17) diff --git a/pyproject.toml b/pyproject.toml index ab903f5..834b41e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pdme" -version = "1.3.0" +version = "1.4.0" description = "Python dipole model evaluator" authors = ["Deepak "] license = "GPL-3.0-only"