Skip to content

v2.3.0

Compare
Choose a tag to compare
@sseraj sseraj released this 04 Jan 22:40
d1118af

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.