Skip to content

Releases: mdolab/cgnsutilities

v2.7.1

02 Mar 19:58
d3f6a4c
Compare
Choose a tag to compare

New features

  • Bounding box function and mirrorGrid changes by @anilyil in #59

Maintenance

Full Changelog: v2.7.0...v2.7.1

v2.7.0

12 May 19:58
2bde4dd
Compare
Choose a tag to compare

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

Full Changelog: v2.6.0...v2.7.0

v2.6.0

04 Feb 15:25
5922236
Compare
Choose a tag to compare

New features

  • Added function to get block info (#43)
  • Pass options to simpleOCart (#45)
  • Coarsen and overwritebcs modifications (#44)

Bug fixes

  • combineGrids bugfixes (#46)

Maintenance

  • Standardize code to F2008 (#42)
  • Added comment about finding block numbers (#48)

Full Changelog: v2.5.0...v2.6.0

v2.5.0

11 Jun 23:55
420198e
Compare
Choose a tag to compare

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)

Bug Fixes

  • fixed an issue (#32) wiith overwriteBC where some boundary conditions would be duplicated rather than overwritten (#33)
  • functions now raise errors instead of exiting (#34)
  • reformatted help strings (#36)

v2.4.0

03 Mar 10:44
28a5493
Compare
Choose a tag to compare

This minor release removes support for CGNS library version older than 3.3.0 (#30)

v2.3.0

25 Feb 15:30
d7b9741
Compare
Choose a tag to compare

Bugfixes

  • Fix NumPy Deprecation Warning (#29)
  • Unicode escape sequence in regex (#27)
  • Updated pyHyp options (#23)

Maintenance

  • Moved to Azure (#25)
  • black + flake8 formatting (#22)
  • Update setup.py (#17)

v2.2.0

02 Jul 22:49
49e5413
Compare
Choose a tag to compare

This is a new minor release. cgnsUtilities now support installation via pip.

v2.1.0

26 Apr 15:36
f95b3ec
Compare
Choose a tag to compare

This minor release adds support for python 3.

v2.0

12 Feb 20:42
4e329f0
Compare
Choose a tag to compare

Code now requires the following dependency versions:

  • CGNS 3.3.0

v1.0

04 Nov 19:42
43d6397
Compare
Choose a tag to compare
Merge pull request #4 from GodotMisogi/master

Minor fix to mgcycle variable mutation in simpleCart