Skip to content

Commit 194b9d8

Browse files
authored
chore: Update version to v0.5.0 (#240)
* Add [0.5.0] changelog section for ConFIG * Add [Unreleased] changelog section * Update version to 0.5.0 in pyproject.toml
1 parent 4aa3d6b commit 194b9d8

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog does not include internal
77
changes that do not affect the user.
88

9-
## [0.4.2] - 2025-01-30
9+
## [Unreleased]
10+
11+
## [0.5.0] - 2025-02-01
1012

1113
### Added
1214

13-
- Added Python 3.13 classifier in pyproject.toml (we now also run tests on Python 3.13 in the CI).
15+
- Added new aggregator `ConFIG` from [ConFIG: Towards Conflict-free Training of Physics
16+
Informed Neural Networks](https://arxiv.org/pdf/2408.11104).
17+
18+
## [0.4.2] - 2025-01-30
1419

1520
### Added
1621

17-
- New aggregator `ConFIG` from [ConFIG: Towards Conflict-free Training of Physics
18-
Informed Neural Networks](https://arxiv.org/pdf/2408.11104).
22+
- Added Python 3.13 classifier in pyproject.toml (we now also run tests on Python 3.13 in the CI).
1923

2024
## [0.4.1] - 2025-01-02
2125

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44

55
[project]
66
name = "torchjd"
7-
version = "0.4.2"
7+
version = "0.5.0"
88
description = "Library for Jacobian Descent with PyTorch."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)