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

Filter nested metadata #425

Merged
merged 7 commits into from
Jan 27, 2020
Merged

Filter nested metadata #425

merged 7 commits into from
Jan 27, 2020

Conversation

mwouts
Copy link
Owner

@mwouts mwouts commented Jan 27, 2020

Filtering nested cell and notebook metadata is now possible! This closes #416.

@codecov
Copy link

codecov bot commented Jan 27, 2020

Codecov Report

Merging #425 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #425      +/-   ##
==========================================
+ Coverage   98.93%   98.94%   +<.01%     
==========================================
  Files          75       75              
  Lines        7608     7645      +37     
==========================================
+ Hits         7527     7564      +37     
  Misses         81       81
Impacted Files Coverage Δ
jupytext/cell_to_text.py 97.3% <100%> (ø) ⬆️
jupytext/formats.py 98.66% <100%> (ø) ⬆️
tests/test_metadata_filter.py 100% <100%> (ø) ⬆️
jupytext/version.py 100% <100%> (ø) ⬆️
jupytext/compare.py 99.33% <100%> (-0.02%) ⬇️
jupytext/metadata_filter.py 100% <100%> (ø) ⬆️
jupytext/jupytext.py 98.59% <100%> (ø) ⬆️
tests/test_contentsmanager.py 100% <100%> (ø) ⬆️
jupytext/combine.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a6512d...d4500fc. Read the comment docs.

@mwouts mwouts merged commit 0dec43d into master Jan 27, 2020
@mwouts mwouts deleted the filter_nested_metadata branch February 16, 2020 22:33
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.

how to get rid of jupytext_version in the notebook metadata
1 participant