- Updates dependencies
- Requires python version > 3.10
- Updated homepage and repository URL
- Void
- Fix bug resulting in datamap csv with multiple empty rows causing problems.
- Fix bug which resulted in one less file in zip being processed with
-z
flag.
- Enabled zip repository for import command. In datamaps, user can now use
-z
flag and point to zip file containing populated spreadsheets.
- Mainly internal refactoring and bugfixes.
See the [https://github.com/yulqen/datamaps/blob/master/CHANGELOG.md](datmaps CHANGELOG).
- Bug fixes.
- Now handles
datamaps config
commands. Theconfig.ini
can be revealed to the user and deleted.
- Added a row limit when importing data to prevent memory leak (Issue #30)
- added logging for process to write data from master to blank templates
(
datamaps export master <MASTER_PATH>
) - Issue #24