From 8090811ced47a750c60b6e75e06a96504aecb719 Mon Sep 17 00:00:00 2001 From: Martin Lang Date: Sun, 2 Feb 2025 15:36:28 +0100 Subject: [PATCH] Changelog: additional data in info.json; standart time format --- source/changelog.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/source/changelog.rst b/source/changelog.rst index faa6b679..afa70990 100644 --- a/source/changelog.rst +++ b/source/changelog.rst @@ -2,6 +2,26 @@ Changelog ========= +upcoming +======== + +Added +----- + +``micromagneticmodel`` + - Additional data in info.json: start and end time, duration, version of the + adapter package, indication of simulation result (success or failure). + (`#92 `__, + `#93 `__, + `#161 `__) + +Changed +------- + +``ubermagutil`` + - Change timestamp format printed to stdout when starting a simulation to isoformat. + (`#55 `__) + 2024.08 (Sep 03, 2024) ======================