v2.3.0
This release refactors the code to:
- Automatically generate the options documentation
- 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:
- String-type values are now case sensitive. This mainly comes up for
fileType
andouterFaceBC
. - The distinction between
float
andint
types is now enforced. This is commonly an issue formarchDist
,ps0
,pGridRatio
, andcmax
.
See #36 for the full changes.