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

Fedsd compatibility with pandas 2.0 #1836

Merged
merged 3 commits into from
Jun 10, 2023
Merged

Fedsd compatibility with pandas 2.0 #1836

merged 3 commits into from
Jun 10, 2023

Conversation

ChadliaJerad
Copy link
Collaborator

This PR fixes issue #1834.
It also makes fedsd correctly match non-tagged messages, which enables the visualization of exchanged messages within physical connections.

@ChadliaJerad ChadliaJerad requested a review from edwardalee June 9, 2023 21:36
@ChadliaJerad ChadliaJerad added tracing Related to the tracing functionality of various targets. bugfix labels Jun 9, 2023
Copy link
Collaborator

@edwardalee edwardalee left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for fixing this.

Copy link
Collaborator

@edwardalee edwardalee left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for fixing this.

As usual, there are test failures that have nothing to do with this PR. Not sure what to do about that.

@petervdonovan
Copy link
Collaborator

The failing C++ test seems the same as #1818.

It is possible that the failing LSP test might have something to do with compiling in parallel such that the output gets interleaved and garbled. But I'm not sure, and this is awkward for me to reproduce since it seems like I do not have the same compiler on my system as is in CI.

I'm also not sure what our policy should be when this happens.

@lhstrh lhstrh changed the title Fedsd fix pandas2.0 Fedsd compatibility with pandas 2.0 Jun 10, 2023
@lhstrh lhstrh enabled auto-merge June 10, 2023 07:08
@lhstrh lhstrh added this pull request to the merge queue Jun 10, 2023
@lhstrh lhstrh merged commit 26728e7 into master Jun 10, 2023
@lhstrh lhstrh deleted the fedsd-fix-pandas2.0 branch June 10, 2023 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix tracing Related to the tracing functionality of various targets.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fedsd does not work with Pandas 2.0
4 participants