Skip to content

Releases: mdolab/pyhyp

v2.6.1

20 Feb 22:41
03b2207
Compare
Choose a tag to compare

New features

  • Added options to pass grid object, bounds, outer BC to simpleOCart by @anilyil in #66

Maintenance

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

v2.6.0

09 May 21:44
05c8e24
Compare
Choose a tag to compare

New features

  • Moved simpleOCart and updated imports by @sseraj in #61

Bugfixes

  • Fixed tests hanging under Intel/Centos image by @nwu63 in #56

Maintenance and documentation

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

v2.5.0

05 Oct 14:11
fbfb428
Compare
Choose a tag to compare

New features

  • Added an option to truncate mesh marching (#44)

Documentation

  • Symmetry BC warning and documentation updates (#42)
  • Switched to using list for options (#43)
  • Tips for a Coarse Grid (#53)

Maintenance

  • Update Fortran Standard to 2008 (#45)
  • Update pySpline imports (#46)
  • Update PETSc (#49)
  • Update pyGeo function calls (#50)
  • Updating config files to use the more modern wrappers (#51)
  • Converted tests to use cgnsdiff (#54)
  • Add coverage (#48)

v2.4.0

03 Mar 10:50
2c0d967
Compare
Choose a tag to compare

This minor release has the following changes:

  • Transition to Azure Pipelines (#39)
  • Citation information added in README (#40)
  • Removing CGNS support for versions older than 3.3.0 (#41)

v2.3.2

19 Jan 15:07
eb1f7cc
Compare
Choose a tag to compare

After some discussion, we have decided to have certain option values use capitalization for readability. This affects the following options:

  • fileType
  • outputType
    Both now take in either CGNS or PLOT3D, as opposed to cgns and plot3d that were previously accepted.

v2.3.1

07 Jan 23:02
81c96bf
Compare
Choose a tag to compare

This patch release includes the following change:

  • self.comm is now set in baseSolver, argument list made consistent (#37)

v2.3.0

04 Jan 22:40
d1118af
Compare
Choose a tag to compare

This release refactors the code to:

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

The option type and value checking in BaseSolver may break backward compatibility for some pyHyp runscripts, most commonly in two ways:

  1. String-type values are now case sensitive. This mainly comes up for fileType and outerFaceBC.
  2. The distinction between float and int types is now enforced. This is commonly an issue for marchDist, ps0, pGridRatio, and cmax.

See #36 for the full changes.

v2.2.1

11 Dec 21:47
855c444
Compare
Choose a tag to compare

This patch release includes the following changes:

  • Print unknown topology debug information (#32)
  • Format update and improved exception - output handling (#31)
  • Documentation updates (#19, #22, #24, #30, #33 + #34)
  • Various maintenance updates

v2.2.0

19 Jun 19:18
dd101d8
Compare
Choose a tag to compare

This release provides setup.py so that the package can be installed via pip.

v2.1.0

26 Apr 15:33
d9ce10f
Compare
Choose a tag to compare

This is a minor release which adds python 3 support.