Merged
Conversation
* only trigger autofixing if all tests pass * disable UI-test dependency as they are currently broken so that the autofix actually runs * make sure graphql schema is actually updated and improve compile time in format workflow * install all dependencies for the stubs-gen * create a venv to avoid problems with maturin * disable needs to speed up testing the workflow * don't install raphtory twice * need to activate the venv * new attempt at getting the fast install to work properly * reenable needs checks * chore: apply tidy-public auto-fixes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* register plugins in stable order to avoid churn in the docs * clean up warnings
* remove unused import of pandas internals * attempt to fix tox tests for pandas>=3 * fix test for renamed pandas dtype * rejig tests and dependency management * make dev install everything * make doc tests cleanup the output * use duckdb to read the files instead of interfacing with pandas
Contributor
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.
| Benchmark suite | Current: b9304d7 | Previous: 4707062 | Ratio |
|---|---|---|---|
lotr_graph/num_nodes |
1 ns/iter (± 0) |
0 ns/iter (± 0) |
+∞ |
This comment was automatically generated by workflow using github-action-benchmark.
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.
What changes were proposed in this pull request?
Add relevant changes from master to v16
Why are the changes needed?
Get the CI for the v16 branch working properly
Does this PR introduce any user-facing change? If yes is this documented?
How was this patch tested?
Are there any further changes required?