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

Metadata widget #44

Merged
merged 7 commits into from
Sep 1, 2023
Merged

Conversation

chrishavlin
Copy link
Collaborator

@chrishavlin chrishavlin commented Mar 28, 2023

metadata explorer widget

  • needs tests
  • needs improved formatting

When complete, closes #37

Note: also includes updates to precommit, linting. may split that off depending on how fast this PR moves along.

@chrishavlin chrishavlin added the enhancement New feature or request label Mar 28, 2023
@chrishavlin
Copy link
Collaborator Author

gif of current status:
metadata_xplorer

@codecov
Copy link

codecov bot commented Mar 28, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03% 🎉

Comparison is base (fc43a2d) 99.38% compared to head (e505c5d) 99.42%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   99.38%   99.42%   +0.03%     
==========================================
  Files          29       31       +2     
  Lines        2278     2427     +149     
==========================================
+ Hits         2264     2413     +149     
  Misses         14       14              
Files Changed Coverage Δ
src/yt_napari/_data_model.py 98.59% <100.00%> (+0.08%) ⬆️
src/yt_napari/_ds_cache.py 100.00% <100.00%> (ø)
src/yt_napari/_gui_utilities.py 100.00% <100.00%> (ø)
src/yt_napari/_model_ingestor.py 99.50% <100.00%> (+0.01%) ⬆️
src/yt_napari/_tests/test_metadata_widget.py 100.00% <100.00%> (ø)
src/yt_napari/_widget_matadata.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chrishavlin
Copy link
Collaborator Author

Note: moving precommit updates to #45 , will want to rebase this after that one is merged

@chrishavlin
Copy link
Collaborator Author

ds.print_stats() info would be nice to add too.

@chrishavlin
Copy link
Collaborator Author

chrishavlin commented Jun 5, 2023

just brought in the dataset caching framework, need to actually use it now.

@chrishavlin chrishavlin added this to the v0.2.0 milestone Jun 30, 2023
@chrishavlin chrishavlin modified the milestones: v0.2.0, v0.3.0 Aug 23, 2023
@chrishavlin chrishavlin changed the title [WIP] Metadata widget Metadata widget Sep 1, 2023
@chrishavlin chrishavlin merged commit ba69b8f into data-exp-lab:main Sep 1, 2023
14 checks passed
@chrishavlin chrishavlin deleted the metadata_widget branch September 1, 2023 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dataset metadata exploration
1 participant