From b67d066092c43096343600d3955df504704cfafe Mon Sep 17 00:00:00 2001 From: Rui Coelho <32548533+ruicoelhopedro@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:20:16 +0100 Subject: [PATCH] Version 0.4 (#32) ### Improvements - Add a flag to pass extra arguments to ABAQUS #18 - Add CUDA support for BoTorch #19 - Silence unsafe YAML loader warning #21 - Optimise ABAQUS interface #24 - Generalise reading of ABAQUS input data #25 - Introduce the review from JOSS submission #26 --- piglot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piglot/__init__.py b/piglot/__init__.py index e520e0f..d107d7b 100644 --- a/piglot/__init__.py +++ b/piglot/__init__.py @@ -4,4 +4,4 @@ __author__ = 'CM2S' __copyright__ = '2024, CM2S' __license__ = 'MIT' -__version__ = '0.3.0' +__version__ = '0.4.0'