Releases: mdolab/cgnsutilities
Releases · mdolab/cgnsutilities
v2.8.0
What's Changed
Breaking changes
- Flip the sign of the rotation so it follows the right hand rule by @eytanadler in #68
Other changes
- Update .readthedocs.yaml by @eirikurj in #65
- Proper user-defined BC handling and a few minor changes by @anilyil in #64
- Update config for new intel compilers by @eirikurj in #69
- Make Intel config compiler check more robust by @A-CGray in #70
- Fix icc check by @A-CGray in #71
- New checks in combineGrids to enable maintaining full block names by @eytanadler in #73
New Contributors
- @A-CGray made their first contribution in #70
- @eytanadler made their first contribution in #68
Full Changelog: v2.7.1...v2.8.0
v2.7.1
v2.7.0
Breaking changes
New features
- Add function to overwrite BC by BC family name by @bbrelje in #47
- Updating mirror option to have consistent blk names by @ArshSaja in #53
Maintenance
- Add example scripts as tests by @eirikurj in #50
- Changed branch name by @sseraj in #51
- Badge fix by @akleb in #52
- Add Sphinx docs by @nwu63 in #55
Full Changelog: v2.6.0...v2.7.0
v2.6.0
v2.5.0
This minor release adds grid information functions to the python interface and changes to the command line interface.
Features
- added
cgnsutilities.getTotalCellsNodes
to get the number of cells/nodes in a grid (#31) - added
cgnsutilities.getWallCellsNodes
to get the number of cells/nodes on wall boundaries in a grid (#31) - changed some of the options from the
cgns_utils
command line interface to be more descriptive. This is a backward incompatible change. All previously defined options are still available, some may have been renamed. (#41, #37)