Skip to content

Releases: mdolab/idwarp

v2.6.1

03 Mar 04:59
d9d6191
Compare
Choose a tag to compare

Maintenance

Full Changelog: v2.6.0...v2.6.1

v2.6.0

14 Mar 14:06
a1f6b31
Compare
Choose a tag to compare

New features

  • Implemented aExp and bExp options by @sseraj in #64

Bug fixes

Maintenance

  • Compilation on GCC 11 by @nwu63 in #61
  • Update AD code structure by @nwu63 in #62
  • Update tapenade 3.16 by @nwu63 in #63

Full Changelog: v2.5.0...v2.6.0

v2.5.0

04 Oct 13:59
31ebbd9
Compare
Choose a tag to compare

This release adds support for the latest version of PETSC and additional minor code maintenance updates

Features

None

Code maintenance

  • updated .flake8 (#51)
  • support latest PETSC (#54)
  • updated pygeo function names (#56)
  • add converge reporting (#55)
  • Updating config files to use the more modern wrappers (#58)
  • Fortran standard to 2008 (#53)
  • Consolidate compile flags (#59)
  • Update codecov (#60)

v2.4.1

03 May 14:07
5fe18d2
Compare
Choose a tag to compare

Features

None

Bug fixes

  • Updated MExt (#49)
  • Renamed compiled library to libidwarp (#50)

v2.4.0

04 Mar 12:17
5bcdcff
Compare
Choose a tag to compare

This minor release has the following changes:

  • Removes old tests in favor of new testflo tests (#41)
  • Adjustments to documentation and citation information (#43, #47)
  • Transitioning from Travis to Azure Pipelines (#46)
  • Removing CGNS support for versions older than 3.3.0 (#48)

v2.3.0

20 Jan 00:54
485f8c3
Compare
Choose a tag to compare

This release refactors the code to:

  1. Automatically generate the options documentation
  2. Make the USMesh class inherit from BaseSolver in baseclasses

The option type and value checking in BaseSolver may break backward compatibility for some run scripts. This is usually only an issue for fileType because string-type values are now case sensitive.
In addition, an error is now raised if aExp or bExp are changed from their default values.
See #38 for the full changes.

v2.2.2

06 Jan 20:21
d2c4ad2
Compare
Choose a tag to compare

This patch release contains the following changes:

  • Formatting updates to the repo (#35)
  • Testing updates (#32, #36)
  • Docs update (#34)
  • Maintenance update (#31)

v2.2.1

09 Sep 15:31
8fa90c6
Compare
Choose a tag to compare

Patch release for IDWarp:

  • the copying of points_orig files are no longer needed (#22)

v2.2.0

19 Jun 19:17
7892630
Compare
Choose a tag to compare

Highlights:

  • OpenFOAM mesh reader updates (#17, #18)
  • Added setup.py for installation with pip (#21)

v2.1.0

22 Apr 03:29
Compare
Choose a tag to compare

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