v3.6.0
What's Changed
- Replace MarkupPy by ElementTree for html conversion by @claudep in #554
- Fixes #243 - Support import_set for html input by @claudep in #555
- Clean up some IDE warnings by @hugovk in #559
- Get row method by @yoonthegoon in #557
- feat:
transpose
support dataset with no headers by @sgqy in #560 - Fix crash when loading databook from XLS by @jpvanhal in #563
- Fixes #567 - Implement ods import by @claudep in #568
- Refactor
import datetime
asimport datetime as dt
by @hugovk in #569 - Move
src/tablib/packages/dbfpy
tosrc/tablib/_vendor/dbfpy
by @hugovk in #570 - fix(ods): None values are not displayed as string by @hoccau in #566
- Update README.md: add LaTeX format by @mloesch in #571
- Avoid skipping entire tests when pandas is not installed by @claudep in #574
- Fixes #572 - Allow appending rows after a dynamic column was inserted by @claudep in #573
- Removed OrderedDict usage by @claudep in #581
- Fixes #578 - Do not mutate data in place when applying formatters by @claudep in #579
- Fixes #583 - Allow inserting columns for dataset with headers and no values by @claudep in #584
New Contributors
- @yoonthegoon made their first contribution in #557
- @sgqy made their first contribution in #560
- @jpvanhal made their first contribution in #563
- @hoccau made their first contribution in #566
Full Changelog: v3.5.0...v3.6.0