Releases: mdolab/CMPLXFOIL
Releases · mdolab/CMPLXFOIL
v2.1.1
v2.1.0
v2.0.4
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
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
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
- Add conda installation to docs by @A-CGray in #20
- Fix plotting and update niceplots commands by @eytanadler in #21
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Removing prefoil dependency (unused) by @bernardopacini in #19
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Complete overhaul of the Python interface to use the MDO Lab baseclasses
and be compatible with the MACH framework.
What's Changed
- Initializing Documentation (RTD) by @bernardopacini in #9
- Allow multiple
xfoilAnalysis
instances by @eytanadler in #11 - Changed branch name by @sseraj in #12
- Updated Azure badge by @sseraj in #13
- Add aero solver interface by @A-CGray in #14
- Fix docs badge and logo on index page by @eytanadler in #17
New Contributors
- @eytanadler made their first contribution in #11
- @sseraj made their first contribution in #12
- @A-CGray made their first contribution in #14
Full Changelog: v1.1.0...v2.0.0
v1.1.0
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
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
.