Skip to content

v3.0.6

Compare
Choose a tag to compare
@friedenhe friedenhe released this 26 May 20:11
· 114 commits to main since this release
3c477e2

Changes

  • Added a new feature to call Python functions in the C++ layer. 1f68006
  • Use TensorFlow Python APIs for predicting and calculating gradients. The old TensorFlow C APIs are deprecated. 1f68006
  • Fixed a bug for multi-point setup caused by a recent update. fd32b81
  • Updated the CoDiPack and MediPack versions and used the latest APIs for AD tapes 6e9cd14
  • Added an option to use uniform fvSource as a design variables to replace the uniformPressureGradient option 106f054
  • Allowed using non-geo design variable setup for topology optimization or field inversion. Now we don't need to set up FFD or meshOptions for these cases. fb38ae1 Check the new tutorial run script from here
  • Showed errors in the GitHub Actions tests by removing the 2> errorLog.txt compilation argument in the test scripts. 3c477e2

Dependency update

  • OpenFOAM-AD upgraded to v1.3.0 with the latest CoDiPack and MeDiPack versions.
  • Deprecated the TensorFlow C APIs and used the Python APIs instead.

Backward-incompatible changes

None