Releases: mdolab/pysurf
Releases · mdolab/pysurf
v1.3.3
What's Changed
- Refactor complex build to use complexify library by @sseraj in #24
- Update .readthedocs.yaml by @eirikurj in #26
- Added docs on creating triangulated meshes in Pointwise by @shubham135sd in #25
- Updated Intel config file to work with HPE MPI by @sseraj in #27
- Updated Tapenade to latest version by @sseraj in #29
- Minor fix to support CGNS 4.4 by @eirikurj in #28
- Update config_LINUX_INTEL.mk by @A-CGray in #30
- Make Intel config compiler check more robust by @eirikurj in #31
- Fix icc check by @A-CGray in #32
- Update outdated documentation status badge by @eirikurj in #33
- Fixed CGNS deallocation by @sseraj in #34
- Use CGNS data types by @DavidAnderegg in #35
- Update package requirements by @marcomangano in #38
New Contributors
- @shubham135sd made their first contribution in #25
- @A-CGray made their first contribution in #30
- @DavidAnderegg made their first contribution in #35
- @marcomangano made their first contribution in #38
Full Changelog: v1.3.2...v1.3.3
v1.3.2
v1.3.1
v1.3.0
New features
Maintenance
- Commented out debug output in intersectionAPI by @sseraj in #8
- Removed PETSc by @sseraj in #9
- Tapenade check by @sseraj in #10
- Changed branch name by @sseraj in #11
- Update make rules with proper format by @eirikurj in #13
- Cleaned up imports by @sseraj in #12
Full Changelog: v1.2.0...v1.3.0
v1.2.0
This release marks a substantial reorganization of the repo with the following key changes (#7):
- Removed all deprecated functionality, including hyperbolic surface collar mesh generation. The TSurf module and the Tecplot interface remain.
- Reorganized the repo into a Python package with a directory structure similar to other MDO Lab Fortran codes.
- Added tests for some TSurf functions.