Skip to content

Releases: mdolab/CMPLXFOIL

v2.1.1

13 Aug 13:35
9272199
Compare
Choose a tag to compare

What's Changed

  • Added option to toggle convergence printout by @sseraj in #30

Full Changelog: v2.1.0...v2.1.1

v2.1.0

07 Aug 15:02
3ea3b9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.1.0

v2.0.4

17 Jul 19:33
581dcfd
Compare
Choose a tag to compare

What's Changed

  • Match complex version convergence tolerances to real version by @eytanadler in #28

Full Changelog: v2.0.3...v2.0.4

v2.0.3

12 Jul 18:33
9ab8eec
Compare
Choose a tag to compare

What's Changed

  • Add note on making CMPLXFOIL super fast to build instructions by @A-CGray in #22
  • Update .readthedocs.yaml by @eirikurj in #23
  • Add config check to use latest intel compilers by @A-CGray in #26
  • Fix crash in fortran layer by @eytanadler in #27

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

15 Mar 14:36
64b7522
Compare
Choose a tag to compare

This patch fixes matplotlib imports and updates the niceplots calls to reflect the new interface in niceplots v2 (this requires updating niceplots to at least v2.0.0).

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

06 Oct 15:26
99bdfb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

02 Aug 20:45
3c5d1ca
Compare
Choose a tag to compare

Complete overhaul of the Python interface to use the MDO Lab baseclasses and be compatible with the MACH framework.

What's Changed

New Contributors

Full Changelog: v1.1.0...v2.0.0

v1.1.0

18 May 14:24
888dc49
Compare
Choose a tag to compare

Features

None

Bug fixes

  • Fixes compiler names in default configuration files to compile Fortran source files
  • Updates Intel compiler name to run f2py with Intel compiler

Maintenance

  • Adds Azure DevOps for checking formatting, linting, code building / installing, and functionality testing
  • Standardizes code for formatting (Black) and linting (flake8) standards

v1.0.0

11 May 15:39
87add75
Compare
Choose a tag to compare

Features

None

Bug fixes

None

Maintenance

  • Modernized code to make compatible with Python 3 (#1)
  • Reorganized repository and added required setup.py to make code PIP-installable (#2 and #3)
  • Refactored Makefiles (one for real, one for complex, one master) to standardize build process with other MDO Lab codes (#3)

NOTE: To compile this version, the default configuration files must be adjusted to rename the parameter FC to FF90.