-
Notifications
You must be signed in to change notification settings - Fork 10
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
Maint: python version, CI/CD, tiled dependency #40
Merged
Conversation
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
maffettone
force-pushed
the
tax-day-updates
branch
from
May 9, 2024 18:16
cd36204
to
aeaeeb1
Compare
maffettone
force-pushed
the
tax-day-updates
branch
from
May 9, 2024 18:23
aeaeeb1
to
c831d2c
Compare
tacaswell
approved these changes
May 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self merge when CI is green.
maffettone
force-pushed
the
tax-day-updates
branch
3 times, most recently
from
May 9, 2024 19:49
e188114
to
7893df5
Compare
maffettone
force-pushed
the
tax-day-updates
branch
from
May 9, 2024 20:37
7893df5
to
67f9993
Compare
maffettone
force-pushed
the
tax-day-updates
branch
4 times, most recently
from
May 10, 2024 00:39
a4ca44a
to
d57edd9
Compare
maffettone
force-pushed
the
tax-day-updates
branch
from
May 10, 2024 00:55
d57edd9
to
51e19a7
Compare
Merging despite test suite struggling with unpredictable segfaults in GHA. Putting in an issue to minimize reliance on kafka/zmq for testing. |
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.
Description
Expand CI/CD to include Python 3.9--3.12. Keeping in line with Bluesky, but adding no regression to 3.8. There is ongoing discussion about how Bluesky will drop support for Python versions, so will react with that accordingly.
Tiled api changed. This was only relevant for importing objects for type hinting. That has been fixed.
Motivation and Context
Closes #33
Closes #28
Closes #38
Summary of Changes for Release Notes
Fixed
Tiled API depenedency
Added
Optional plan factory for async agents to override default
measurement_plan
.Changed
Python support and CI/CD.
Removed
How Has This Been Tested?