Skip to content

Releases: mdolab/idwarp

v2.6.4

Choose a tag to compare

@A-CGray A-CGray released this 12 Mar 16:27
d399e6d

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

Choose a tag to compare

@A-CGray A-CGray released this 02 Dec 15:10
00d412f

What's Changed

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

v2.6.2

Choose a tag to compare

@marcomangano marcomangano released this 06 Feb 19:17
647fd8f

What's Changed

New Contributors

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

v2.6.1

Choose a tag to compare

@sseraj sseraj released this 03 Mar 04:59
d9d6191

Maintenance

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

v2.6.0

Choose a tag to compare

@sseraj sseraj released this 14 Mar 14:06
a1f6b31

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

Choose a tag to compare

@joanibal joanibal released this 04 Oct 13:59
31ebbd9

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

Choose a tag to compare

@ewu63 ewu63 released this 03 May 14:07
5fe18d2

Features

None

Bug fixes

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

v2.4.0

Choose a tag to compare

@eirikurj eirikurj released this 04 Mar 12:17
5bcdcff

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

Choose a tag to compare

@ewu63 ewu63 released this 20 Jan 00:54
485f8c3

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

Choose a tag to compare

@ewu63 ewu63 released this 06 Jan 20:21
d2c4ad2

This patch release contains the following changes:

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