-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow newest version of OpenMDAO (#400)
* Removed upper bound on OM version added bi-monthly scheduled tests * Update to Python 3.10 for GHA and use MDO Lab flake8 and black tests * Formatted for new version of black * Moved flake8 OAS config file so MDO Lab action will pick it up * Trying to make flake8 happy * More flake8 changes * Whoops I messed up one of the tests * Test oldest package versions in GHA build * Fixing bugs in GHA file * More bugs with quotation marks * Updated oldest OM version and bumped patch version of OAS * Try older pytest version to fix seg fault in GHA * Try newer Python version for oldest and get rid of OpenVSP and pyGeo for debugging * Try back to 3.8 * Add in pySpline and pyGeo * Broke with pySpline/pyGeo, try only OpenVSP * See if OpenVSP is changing the numpy version * Trying an older vsp version so numpy doesn't update * Try installing OpenVSP before OAS and other deps * Add back in pySpline and pyGeo....*gulp* * Move pySpline/Geo install to after OAS install since it needs numpy * The error returns.....see if it can be reproduced without OpenVSP to save debugging time * Does Python 3.9 work * Try Python 3.10, otherwise it's a package issue * Oops, numpy 1.20 doesn't work on Python 3.10, try Python 3.8 but with the newest numpy scipy and OM * Python 3.8 with newest numpy scipy OM still breaks, try 3.10 with newest just to sanity check * Works as expected, try back to 3.8 with newest allowed numpy scipy and OM * See if working build on Python 3.10 works with older setuptools, the only package difference between working and not * Python version is the problem, try 3.9 again * See if Python 3.11 works just for fun * Does it really work fine without pygeo, wtf matplotlib... * How about an older matplotlib * Try an older version of pyGeo * Fixed type in GHA build file * Changed name to specify pygeo version * Try pyGeo v1.12.0 * pyGeo 1.12.0 seems to work, try 1.12.1 * pyGeo 1.12.1 seems to work, try 1.12.2 * pyGeo 1.12.2 seems to work, try latest again * Revert back to pyGeo 1.12.2 for the old build * Get rid of tagged matplotlib version * Add back in OpenVSP * Cleaning up the YAML file * Kinda abusing the build matrix but whatchagonnado * gabagool * Maya Angelou: You will face many defeats in life, but never let yourself be defeated * New table for RTD * pyGeo v1.6.0 on oldest build * Does pyGeo error go away if I install OAS in place * Go back to working build with pyGeo 1.6.0 and update docs
- Loading branch information
1 parent
473232a
commit 71045b3
Showing
88 changed files
with
148 additions
and
310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "2.5.2" | ||
__version__ = "2.5.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.