From f48841f4b978b08cbc391346b08e3c240d2e81c6 Mon Sep 17 00:00:00 2001 From: Joshua Eckels Date: Wed, 28 Aug 2024 13:26:02 -0600 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.1=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 24 ++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..23d8b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +## v0.4.0 (2024-08-28) + +### BREAKING CHANGE + +- some module and function signature changes (gradient and mcmc) + +### Feat + +- migrate to comply with copier template +- link with copier-numpy template + +## v0.3.0 (2024-02-19) + +### Feat + +- adding sobol analysis + +## v0.2.0 (2024-02-09) + +### Feat + +- mcmc enhancements + +## v0.1.0 (2024-01-27) diff --git a/pyproject.toml b/pyproject.toml index 7daa0d1..689f43c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uqtils" -version = "0.3.1" +version = "0.4.0" description = "Assorted utilities for uncertainty quantification and scientific computing." authors = [ {name = "Joshua Eckels", email = "eckelsjd@umich.edu"},