Skip to content

Commit

Permalink
Update versions for 0.8.0 release (NVIDIA#677)
Browse files Browse the repository at this point in the history
* update versions

* update changelog
  • Loading branch information
ktangsali committed Sep 24, 2024
1 parent 1fde01a commit 5e4b59c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body:
attributes:
label: Version
description: What version of Modulus are you running?
placeholder: "example: 0.7.0"
placeholder: "example: 0.8.0"
validations:
required: true

Expand Down
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.0a0] - 2024-09-XX
## [0.9.0a0] - 2024-11-XX

### Added

Expand Down Expand Up @@ -34,6 +34,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Dependencies

## [0.8.0] - 2024-09-24

### Added

- Graph Transformer processor for GraphCast/GenCast.
- Utility to generate STL from Signed Distance Field.
- Metrics for CAE and CFD domain such as integrals, drag, and turbulence invariances and
spectrum.
- Added gradient clipping to StaticCapture utilities.
- Bistride Multiscale MeshGraphNet example.

### Changed

- Refactored CorrDiff training recipe for improved usability
- Fixed timezone calculation in datapipe cosine zenith utility.

## [0.7.0] - 2024-07-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion modulus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
from .models.meta import ModelMetaData
from .models.module import Module

__version__ = "0.8.0a0"
__version__ = "0.8.0"

0 comments on commit 5e4b59c

Please sign in to comment.