-
Notifications
You must be signed in to change notification settings - Fork 374
Bug incorrect plot displayed after sorting table rows in webapp #690
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
Open
dalestee
wants to merge
28
commits into
MAIF:master
Choose a base branch
from
dalestee:Bug-incorrect-plot-displayed-after-sorting-table-rows-in-webapp
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+10
−7
Open
Changes from 25 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
7dc6b4c
fix error
dalestee 759969b
test
fd7700d
test: action should pass with 3.14 and without 3.9 and 3.10
dalestee 9075f78
other version mods
dalestee c07499a
test normal
dalestee 888fe2a
test as before
dalestee b30cbf1
test without 3.9 and 3.10. plus 3.14
dalestee 60b2a60
fix error
dalestee f78e496
test after fixing ruff errors with ruff format
dalestee 6f741f8
Fix remaining ruff issues
dalestee 6993462
replacing isinstance(A, (X, Y)) by isinstance(A, X | Y)
dalestee 93c917b
Format code with ruff
dalestee 2c23de7
python tests passed
dalestee a2cc2eb
fix pyupgrade
dalestee 38b6a4f
reducing tests
dalestee 3cbb0f3
hook precommit
dalestee f4ef3df
added tests names
dalestee 6abb1aa
test all versions at the same time
dalestee 23cf492
Update shapash/explainer/multi_decorator.py
dalestee 7175266
Update shapash/decomposition/contributions.py
dalestee 39172ad
changing versions for pyupgrade
dalestee be9c5d8
ruff
dalestee 10d191d
fix: possible bug where if it was a Series instead of a DataFrame it …
dalestee fc2856e
upgrade: more robust syntax
dalestee e379c50
update: readme
dalestee a48ac19
fix: correcting fallback
dalestee 570e531
fix: fixing boolean mistake
dalestee 14da385
Merge branch 'master' into Bug-incorrect-plot-displayed-after-sorting…
dalestee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
The PR description focuses on a webapp table-sorting selection bug, but this change also bumps the supported Python range (drops 3.9/3.10 and adds 3.14) and updates CI/pre-commit accordingly. Please update the PR description/title to reflect this broader compatibility change, or split the Python version bump into a separate PR for easier review/release notes.