diff --git a/environment.yml b/environment.yml index 41d0fda4..5a8fbf9d 100644 --- a/environment.yml +++ b/environment.yml @@ -9,5 +9,5 @@ dependencies: - sphinx>=4.1 - sphinx-copybutton>=0.4 - sphinx-design - - ubermag==2024.06 + - ubermag==2024.08 - astropy # for the unit conversion tutorial in getting started (previously mag2exp) diff --git a/source/changelog.rst b/source/changelog.rst index 30c15a57..faa6b679 100644 --- a/source/changelog.rst +++ b/source/changelog.rst @@ -2,6 +2,50 @@ Changelog ========= +2024.08 (Sep 03, 2024) +====================== + +Added +----- + +``discretisedfield`` + - Added support for visualisations using ``pyvista``. + (`#463 `__) + +``micromagneticmodel`` + - Support for current in an arbitary direction when using the Zhang Li term. + (`#75 `__) + +``mumax3c`` + - Support for current in an arbitary direction when using the Zhang Li term. + (`#88 `__) + - Support for simulations at a finite temperature. + (`#81 `__) + +``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. + (`#133 `__) + +Changed +------- + +``micromagneticmodel`` + - Require the name when initialising the ``system``. + (`#85 `__) + +Fixed +----- + +``micromagneticdata`` + - Set ``valid="norm"`` when loading the initial magnetisation ``drive.m0``. + (`#69 `__) + +all packages + - Full compatibility with ``numpy >= 2.0``. + 2024.06 (Jun 19, 2024) ======================