-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Rename create_viewer_preference #2167
Conversation
aef2c89
to
5b36b3e
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2167 +/- ##
==========================================
+ Coverage 94.34% 94.36% +0.01%
==========================================
Files 43 43
Lines 7572 7572
Branches 1488 1488
==========================================
+ Hits 7144 7145 +1
Misses 263 263
+ Partials 165 164 -1
☔ View full report in Codecov by Sentry. |
Could you please replace the PR title with some more meaningful one? See https://pypdf.readthedocs.io/en/latest/dev/intro.html#commit-messages for additional information. |
@stefan6419846 sure, this is related to another recent change @pubpub-zz and @MartinThoma have been working on, so it would be good to get their feedback too. I'm not sure if this should also be ENH or STY or something else? |
I'm not fond of creating automatically the view_preference object: |
aaeacf1
to
6d41025
Compare
@pubpub-zz ok, I updated this pull request with just the rename discussed here: #2105 (comment) @MartinThoma I think this is ready to merge if it's OK with you and @pubpub-zz now?
|
@marcstober |
@pubpub-zz yes, I'd originally thought this could be merged first |
duplicate of #2190 |
less work for @MartinThoma already over busy 😉 |
Proposed change to not include
create_viewer_preference
in the public API. Also fix some docstring typos.See #2144