v2.3.0
This release refactors the code to:
- Automatically generate the options documentation
- Make the
USMesh
class inherit fromBaseSolver
inbaseclasses
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.