Skip to content

v3.6.0

Compare
Choose a tag to compare
@claudep claudep released this 23 Mar 11:05
· 12 commits to master since this release
c886784

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 as import datetime as dt by @hugovk in #569
  • Move src/tablib/packages/dbfpy to src/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

Full Changelog: v3.5.0...v3.6.0