All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added inference notebook for Turbulence Super-resolution example.
- Warp based backed for STL geometry handling
- Update
timm
dependency
- Added reservoir examples using GenAI and CCUS workflows.
- Update OpenCV and Pillow versions to fix security
- Fix bug for
ConvFullyConnectedArch
. - Updating
Activation.SILU
test to conform with updated nvFuser kernel generation.
- Added instructions for docker build on ARM architecture.
- Added domain decomposition examples using X-PINN and FB-PINN style.
- Integrated the network architecture layers into Modulus-Core.
- Fixed Gradient Aggregation bug.
- Upgrade Pillow and Sympy to their latest versions.
- Upgrade Scikit-Learn version.
- Updated base PyTorch container to 23.10 and Optix version to 7.3.0
- Example for reservoir modeling using PINO and FNO
- Added a CHANGELOG.md
- Accompanying licenses (will provide in the Modulus docker image).
- Arch
from_config
bug for literal params. - Fixed fused SiLU activation test.
- Update
np.bool
tonp.bool_
. - Added a workaround fix for the CUDA graphs error in multi-node runs
- Updated the base container to latest PyTorch base container which is based on torch 2.0
- Container now supports CUDA 12, Python 3.10
- Updated symengine to >=0.10.0 and vtk to >=9.2.6
- Initial public release.