Skip to content

Commit ef5a7b2

Browse files
frostedoysterLuthaf
authored andcommitted
Release metatrain 2025.10
1 parent 48c0ead commit ef5a7b2

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ How to Perform a Release
160160
1. **Prepare a Release Pull Request**
161161

162162
- 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.
164164
- Optionally, run the tests locally to double-check.
165165

166166
2. **Update the Changelog**

docs/src/dev-docs/changelog.rst

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,30 @@ changelog <https://keepachangelog.com/en/1.1.0/>`_ format. This project follows
1515
.. Added
1616
.. #####
1717
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+
.. #######
2420
2521
.. Removed
2622
.. #######
2723
2824
Unreleased
2925
----------
3026

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+
3142
Version 2025.9.1 - 2025-08-21
3243
-----------------------------
3344

0 commit comments

Comments
 (0)