Skip to content

Releases: mdolab/idwarp

v2.6.4

12 Mar 16:27
d399e6d

Choose a tag to compare

What's Changed

  • Bump minimum numpy to 1.25, version to 2.6.4 by @sanjan98 in #109

New Contributors

Full Changelog: v2.6.3...v2.6.4

v2.6.3

02 Dec 15:10
00d412f

Choose a tag to compare

What's Changed

Full Changelog: v2.6.2...v2.6.3

v2.6.2

06 Feb 19:17
647fd8f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.1...v2.6.2

v2.6.1

03 Mar 04:59
d9d6191

Choose a tag to compare

Maintenance

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

v2.6.0

14 Mar 14:06
a1f6b31

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

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

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

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

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

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)