Skip to content

Releases: mdolab/pysurf

v1.3.2

20 Mar 14:47
f423d0d
Compare
Choose a tag to compare

Maintenance

  • Allow GCC 10+ compilation by @sseraj in #21
  • Minor adjustment to avoid failing make clean by @eirikurj in #22
  • Black format update and RST fixes by @sseraj in #23

Full Changelog: v1.3.1...v1.3.2

v1.3.1

20 Oct 20:41
3f2f060
Compare
Choose a tag to compare

Maintenance

Full Changelog: v1.3.0...v1.3.1

v1.3.0

20 Aug 04:05
8312cc9
Compare
Choose a tag to compare

New features

Maintenance

Full Changelog: v1.2.0...v1.3.0

v1.2.0

04 Oct 14:04
58929b9
Compare
Choose a tag to compare

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.

v1.1.0

01 Mar 18:28
2af054f
Compare
Choose a tag to compare

This minor release contains the following changes:

  • Updating to Python 3 (#4). Python 2 is no longer supported.
  • Dropping support for CGNS versions prior to 3.3.0 (#5).
  • Adding Azure Pipelines to test the compilation process (#5).

v1.0.0

17 Dec 23:06
c3a3d64
Compare
Choose a tag to compare

Initial release. This is the last release to support Python 2.