Skip to content

Commit 447a440

Browse files
authored
Merge pull request #42 from ubermag/changelog
Changelog for next version
2 parents 4d738c7 + 20eb108 commit 447a440

File tree

3 files changed

+53
-4
lines changed

3 files changed

+53
-4
lines changed

.github/workflows/website.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ jobs:
1717
- name: Initialisation
1818
uses: actions/checkout@v4
1919

20-
- name: Setup conda
21-
uses: conda-incubator/setup-miniconda@v2
20+
- name: Set up conda
21+
uses: conda-incubator/setup-miniconda@v3
2222
with:
2323
environment-file: environment.yml
24-
auto-activate-base: false
25-
miniforge-version: latest
24+
auto-update-conda: true
2625

2726
- name: Prepare sources
2827
run: make prepare

source/changelog.rst

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,55 @@
22
Changelog
33
=========
44

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+
554
2024.08 (Sep 03, 2024)
655
======================
756

source/documentation/mag2exp.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ mag2exp
1414
notebooks/mag2exp/X_ray_Holography
1515
notebooks/mag2exp/SAXS
1616
notebooks/mag2exp/SANS
17+
notebooks/mag2exp/FMR

0 commit comments

Comments
 (0)