Releases: gitandy/PyADIF-File
Releases · gitandy/PyADIF-File
Version 1.3.2
Version 1.3.1
Bugfixes:
- Handle datetime deprecation
- Accept missing comment line in header
Version 1.3
- Better exceptions on ADX validation
- Dont harm data dictionary on dumping ADI/ADX
Version 1.2
- Option for reducing linebreaks and spaces in ADI
- Select file encoding: local encoding default on read, ASCII default on write
Version 1.1
- Faster load of ADX (default: no validation)
- Bugfixes
- Input dictionary was modifed in adx.dump()
- Crash on missing header fields in adi.dump*()
Version 1.0
- Restructured API to have modules for ADI and ADX
- Implemented ADX import/export
- Added efficient adi.loadi() to support watching ADI files for changes
Version 0.4.1
Bugfix to allow CR and LF for NOTES etc.
Version 0.4
- Changed function names to load/dump
- Added load and dump from/to file
- Automated tests and lint on repository push
Version 0.3
- Bugfixes
- Test
Version 0.2
- Exception on non ASCII chars
- Accept userdef on load and dump
- Don't generate empty records