Skip to content

Releases: ToucanToco/peakina

v0.7.7

03 Mar 12:23
81ded25
Compare
Choose a tag to compare

Changes

🐛 Fixes

  • fix: read_json for edges cases between nrows, lines=True TCTC-1973 (#99) @Sanix-Darker

v0.7.6

02 Mar 21:41
b9ac540
Compare
Choose a tag to compare

Changes

🐛 Fixes

  • fix(json): fix retrocompatibility for read_json on preview_offset param (#97) @Sanix-Darker
  • feat(json): handle preview_nrows param for read_json (#97) @Sanix-Darker

v0.7.5

02 Mar 17:14
aebfc01
Compare
Choose a tag to compare

Changes

🐛 Fixes

  • fix(csv): fix on read_csv for the iterator + added tests chunksize and preview_nrows (#96) @Sanix-Darker

  • fix(excel): fix/catch IndexError when the preview_nrows is upper than the row count (#96) @Sanix-Darker

  • fix(xml): fix a retro compatibility with read_xml on preview_offset param in the function + coverage tests (#96) @Sanix-Darker

v0.7.4

02 Mar 14:12
750748c
Compare
Choose a tag to compare

Changes

🐛 Fixes

  • fix(csv): fix csv reader by removing a predefined chunksize param (#95) @Sanix-Darker

v0.7.3

02 Mar 09:44
b1ff48b
Compare
Choose a tag to compare

Changes

✨ Features

  • feat: preview/pagination optimizations on huge excel file [TCTC-1973] (#86) @Sanix-Darker

v0.7.2

01 Mar 17:00
9e28504
Compare
Choose a tag to compare

Changes

🐛 Fixes

  • fix(csv): set keep_default_na as True by default (as same as pandas) on read_csv for typing (#93 ) @Sanix-Darker

v0.7.1

28 Feb 15:46
8c71616
Compare
Choose a tag to compare

Changes

🐛 Fixed regressions

v0.7.0

22 Feb 18:18
72aafa4
Compare
Choose a tag to compare

Changes

✨ Features

  • feat: pagination + metadata for csv and excel readers [TCTC-1810] (#77) @luc-leonard

📦 Build and dependencies

  • build(deps-dev): bump mkdocs-material from 8.1.11 to 8.2.1 (#78) @dependabot
  • build(deps-dev): bump typing-extensions from 4.0.1 to 4.1.1 (#75) @dependabot
  • build(deps-dev): bump pytest from 7.0.0 to 7.0.1 (#72) @dependabot
  • build(deps): bump python-slugify from 5.0.2 to 6.0.1 (#76) @dependabot
  • build(deps): bump pandas from 1.4.0 to 1.4.1 (#74) @dependabot
  • build(deps): bump jq from 1.2.1 to 1.2.2 (#67) @dependabot
  • build(deps-dev): bump pytest from 6.2.5 to 7.0.0 (#66) @dependabot
  • build(deps-dev): bump types-paramiko from 2.8.11 to 2.8.12 (#65) @dependabot
  • build(deps-dev): bump types-pyyaml from 6.0.3 to 6.0.4 (#64) @dependabot
  • build(deps-dev): bump mkdocs-material from 8.1.8 to 8.1.9 (#62) @dependabot
  • build(deps-dev): bump types-paramiko from 2.8.10 to 2.8.11 (#63) @dependabot

v0.6.0

30 Jan 17:34
Compare
Choose a tag to compare

Changes

✨ Features

🔨 Refactoring

❌ Removals and Deprecations

📖 Documentation

👷‍♂️ Continuous Integration

📦 Build and dependencies

v0.5.7

29 Jan 21:24
Compare
Choose a tag to compare

Changes

✨ Features