File tree Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ How to Perform a Release
160
160
1. **Prepare a Release Pull Request **
161
161
162
162
- Based on the main branch create branch ``release-2025.3 `` and a PR.
163
- - Ensure that all `CI tests <https://github.com/lab-cosmo/torch-pme /actions >`_ pass.
163
+ - Ensure that all `CI tests <https://github.com/metatensor/metatrain /actions >`_ pass.
164
164
- Optionally, run the tests locally to double-check.
165
165
166
166
2. **Update the Changelog **
Original file line number Diff line number Diff line change @@ -15,19 +15,30 @@ changelog <https://keepachangelog.com/en/1.1.0/>`_ format. This project follows
15
15
.. Added
16
16
.. #####
17
17
18
- Changed
19
- #######
20
-
21
- - Refactored the ``loss.py `` module to provide an easier to extend interface for custom
22
- loss functions.
23
- - Updated the trainer checkpoints to account for changes in the loss-related hypers.
18
+ .. Changed
19
+ .. #######
24
20
25
21
.. Removed
26
22
.. #######
27
23
28
24
Unreleased
29
25
----------
30
26
27
+ Version 2025.10 - 2025-09-09
28
+ ----------------------------
29
+
30
+ Fixed
31
+ #####
32
+
33
+ - Fixed a bug with the composition model during transfer-learning
34
+
35
+ Changed
36
+ #######
37
+
38
+ - Refactored the ``loss.py `` module to provide an easier to extend interface for custom
39
+ loss functions.
40
+ - Updated the trainer checkpoints to account for changes in the loss-related hypers.
41
+
31
42
Version 2025.9.1 - 2025-08-21
32
43
-----------------------------
33
44
You can’t perform that action at this time.
0 commit comments