From 8beeae07b4e39daaa63509214519c0a58c60ed1d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 28 Mar 2023 12:25:12 +0000 Subject: [PATCH] 0.20.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41dae18f..7dd1e443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.20.0 (2023-03-28) +### Feature +* **ccs_ase_calculator:** Working implementation of stress tensor ([`4e61924`](https://github.com/Teoroo-CMC/CCS/commit/4e619240fb10bdc89e5d89a93fbc6befb6f52abe)) + +### Documentation +* Adding stress tensor calculation example ([`ea8d823`](https://github.com/Teoroo-CMC/CCS/commit/ea8d823e6a6cac0bbe35bafeded1c525fc82176f)) + ## v0.19.2 (2023-03-23) diff --git a/pyproject.toml b/pyproject.toml index e1730e35..e8de8a5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ccs_fit" -version = "0.19.2" +version = "0.20.0" description = "Fitting tools for repulsive two body interactions using curvature constrained splines." authors = [ "Akshay Krishna AK",