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

[ENH] Corpus Viewer: Output selected data and memorize selection #562

Merged
merged 1 commit into from
Oct 2, 2020

Conversation

PrimozGodec
Copy link
Collaborator

Issue

Fixes #507

Description of changes
  • Save selection as a context-setting
  • Output intersection between filtered and selected documents
  • Fix splitter that has always at least half of the pane for the viewer
Includes
  • Code changes
  • Tests
  • Documentation

@PrimozGodec PrimozGodec changed the title [ENH] Corpus Viewer: Output selected data and memorize selection [WIP][ENH] Corpus Viewer: Output selected data and memorize selection Aug 22, 2020
@ajdapretnar
Copy link
Collaborator

Thanks for the PR!

I have to say I am not a fan of not seeing anything upon opening the widget. Orange doesn't normally work that it - it has a smart default.

Filtering also sometimes produces strange results. I mean the highlight doesn't match the filter on first view. If I select something or click anywhere else, the view gets updated and it is correct.

@PrimozGodec PrimozGodec force-pushed the corpus-viewer-output-sel branch 2 times, most recently from e207135 to bab643e Compare August 26, 2020 08:20
@codecov-commenter
Copy link

codecov-commenter commented Aug 26, 2020

Codecov Report

Merging #562 into master will increase coverage by 5.16%.
The diff coverage is 85.71%.

@@            Coverage Diff             @@
##           master     #562      +/-   ##
==========================================
+ Coverage   68.72%   73.88%   +5.16%     
==========================================
  Files          66       66              
  Lines        7443     7474      +31     
  Branches      996     1000       +4     
==========================================
+ Hits         5115     5522     +407     
+ Misses       2157     1749     -408     
- Partials      171      203      +32     

@PrimozGodec PrimozGodec force-pushed the corpus-viewer-output-sel branch from bab643e to feb8e8b Compare August 26, 2020 09:01
@PrimozGodec PrimozGodec force-pushed the corpus-viewer-output-sel branch from feb8e8b to 6f1c480 Compare September 7, 2020 08:11
@PrimozGodec PrimozGodec changed the title [WIP][ENH] Corpus Viewer: Output selected data and memorize selection [ENH] Corpus Viewer: Output selected data and memorize selection Sep 7, 2020
@ajdapretnar ajdapretnar merged commit f49142a into biolab:master Oct 2, 2020
@PrimozGodec PrimozGodec deleted the corpus-viewer-output-sel branch March 29, 2023 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Corpus Viewer output only selected documents
3 participants