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

chore(deps): make Qt backend optional #350

Merged
merged 23 commits into from
Jan 26, 2024
Merged

chore(deps): make Qt backend optional #350

merged 23 commits into from
Jan 26, 2024

Conversation

jeertmans
Copy link
Owner

@jeertmans jeertmans commented Jan 12, 2024

TODO:

  • Add relevant entry in CHANGELOG
  • Update install documentation
  • Make sure manim-slides convert can run without any Qt backend
  • Make sure test suite works (partially) without any Qt backend
  • Make sure we can import manim_slides without any Qt backend
  • Add a working PyQt backend as extra?

@jeertmans jeertmans added dependencies Pull requests that update a dependency file lib Related to the library (a.k.a. module) qt Related to Qt (or its Python binding) labels Jan 12, 2024
Copy link

codecov bot commented Jan 12, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (f260d0d) 80.33% compared to head (3121b9a) 79.68%.

Files Patch % Lines
manim_slides/present/player.py 72.72% 3 Missing ⚠️
manim_slides/wizard/__init__.py 98.03% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #350      +/-   ##
==========================================
- Coverage   80.33%   79.68%   -0.65%     
==========================================
  Files          21       22       +1     
  Lines        1795     1797       +2     
==========================================
- Hits         1442     1432      -10     
- Misses        353      365      +12     

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

jeertmans and others added 3 commits January 19, 2024 08:48
TODO:
- [ ] Add relevant entry in CHANGELOG
- [ ] Update install documentation
- [ ] Make sure `manim-slides convert` can run without any Qt backend
- [ ] Make sure test suite works (partially) without any Qt backend
- [ ] Make sure we can import `manim_slides` without any Qt backend
jeertmans and others added 6 commits January 19, 2024 13:27
TODO:
- [ ] Add relevant entry in CHANGELOG
- [ ] Update install documentation
- [ ] Make sure `manim-slides convert` can run without any Qt backend
- [ ] Make sure test suite works (partially) without any Qt backend
- [ ] Make sure we can import `manim_slides` without any Qt backend

As of `v5.1`, you **need** to have Qt bindings installed to use
`manim-slides present` or `manim-slides wizard`. The recommended way to
install those is via optional dependencies, as explained above.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[LanguageTool] reported by reviewdog 🐶
The verb ‘is’ is singular. Did you mean: “this is” or “those are”? (SINGULAR_VERB_AFTER_THESE_OR_THOSE[1])
Suggestions: this is, those are
Rule: https://community.languagetool.org/rule/show/SINGULAR_VERB_AFTER_THESE_OR_THOSE?lang=en-US&subId=1
Category: GRAMMAR

@jeertmans jeertmans merged commit 16f740d into main Jan 26, 2024
18 of 23 checks passed
@jeertmans jeertmans deleted the use-qtpy branch January 26, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file lib Related to the library (a.k.a. module) qt Related to Qt (or its Python binding)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] make PySide6 an optional dependency [BUG] Can't render the animation, Python3.9 not supported
1 participant