Skip to content

Releases: CarlosZBent/csv_wizard

v1.0.2

13 Oct 12:35

Choose a tag to compare

  • find_common_rows won't detect the headers row
  • delete_blanks won't overwrite the original file, it will return a copy as every other method
  • other bug fixes

v1.0.0

19 Jun 12:59

Choose a tag to compare

All unit tests have been streamlined with pytest fixtures; class construction speed improved by around 50% by using __slots__. Consolidated code format.

Full Changelog: beta3...prod-ready

v0.4.2-beta

26 Apr 13:54

Choose a tag to compare

Minor bug fixes and environment/configuration changes

0.4.0

10 Apr 13:31

Choose a tag to compare

Opening and creating a file can be done using a specific path on a parent or child folder

v.0.3.0-beta

06 Apr 12:26

Choose a tag to compare

Cleaning up a file's empty cells, comparing files, choosing data structure to use when comparing.

v0.2.0-alpha

03 Feb 21:22

Choose a tag to compare

v0.2.0-alpha Pre-release
Pre-release

Basic operations for content and dialect reading, and basic writing (creating & editing) operations. Still unstable behaviour.