Skip to content

Commit

Permalink
Merge pull request #36 from ubermag/changelog
Browse files Browse the repository at this point in the history
Changelog
  • Loading branch information
lang-m authored Sep 3, 2024
2 parents 8c54901 + 1474037 commit 21ed0a6
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
44 changes: 44 additions & 0 deletions source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,50 @@
Changelog
=========

2024.08 (Sep 03, 2024)
======================

Added
-----

``discretisedfield``
- Added support for visualisations using ``pyvista``.
(`#463 <https://github.com/ubermag/discretisedfield/pull/463>`__)

``micromagneticmodel``
- Support for current in an arbitary direction when using the Zhang Li term.
(`#75 <https://github.com/ubermag/micromagneticmodel/pull/75>`__)

``mumax3c``
- Support for current in an arbitary direction when using the Zhang Li term.
(`#88 <https://github.com/ubermag/mumax3c/pull/88>`__)
- Support for simulations at a finite temperature.
(`#81 <https://github.com/ubermag/mumax3c/pull/81>`__)

``oommfc``
- Support for tunable (non-symmetric) Hysteresis simulations with multiple
segments (with variable step size) between user-defined field extrema.
(`#138 <https://github.com/ubermag/oommfc/pull/138>`__)
- Support for current in an arbitary direction when using the Zhang Li term.
(`#133 <https://github.com/ubermag/oommfc/pull/133>`__)

Changed
-------

``micromagneticmodel``
- Require the name when initialising the ``system``.
(`#85 <https://github.com/ubermag/micromagneticmodel/pull/85>`__)

Fixed
-----

``micromagneticdata``
- Set ``valid="norm"`` when loading the initial magnetisation ``drive.m0``.
(`#69 <https://github.com/ubermag/micromagneticdata/pull/69>`__)

all packages
- Full compatibility with ``numpy >= 2.0``.

2024.06 (Jun 19, 2024)
======================

Expand Down

0 comments on commit 21ed0a6

Please sign in to comment.