Skip to content

Commit 51c931f

Browse files
authored
Update for a patch release (#828)
1 parent 1e0057e commit 51c931f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424

2525
### Dependencies
2626

27+
## [1.0.1] - 2025-03-25
28+
29+
### Added
30+
31+
- Added version checks to ensure compatibility with older PyTorch for distributed
32+
utilities and ShardTensor
33+
34+
### Fixed
35+
36+
- Fix `EntryPoint` errors
37+
2738
## [1.0.0] - 2025-03-18
2839

2940
### 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.1.0a0"
22+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)