File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 3131 attributes :
3232 label : Version
3333 description : What version of Modulus are you running?
34- placeholder : " example: 0.1 .0"
34+ placeholder : " example: 0.2 .0"
3535 validations :
3636 required : true
3737
Original file line number Diff line number Diff line change @@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
1111### Added
1212
13+ ### Changed
14+
15+ ### Deprecated
16+
17+ ### Removed
18+
19+ ### Fixed
20+
21+ ### Security
22+
23+ ### Dependencies
24+
25+ ## [ 0.2.0] - 2023-08-xx
26+
27+ ### Added
28+
1329- Added a CHANGELOG.md
1430- Added build support for internal DGL
1531- 4D Fourier Neural Operator model
Original file line number Diff line number Diff line change 1919
2020from .datapipes .datapipe import Datapipe
2121
22- __version__ = "0.1 .0"
22+ __version__ = "0.2 .0"
You can’t perform that action at this time.
0 commit comments