Skip to content

Releases: NVIDIA/physicsnemo-sym

v2.3.0

18 Nov 06:55
a094673

Choose a tag to compare

PhysicsNeMo Symbolic General Release v2.2.0

Added

  • Added Blackwell support
  • Added Tesselation sample_boundary Warp implementation

v2.2.0

25 Aug 18:34
9f6842e

Choose a tag to compare

PhysicsNeMo Symbolic General Release v2.2.0

Added

  • Improved performance of connectivity calculation. Refactor of Least squares
    gradients
  • Added Incompressible Navier Stokes PDE as a special formulation
  • Added ability for make_nodes function to return a dict

v2.1.0

10 Jun 20:39
416de0a

Choose a tag to compare

PhysicsNeMo Symbolic General Release v2.1.0

Fixed

  • Fix the zero equation formulation to correctly reflect turbulent kinematic viscosity

  • Made tiny-cuda-nn optional in deployment image

v2.0.0

18 Mar 20:27

Choose a tag to compare

PhysicsNeMo Symbolic General Release v2.0.0

Changed

  • Update inspect.getargspec usage

Fixed

  • Fix optimizer checkpoint loading errors

Dependencies

  • Remove upper bound for Cython
  • Add upper bound for numpoly (transitive dependency of chaospy)

v1.8.0

27 Nov 19:08
66f1525

Choose a tag to compare

Modulus Symbolic general release v1.8.0

Added

  • Added devcontainer support.

Changed

  • Speed up CUDA extension build by about 3x.

Fixed

  • Fix the area calculated for STL meshes.

Dependencies

  • Relaxes versions for several dependencies

v1.7.0

24 Sep 17:12
5cb3527

Choose a tag to compare

Modulus Symbolic general release v1.7.0

Added

  • AMP for derivatives.
  • DALI based dataloader for Geometry module.
  • Generalized PDE residual computing utility.
  • Support for spatial gradients calculations using finite difference, meshless finite
    difference, spectral and least squares methods.
  • Add docs for SDF and relevant features for geometry module.

Dependencies

  • Upgrade Sympy and Scikit-Learn versions.

Security

v1.6.0

23 Jul 23:29
eb2642e

Choose a tag to compare

Modulus Symbolic general release v1.6.0

Added

  • Added inference notebook for Turbulence Super-resolution example.

Changed

  • Warp based backed for STL geometry handling

Dependencies

  • Update timm dependency
  • Update minimum python version to 3.10

v1.5.0

17 Apr 23:33
cab5b30

Choose a tag to compare

Modulus Symbolic general release v1.5.0

Added

  • Added reservoir examples using GenAI and CCUS workflows.

Security

  • Update OpenCV and Pillow versions to fix security

v1.4.0

26 Jan 01:16
bd51285

Choose a tag to compare

Modulus Symbolic general release v1.4.0

Fixed

  • Fix bug for ConvFullyConnectedArch.
  • Updating Activation.SILU test to conform with updated nvFuser kernel generation.

v1.3.0

20 Nov 23:05
698406c

Choose a tag to compare

Modulus Symbolic general release v1.3.0

Added

  • Added instructions for docker build on ARM architecture.
  • Added domain decomposition examples using X-PINN and FB-PINN style.

Changed

  • Integrated the network architecture layers into Modulus-Core.

Fixed

  • Fixed Gradient Aggregation bug.

Security

  • Upgrade Pillow and Sympy to their latest versions.

Dependencies

  • Updated base PyTorch container to 23.10 and Optix version to 7.3.0