Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Deprecate avconv animation writers. #16408

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

Merged
merged 1 commit into from
Feb 4, 2020
Merged

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Feb 4, 2020

See changelog. (avconv was a fork of ffmpeg which has kept the same
CLI, so the ffmpeg writers are good enough anyways.)

PR Summary

PR Checklist

  • Has Pytest style unit tests
  • Code is Flake 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

See changelog.  (avconv was a fork of ffmpeg which has kept the same
CLI, so the ffmpeg writers are good enough anyways.)
@anntzer anntzer added this to the v3.3.0 milestone Feb 4, 2020
@codecov
Copy link

codecov bot commented Feb 4, 2020

Codecov Report

Merging #16408 into master will decrease coverage by 5.99%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16408      +/-   ##
==========================================
- Coverage   80.85%   74.85%   -6.00%     
==========================================
  Files         307      276      -31     
  Lines       75746    68658    -7088     
  Branches     9691     9688       -3     
==========================================
- Hits        61244    51394    -9850     
- Misses      11962    14909    +2947     
+ Partials     2540     2355     -185     
Impacted Files Coverage Δ
lib/matplotlib/backends/backend_gtk3cairo.py 0.00% <0.00%> (-100.00%) ⬇️
...b/matplotlib/backends/qt_editor/formsubplottool.py 0.00% <0.00%> (-100.00%) ⬇️
lib/matplotlib/backends/backend_qt5cairo.py 0.00% <0.00%> (-89.19%) ⬇️
lib/matplotlib/backends/backend_qt4agg.py 20.00% <0.00%> (-80.00%) ⬇️
lib/matplotlib/tests/test_backend_qt.py 14.75% <0.00%> (-78.38%) ⬇️
lib/matplotlib/tests/test_backend_cairo.py 25.00% <0.00%> (-75.00%) ⬇️
lib/matplotlib/tests/test_usetex.py 30.55% <0.00%> (-69.45%) ⬇️
lib/matplotlib/backends/backend_wxcairo.py 0.00% <0.00%> (-64.00%) ⬇️
lib/matplotlib/backends/backend_qt5agg.py 10.63% <0.00%> (-63.83%) ⬇️
lib/matplotlib/backends/backend_pgf.py 19.08% <0.00%> (-61.03%) ⬇️
... and 198 more

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 7b6eb77...bb7609c. Read the comment docs.

@jklymak
Copy link
Member

jklymak commented Feb 4, 2020

I think you are getting hit w/ the codecov posts because Travis is taking so long. I wonder if we can set codecov to wait longer?

@timhoffm timhoffm merged commit 9c4e686 into matplotlib:master Feb 4, 2020
@anntzer anntzer deleted the unavconv branch February 4, 2020 23:48
@anntzer
Copy link
Contributor Author

anntzer commented Feb 5, 2020

@jklymak Looks like pillow is experimenting the same issue with codecov per https://community.codecov.io/t/prs-are-commented-even-with-comment-off/941; I'll see if anything shows up on that thread.

@jklymak
Copy link
Member

jklymak commented Feb 5, 2020

Yes, or remove a lot of the redundant testing on Travis now that a lot of it is on azure?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants