Skip to content

Releases: mdolab/adflow

v2.2.2

27 Nov 20:46
ff61d4b
Compare
Choose a tag to compare

This release contains the following bug fixes:

  • fixed updategamma() (#91)
  • updated displacement file handling (#92)
  • fixed OpenMDAO wrapper adjoint gradients (#93)
  • fix for use of getFreeStreamRes with tests (#46)

and the following maintenance and documentation updates:

  • Testflo update (#47)
  • added note about HPC build options (#79)
  • adjusted tolerance for cmplx test (#82)
  • updated nprocs for tests (#84)
  • updated tol because buildbot is failing. (#85)
  • update docs configuration (#86)
  • added strong scaling reference to docs (#90)
  • added extras_require for testing (#89)

v2.2.1

03 Oct 22:14
ff871f5
Compare
Choose a tag to compare

This release includes the following changes:

v2.2.0

19 Jun 19:08
a6d0ac0
Compare
Choose a tag to compare

This release brings the following bugfixes:

  • Copying spectral radii back to main memory after blockette routines (#37)
  • Copy intermediate variables from blockette memory (#38)
  • Updated code behavior for option skipafterfailedadjoint (#45)
  • Updated to openmdao v3.x API for the OM wrapper (#51)
  • Suppressed unnecessary warnings (#52)

Maintenace:

  • Updated package structure to allow for pip install (#56)

v2.1.0

22 Apr 03:30
Compare
Choose a tag to compare

This release primarily adds support for Python 3. Python 2.7 support is still maintained at the moment.

v2.0

12 Feb 20:19
Compare
Choose a tag to compare

Code now requires the following dependency versions:

  • openMPI 3.1.4
  • PETSc 3.11.0
  • CGNS 3.3.0

v1.1

11 Feb 16:30
Compare
Choose a tag to compare

Last release before MPI and PETSc package update.

v1.0

24 Oct 20:06
Compare
Choose a tag to compare
Merge pull request #12 from anilyil/master

Zipper fix and some other modifications