We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0057e commit 51c931fCopy full SHA for 51c931f
CHANGELOG.md
@@ -24,6 +24,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
25
### Dependencies
26
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
38
## [1.0.0] - 2025-03-18
39
40
### Added
physicsnemo/__init__.py
@@ -19,4 +19,4 @@
19
from .models.meta import ModelMetaData
20
from .models.module import Module
21
22
-__version__ = "1.1.0a0"
+__version__ = "1.0.1"
0 commit comments