From 10bdceac09f0d2061501d9a18e3303b996c2d8c4 Mon Sep 17 00:00:00 2001 From: Sam Holt <48217392+samjrholt@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:07:14 +0100 Subject: [PATCH 1/7] Add system name to changelog --- source/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/changelog.rst b/source/changelog.rst index f7386e65..9bc75525 100644 --- a/source/changelog.rst +++ b/source/changelog.rst @@ -1,6 +1,16 @@ ========= Changelog ========= +Upcoming +====================== + +Changed +------- + +``micromagneticmodel`` + - Require the name when initialising the ``system``. + (`#85 `__) + 2023.11 (Nov 25, 2023) ====================== From beee47f210a79a7479b873f2693c9531389f8560 Mon Sep 17 00:00:00 2001 From: Sam Holt Date: Thu, 9 May 2024 15:33:12 +0200 Subject: [PATCH 2/7] Add pyvista to changelog --- source/changelog.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/changelog.rst b/source/changelog.rst index 9bc75525..68c268d1 100644 --- a/source/changelog.rst +++ b/source/changelog.rst @@ -4,6 +4,12 @@ Changelog Upcoming ====================== +Added +----- +``discretisedfield`` + - Added support for visualisations using ``pyvista``. + (`#463 `__) + Changed ------- @@ -11,7 +17,6 @@ Changed - Require the name when initialising the ``system``. (`#85 `__) - 2023.11 (Nov 25, 2023) ====================== From 693e1ee106fb0b3a36bae26497ee3dc9a6e70e63 Mon Sep 17 00:00:00 2001 From: Sergei Date: Wed, 5 Jun 2024 12:53:04 +0200 Subject: [PATCH 3/7] Update changelog.rst Tried adding description for temperature support --- source/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/changelog.rst b/source/changelog.rst index 68c268d1..33e162d3 100644 --- a/source/changelog.rst +++ b/source/changelog.rst @@ -10,6 +10,10 @@ Added - Added support for visualisations using ``pyvista``. (`#463 `__) +``mumax3c`` + - Added support for simulation with temperature for mumax3. Use system.T property for this. No additional changes are required. + (`#81 `__) + Changed ------- From f35be5f514a62d46ea3904517b1abb9002eb2fae Mon Sep 17 00:00:00 2001 From: Martin Lang <67915889+lang-m@users.noreply.github.com> Date: Sat, 8 Jun 2024 22:10:01 +0200 Subject: [PATCH 4/7] stepped hysteresis driver added --- source/changelog.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/changelog.rst b/source/changelog.rst index 68c268d1..e81f7d1a 100644 --- a/source/changelog.rst +++ b/source/changelog.rst @@ -8,7 +8,12 @@ Added ----- ``discretisedfield`` - Added support for visualisations using ``pyvista``. - (`#463 `__) + (`#463 `__) + +``oommfc`` + - Support for tunable (non-symmetric) Hysteresis simulations with multiple + segments (with variable step size) between user-defined field extrema. + (`#138 `__) Changed ------- From 2ddce041115d661d1bb9ce0f526a75d572928f43 Mon Sep 17 00:00:00 2001 From: Martin Lang <67915889+lang-m@users.noreply.github.com> Date: Sat, 8 Jun 2024 22:16:07 +0200 Subject: [PATCH 5/7] Set valid=norm for drive.m0 --- source/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/changelog.rst b/source/changelog.rst index e81f7d1a..ae1eb3c0 100644 --- a/source/changelog.rst +++ b/source/changelog.rst @@ -22,6 +22,13 @@ Changed - Require the name when initialising the ``system``. (`#85 `__) +Fixed +----- + +``micromagneticdata`` + - Set ``valid="norm"`` when loading the initial magnetisation ``drive.m0``. + (`#69 `__) + 2023.11 (Nov 25, 2023) ====================== From f939ae5ae72f13f33d5d64d0e48e07366dd5acc5 Mon Sep 17 00:00:00 2001 From: Sam Holt <48217392+samjrholt@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:33:02 +0200 Subject: [PATCH 6/7] Update changelog.rst --- source/changelog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/changelog.rst b/source/changelog.rst index ae1eb3c0..b9395368 100644 --- a/source/changelog.rst +++ b/source/changelog.rst @@ -14,6 +14,18 @@ Added - Support for tunable (non-symmetric) Hysteresis simulations with multiple segments (with variable step size) between user-defined field extrema. (`#138 `__) + - Support for current in an arbitary direction when using the Zhang Li term. + (`#133 `__) + +``mumax3c`` + - Support for current in an arbitary direction when using the Zhang Li term. + (`#88 `__) + - Support for simulations at a finite temperature. + (`#81 `__) + +``micromagneticmodel`` + - Support for current in an arbitary direction when using the Zhang Li term. + (`#75 `__) Changed ------- From afe80f8f36303d051e08c0f7a5d34d91d285f898 Mon Sep 17 00:00:00 2001 From: Martin Lang Date: Tue, 3 Sep 2024 15:09:51 +0200 Subject: [PATCH 7/7] Update changelog --- source/changelog.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/changelog.rst b/source/changelog.rst index cc72a38b..9a2aecb5 100644 --- a/source/changelog.rst +++ b/source/changelog.rst @@ -1,21 +1,20 @@ ========= Changelog ========= -Upcoming + +2024.08 (Sep 03, 2024) ====================== Added ----- + ``discretisedfield`` - Added support for visualisations using ``pyvista``. (`#463 `__) -``oommfc`` - - Support for tunable (non-symmetric) Hysteresis simulations with multiple - segments (with variable step size) between user-defined field extrema. - (`#138 `__) +``micromagneticmodel`` - Support for current in an arbitary direction when using the Zhang Li term. - (`#133 `__) + (`#75 `__) ``mumax3c`` - Support for current in an arbitary direction when using the Zhang Li term. @@ -23,13 +22,12 @@ Added - Support for simulations at a finite temperature. (`#81 `__) -``micromagneticmodel`` +``oommfc`` + - Support for tunable (non-symmetric) Hysteresis simulations with multiple + segments (with variable step size) between user-defined field extrema. + (`#138 `__) - Support for current in an arbitary direction when using the Zhang Li term. - (`#75 `__) - -``mumax3c`` - - Added support for simulation with temperature for mumax3. Use system.T property for this. No additional changes are required. - (`#81 `__) + (`#133 `__) Changed ------- @@ -45,6 +43,8 @@ Fixed - Set ``valid="norm"`` when loading the initial magnetisation ``drive.m0``. (`#69 `__) +Full compatibility with ``numpy >= 2.0``. + 2023.11 (Nov 25, 2023) ======================