Releases: mdolab/idwarp
Releases · mdolab/idwarp
v2.6.1
Maintenance
- Changed branch name by @sseraj in #67
- Updated badges by @sseraj in #68
- Update make rules with proper format by @eirikurj in #69
- fprettify by @sseraj in #72
- Git blame ignore for fprettify by @sseraj in #73
- Updated dependencies in setup.py by @sseraj in #75
- Update library import checks by @eirikurj in #76
- Fixed denominator typos by @sseraj in #77
- Updated black formatting by @sseraj in #78
Full Changelog: v2.6.0...v2.6.1
v2.6.0
v2.5.0
This release adds support for the latest version of PETSC and additional minor code maintenance updates
Features
None
Code maintenance
v2.4.1
v2.4.0
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.