From 83d6d434f9acc19caf2326e6b6a89dc9b815319a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 7 Mar 2023 15:30:40 +0000 Subject: [PATCH] 0.16.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c80aebb..4a8c6219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.16.0 (2023-03-07) +### Feature +* Adding ridge regression ([`c3f3b96`](https://github.com/Teoroo-CMC/CCS/commit/c3f3b961e83c09a29d033da41333929ac4f889c1)) + ## v0.15.1 (2023-03-07) ### Fix * **ccs_export_FF:** Remove Greek symbols ([`c0b2595`](https://github.com/Teoroo-CMC/CCS/commit/c0b259576badcf371b67a89d45e468fea6900a52)) diff --git a/pyproject.toml b/pyproject.toml index 5251efa2..984d6b89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ccs_fit" -version = "0.15.1" +version = "0.16.0" description = "Fitting tools for repulsive two body interactions using curvature constrained splines." authors = [ "Akshay Krishna AK",