jazzband / tablib

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

Document upcoming breaking change in 2.0.0 #455

Closed hugovk closed 4 years ago

hugovk commented 4 years ago

https://github.com/jazzband/tablib/pull/454 will fix the broken behaviour of Row.lpush, rpush and append and release it in Tablib 2.0.0.

Ahead of that breaking change, announce the upcoming break in Tablib 1.1.0.

codecov[bot] commented 4 years ago

Codecov Report

Merging #455 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #455   +/-   ##
=======================================
  Coverage   90.40%   90.40%           
=======================================
  Files          28       28           
  Lines        2585     2585           
=======================================
  Hits         2337     2337           
  Misses        248      248           
Impacted Files Coverage Δ
src/tablib/formats/_df.py 75.00% <0.00%> (ø) :arrow_up:
src/tablib/formats/_cli.py 90.00% <0.00%> (ø) :arrow_up:
src/tablib/formats/_xls.py 84.70% <0.00%> (ø) :arrow_up:
src/tablib/formats/_json.py 97.36% <0.00%> (ø) :arrow_up:
src/tablib/formats/_ods.py 93.33% <0.00%> (ø) :arrow_up:
src/tablib/core.py 82.98% <0.00%> (ø) :arrow_up:
src/tablib/formats/_rst.py 95.08% <0.00%> (ø) :arrow_up:
src/tablib/packages/dbfpy/fields.py 71.11% <0.00%> (ø) :arrow_up:
src/tablib/formats/_xlsx.py 96.73% <0.00%> (ø) :arrow_up:
src/tablib/formats/_csv.py 100.00% <0.00%> (ø) :arrow_up:
... and 5 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 0c31fcb...6632a81. Read the comment docs.