Releases: mdolab/baseclasses
Releases · mdolab/baseclasses
v1.8.1
v1.8.0
v1.7.0
New Features
- Adding a simple parser to parse string format by @eirikurj in #86
- Add a general solver history class by @A-CGray in #58
- add
getIter
method to SolverHistory by @A-CGray in #87 - Added function to compare list of strings by @nwu63 in #82
Maintenance and bug fixes
- Fix test for when mpi4py is unavailable by @nwu63 in #81
- Better equality testing by @nwu63 in #84
- Fix read functions when file does not exist by @nwu63 in #83
- Better dtype check by @nwu63 in #85
Documentation
- Revamp thermodynamic state documentation by @gang525 in #78
New Contributors
- @gang525 made their first contribution in #78
Full Changelog: v1.6.2...v1.7.0
v1.6.2
New features
None
Bug fixes
- Redirect fix by @DavidAnderegg in #79
- Fixed aeroDV value setting by @sseraj in #80
Docs/Maintenance
- Update azure-pipelines.yaml by @marcomangano in #75
- Clarified that AeroProblem angles are in degrees by @sseraj in #76
- added docs require by @marcomangano in #77
New Contributors
- @DavidAnderegg made their first contribution in #79
Full Changelog: v1.6.1...v1.6.2
v1.6.1
v1.6.0
New Features
- Redirect IO function from multipoint has been moved to
baseclasses.utils.redirectIO
and now supports separate stdout/stderr files by @akleb in #69 - New redirectIO function
redirectingIO
that works with python context manager to redirect output streams within a pythonwith
block.
Maintenance
Full Changelog: v1.5.4...v1.6.0
v1.5.4
New features
- Added some utility functions by @nwu63 in #70
- added optional flush option to custom pp function by @marcomangano in #71
- Refactoring pp in BaseSolver to use an updating pp in utils. by @eirikurj in #72
Maintenance
Full Changelog: v1.5.3...v1.5.4