Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Methods for level 2 revamp part 1. #651

Merged
merged 56 commits into from
Feb 26, 2025
Merged
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
ecaf210
first attempt at separating 2DOF and HE elements from eachother in me…
ehariton Dec 20, 2024
10edc2a
Still CONFLICTS
Kenneth-T-Moore Jan 15, 2025
35fce0d
move TO to the builders
Kenneth-T-Moore Jan 15, 2025
c02d33a
cleanup
Kenneth-T-Moore Jan 15, 2025
f14e400
debugging
Kenneth-T-Moore Jan 15, 2025
ebc5836
Fixed a bug from separting the AviaryGroup
Kenneth-T-Moore Jan 15, 2025
67bf21b
Merge branch 'main' of github.com:OpenMDAO/Aviary into phase_info_revamp
Kenneth-T-Moore Jan 17, 2025
50aa62d
A few more migrations.
Kenneth-T-Moore Jan 21, 2025
fce50f0
Merge branch 'main' of github.com:OpenMDAO/Aviary into phase_info_revamp
Kenneth-T-Moore Jan 21, 2025
4670da3
A few more migrations.
Kenneth-T-Moore Jan 21, 2025
5443f9f
Need to add a builder for solved 2dof
Kenneth-T-Moore Jan 21, 2025
e7f38e5
Most of the obvious stuff moved into the problem builders.
Kenneth-T-Moore Jan 22, 2025
ecab0d8
Most of the obvious stuff moved into the problem builders.
Kenneth-T-Moore Jan 22, 2025
abc5c30
Merge branch 'main' of github.com:OpenMDAO/Aviary into phase_info_revamp
Kenneth-T-Moore Jan 22, 2025
10705ca
Merge latest
Kenneth-T-Moore Jan 24, 2025
bf77a28
Merge latest
Kenneth-T-Moore Jan 24, 2025
0793491
Merge latest
Kenneth-T-Moore Jan 24, 2025
2b0c143
Merge latest
Kenneth-T-Moore Jan 24, 2025
3abdef5
CI failure
Kenneth-T-Moore Jan 24, 2025
1abdfb6
Some cleanup from review
Kenneth-T-Moore Jan 28, 2025
bd8a2f0
Fixup test failure.
Kenneth-T-Moore Jan 28, 2025
0266da8
Merge branch 'aero2' of github.com:Kenneth-T-Moore/om-aviary into pha…
Kenneth-T-Moore Jan 28, 2025
6c3fcc7
moved update_GASP_options() into 2DOF problem builder. moved build_en…
ehariton Jan 29, 2025
5ba7a1c
removed _add_comps_for_objs_and_cons() and instead broke it up into p…
ehariton Jan 29, 2025
e08bfe9
Some more refactor
Kenneth-T-Moore Jan 29, 2025
f2595ed
docstrings
Kenneth-T-Moore Jan 29, 2025
da873e0
docstrings
Kenneth-T-Moore Jan 29, 2025
8e0b3d3
docstrings
Kenneth-T-Moore Jan 29, 2025
790344e
merged changes
ehariton Jan 29, 2025
298f294
Merge branch 'phase_info_revamp' of github.com:Kenneth-T-Moore/om-Avi…
ehariton Jan 29, 2025
13eeed6
updated self ref to prob in HE builder
ehariton Jan 29, 2025
564c3fd
removed second call of add_post_mission_systems() in m4l2
ehariton Jan 29, 2025
c310032
Have a regression
Kenneth-T-Moore Jan 29, 2025
e413c00
pep
Kenneth-T-Moore Jan 29, 2025
7cbb86f
Fixed regression
Kenneth-T-Moore Jan 29, 2025
c4a132a
moved fuel_obj and range_obj execomp back into m4l2 since they should…
ehariton Jan 30, 2025
ce5ce30
moved HE specific set_state_options from m4l2.add_phases() into build…
ehariton Jan 30, 2025
bd9db8d
moved default payload mass for alternative missions out of m4l2 and i…
ehariton Jan 30, 2025
e0a763f
moved default payload mass for alternative missions out of m4l2 and i…
ehariton Jan 30, 2025
f9f4c3d
moved everything_else_origin into the individual builders as get_comp…
ehariton Jan 30, 2025
7a43f64
simplified references to mass_method
ehariton Jan 30, 2025
c808953
tried to fix up mass_method and get_default_payload_mass() but someth…
ehariton Jan 30, 2025
3bbd3b4
Fixed a few things
Kenneth-T-Moore Jan 31, 2025
c4abe3e
Fixed a few regressions.
Kenneth-T-Moore Jan 31, 2025
560929d
Merge branch 'main' of github.com:OpenMDAO/Aviary into phase_info_revamp
Kenneth-T-Moore Jan 31, 2025
4374780
Fix docs
Kenneth-T-Moore Jan 31, 2025
3d652fd
More doc fix
Kenneth-T-Moore Feb 3, 2025
f075e00
Conflict resolve
Kenneth-T-Moore Feb 18, 2025
6fbe298
merge conflict resolve
Kenneth-T-Moore Feb 24, 2025
29309d7
Review
Kenneth-T-Moore Feb 25, 2025
8f1cdb5
Merge branch 'main' of github.com:OpenMDAO/Aviary into phase_info_revamp
Kenneth-T-Moore Feb 25, 2025
b586010
review
Kenneth-T-Moore Feb 25, 2025
3cacd51
review
Kenneth-T-Moore Feb 25, 2025
03ec8a1
Merge branch 'main' of github.com:OpenMDAO/Aviary into phase_info_revamp
Kenneth-T-Moore Feb 26, 2025
201e467
Fixed a small regression.
Kenneth-T-Moore Feb 26, 2025
83621af
Review
Kenneth-T-Moore Feb 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge latest
  • Loading branch information
Kenneth-T-Moore committed Jan 24, 2025
commit 079349167117b40b0d6a35b58a301112819ca695
1 change: 1 addition & 0 deletions aviary/core/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.9.7-dev"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copy/paste from old file? This should be blank right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. This was definitely accidental.

Loading