doctr
doctr copied to clipboard
[BREAKING] Drop TensorFlow backend
This PR:
- Remove all TensorFlow content
- Add PyTorch as fixed dependency
- Drop documentation versions which rely on TensorFlow backend
- Remove conda which does not support PyTorch builds anymore - since 2.15
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.27%. Comparing base (
d01acdd) to head (d297a9c). Report is 2 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #1967 +/- ##
==========================================
- Coverage 96.93% 96.27% -0.66%
==========================================
Files 172 141 -31
Lines 8633 6037 -2596
==========================================
- Hits 8368 5812 -2556
+ Misses 265 225 -40
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 96.27% <100.00%> (-0.66%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
NOTE: API test will fail until merged
@sebastianMindee That should be everything for a first round to get rid of TensorFlow :sweat: :sweat_smile: API test should be green after it's merged