File tree Expand file tree Collapse file tree 3 files changed +19
-11
lines changed Expand file tree Collapse file tree 3 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,7 +6,23 @@ All notable changes to this project will be documented in this file.
66The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
77and 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
Original file line number Diff line number Diff line change 1919from .models .meta import ModelMetaData
2020from .models .module import Module
2121
22- __version__ = "1.3.0 "
22+ __version__ = "1.4.0a0 "
You can’t perform that action at this time.
0 commit comments