Releases: mdolab/idwarp
Releases · mdolab/idwarp
v2.6.2
What's Changed
- Adjust docstrings for RST render by @eirikurj in #79
- Remove local complexify and use shared library and scripts by @eirikurj in #82
- Fixed typo in the docs by @eytanadler in #83
- fix writeVolumeMeshPoints by @mtowara in #84
- Update .readthedocs.yaml by @eirikurj in #87
- Updated Intel config file to work with HPE MPI by @sseraj in #88
- Update differentiated files to latest tapenade version by @eirikurj in #89
- Minor fix to support CGNS 4.4 by @eirikurj in #90
- Bugfix in multi us mesh initialization by @anilyil in #81
- Update intel config for new compilers by @eirikurj in #95
- Make Intel config compiler check more robust by @A-CGray in #96
- Fix icc check by @A-CGray in #97
- version update by @ArshSaja in #102
New Contributors
- @eytanadler made their first contribution in #83
- @mtowara made their first contribution in #84
- @ArshSaja made their first contribution in #102
Full Changelog: v2.6.1...v2.6.2
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.