|
2 | 2 | Changelog
|
3 | 3 | =========
|
4 | 4 |
|
| 5 | +Format follows `keep a changelog <https://keepachangelog.com/en/>`__. |
| 6 | + |
| 7 | +2025.06 (Jun 04, 2025) |
| 8 | +====================== |
| 9 | + |
| 10 | +All packages now require ``python >= 3.9``. |
| 11 | + |
| 12 | +Added |
| 13 | +----- |
| 14 | + |
| 15 | +``mag2exp`` |
| 16 | + - New submodule for ferromagnetic resonance (FMR) to compute FMR power and |
| 17 | + phase using the ringown method. For more details refer to the new |
| 18 | + :doc:`FMR notebook </documentation/notebooks/mag2exp/FMR>`. |
| 19 | + (`#70 <https://github.com/ubermag/mag2exp/pull/70>`__) |
| 20 | + - Additional parameter to control astigmatism in LTEM. |
| 21 | + (`#73 <https://github.com/ubermag/mag2exp/pull/73>`__) |
| 22 | + |
| 23 | +``micromagneticdata`` |
| 24 | + - Allow setting ``Drive.dirname`` with ``pathlib.Path``. |
| 25 | + (`#85 <https://github.com/ubermag/micromagneticdata/pull/85>`__) |
| 26 | + - Option to initialise Data with path instead of name and dirname. |
| 27 | + (`#75 <https://github.com/ubermag/micromagneticdata/pull/75>`__) |
| 28 | + |
| 29 | +``micromagneticmodel`` |
| 30 | + - Additional data in info.json: start and end time, duration, version of the |
| 31 | + adapter package, indication of simulation result (success or failure). |
| 32 | + (`#92 <https://github.com/ubermag/micromagneticmodel/pull/92>`__, |
| 33 | + `#93 <https://github.com/ubermag/mumax3c/pull/93>`__, |
| 34 | + `#161 <https://github.com/ubermag/oommfc/pull/161>`__) |
| 35 | + |
| 36 | +Changed |
| 37 | +------- |
| 38 | + |
| 39 | +``ubermagutil`` |
| 40 | + - Change timestamp format printed to stdout when starting a simulation to isoformat. |
| 41 | + (`#55 <https://github.com/ubermag/ubermagutil/pull/55>`__) |
| 42 | + |
| 43 | +Fixed |
| 44 | +----- |
| 45 | + |
| 46 | +``discretisedfield`` |
| 47 | + - Fix a bug in holoviews plotting when only a single cell is available in a slider directon. |
| 48 | + (`#537 <https://github.com/ubermag/discretisedfield/pull/537>`__) |
| 49 | + |
| 50 | +``micromagneticdata`` |
| 51 | + - ``Data.info`` does no longer fail when ``drive-<number>/info.json`` files are missing/corrupt. |
| 52 | + (`#84 <https://github.com/ubermag/micromagneticdata/pull/84>`__) |
| 53 | + |
5 | 54 | 2024.08 (Sep 03, 2024)
|
6 | 55 | ======================
|
7 | 56 |
|
|
0 commit comments