Releases: ToucanToco/peakina
Releases · ToucanToco/peakina
v0.7.7
Changes
🐛 Fixes
- fix: read_json for edges cases between nrows, lines=True TCTC-1973 (#99) @Sanix-Darker
v0.7.6
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
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
Changes
🐛 Fixes
- fix(csv): fix csv reader by removing a predefined chunksize param (#95) @Sanix-Darker
v0.7.3
Changes
✨ Features
- feat: preview/pagination optimizations on huge excel file [TCTC-1973] (#86) @Sanix-Darker
v0.7.2
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
v0.7.0
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
Changes
✨ Features
- feat: add support for 3.9 and 3.10 (#46) @PrettyWood
🔨 Refactoring
- chore: have a strict mypy (#50) @PrettyWood
❌ Removals and Deprecations
- chore: cleaning (#49) @PrettyWood
📖 Documentation
- add very basic documentation (#56) @PrettyWood
👷♂️ Continuous Integration
- ci: use python 3.10 by default (#61) @PrettyWood
- ci: add publish release in github actions (#60) @PrettyWood
- ci: add release drafter (#55) @PrettyWood
- ci: add CodeQL analysis (#51) @PrettyWood
- chore: add dependabot (#47) @PrettyWood
📦 Build and dependencies
- build(deps-dev): bump pytest-mock from 3.6.1 to 3.7.0 (#58) @dependabot
- build(deps-dev): bump black from 21.12b0 to 22.1.0 (#59) @dependabot
- chore(deps): switch (back) from
pyjq
tojq.py
(#54) @PrettyWood - chore(deps-dev): use fastparquet 0.8 (#52) @PrettyWood
- chore: switch to poetry and add pre-commit (#44) @PrettyWood
- chore: update to python 3.8 only and bump deps (#43) @PrettyWood