This repository was archived by the owner on Apr 1, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
fix: suppress JSONDtypeWarning in Anywidget mode and clean up progress output #2441
Merged
Merged
Changes from 35 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
4134750
feat: Disable progress bars in Anywidget mode to reduce notebook clutter
shuoweil 3b7ce8e
feat: guard polar engine
shuoweil 6d42400
Merge branch 'main' into shuowei-anywidget-disable-log
shuoweil 196c111
fix: Implement safe JSON decoding in Polars compiler
shuoweil 56383f5
chore: suppress JSONDtypeWarning in TableWidget
shuoweil fd978af
chore: suppress JSONDtypeWarning in Anywidget display mode
shuoweil 15e0382
fix: avoid accessing dtypes in DataFrame.columns to prevent premature…
shuoweil afa099b
fix: remove initial 'Starting.' message from progress bars
shuoweil a68d818
fix: suppress JSONDtypeWarning in _get_display_df_and_blob_cols
shuoweil 44dedaa
fix: revert warning suppression in dataframe.py to strictly limit to …
shuoweil ea81d06
Merge branch 'main' into shuowei-anywidget-disable-warning
shuoweil 4bf00da
fix: fix regression in DataFrame.columns returning flat Index for Mul…
shuoweil 33e1d4e
chore: suppress future warning
shuoweil 647927f
chore: suppress python version support warnings
shuoweil 4740708
revert: Roll back to state at 41347509f
shuoweil f02f304
Merge branch 'main' into shuowei-anywidget-disable-log
shuoweil 1e5f52a
test: pass the session in
shuoweil f162040
chore: remove all unrealted change
shuoweil 4ce97d5
chore: move the place to take fflag
shuoweil 191dbdd
chore: suppress JSONDtypeWarning in TableWidget
shuoweil 0e3d8cf
chore: suppress JSONDtypeWarning in Anywidget display mode
shuoweil 3a116ad
fix: avoid accessing dtypes in DataFrame.columns to prevent premature…
shuoweil 820fa26
fix: suppress JSONDtypeWarning in _get_display_df_and_blob_cols
shuoweil 104a7cf
fix: revert warning suppression in dataframe.py to strictly limit to …
shuoweil 1f3a6d7
chore: suppress future warning
shuoweil 6ebb05d
chore: suppress python version support warnings
shuoweil 52aef7f
fix: fix regression in DataFrame.columns returning flat Index for Mul…
shuoweil 726d150
test: pass session into astype tests
shuoweil e7a9478
fix: address review comment in formatting_helpers.py
shuoweil ee26056
refactor: simplify TableWidget constructor
shuoweil f0e86aa
Merge branch 'shuowei-anywidget-disable-future-warnings' into shuowei…
shuoweil 713c83b
fix: move warning suppression to top of __init__
shuoweil c807194
Merge branch 'main' into shuowei-anywidget-disable-warning
shuoweil 7cc991e
Merge branch 'main' into shuowei-anywidget-disable-warning
shuoweil f48b69b
Merge branch 'main' into shuowei-anywidget-disable-warning
shuoweil e6f5b76
refactor: simplify warning suppression by relying on global filter
shuoweil 3d3bc2d
Merge branch 'main' into shuowei-anywidget-disable-warning
shuoweil 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
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.
nit: let's add a comment on why no action is needed.
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.
Done. I have added a comment explaining that we are skipping it to reduce noise in the terminal.