Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog #36

Merged
merged 9 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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