Skip to content

Commit cd2a314

Browse files
committed
update versions
1 parent 9e74b15 commit cd2a314

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body:
3131
attributes:
3232
label: Version
3333
description: What version of PhysicsNeMo are you running?
34-
placeholder: "example: 1.2.0"
34+
placeholder: "example: 1.3.0"
3535
validations:
3636
required: true
3737

CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,23 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [1.3.0a0] - 2025-XX-YY
9+
## [1.4.0a0] - 2026-XX-YY
10+
11+
### Added
12+
13+
### Changed
14+
15+
### Deprecated
16+
17+
### Removed
18+
19+
### Fixed
20+
21+
### Security
22+
23+
### Dependencies
24+
25+
## [1.3.0] - 2025-11-17
1026

1127
### Added
1228

@@ -57,10 +73,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5773
- Improved Transolver training recipe's configuration for checkpointing and normalization.
5874
- Bumped `multi-storage-client` version to 0.33.0 with rust client.
5975

60-
### Deprecated
61-
62-
### Removed
63-
6476
### Fixed
6577

6678
- Set `skip_scale` to Python float in U-Net to ensure compilation works.
@@ -69,10 +81,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6981
`combine_stl_solids.py` in the X-MGN recipe.
7082
- Fixed the `RuntimeError: Worker data receiving interrupted` error in the datacenter example.
7183

72-
### Security
73-
74-
### Dependencies
75-
7684
## [1.2.0] - 2025-08-26
7785

7886
### Added

physicsnemo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
from .models.meta import ModelMetaData
2020
from .models.module import Module
2121

22-
__version__ = "1.3.0"
22+
__version__ = "1.4.0a0"

0 commit comments

Comments
 (0)