jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.6k stars 592 forks source link

Remove versionchanged/added directives from before 1.0 #575

Closed claudep closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (01ac5e6) 92.46% compared to head (b503ad2) 92.46%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #575 +/- ## ======================================= Coverage 92.46% 92.46% ======================================= Files 28 28 Lines 2961 2961 ======================================= Hits 2738 2738 Misses 223 223 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hugovk commented 9 months ago

I looked up some numbers, about 5% are still using a 0.x version!

image
claudep commented 9 months ago

We can pause this PR if you like, however the most recent deleted directive, 0.9.5, was released on March 2011!

hugovk commented 9 months ago

That's quite a while ago! I'm guessing systems with such old versions aren't in a rush to upgrade the new features!

Feel free to merge once the conflict is resolved.