Aviary 1.0 API refresh#1113
Merged
Merged
Conversation
jkirk5
marked this pull request as ready for review
April 29, 2026 13:53
| from aviary.utils.aviary_values import AviaryValues | ||
| from aviary.utils.csv_data_file import read_data_file, write_data_file | ||
| from aviary.utils.data_interpolator_builder import build_data_interpolator | ||
| from aviary.variable_info.enums import ( |
Member
There was a problem hiding this comment.
Enums might be useful in here because users import them for their phase_info.
Contributor
Author
There was a problem hiding this comment.
They are still there! See the next added line (import *) - I assumed users will want ALL enums, and automatically add them as we create more, although if that is not true we can revert (if some are intended to be developer only)
Member
There was a problem hiding this comment.
Oh, they are! yeah, we probably want them all.
Kenneth-T-Moore
approved these changes
Apr 29, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Apr 29, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Summary of PR.
Related Issues
get_item()does not raise error on failure #985Backwards incompatibilities
get_items(),get_values(),get_keys()functions ofNamedValuesare now methods whose names match Python dictionary methods (items(),values(),keys()). Deprecation warnings are in place for the removed functions.Removed items from api.py:
New Dependencies
None