Skip to content

Releases: gitandy/PyADIF-File

Version 1.3.2

12 Jul 06:07

Choose a tag to compare

Strip tags from whitespaces on load
Added format checks to util
Fixed nu_plugin_adi example

Version 1.3.1

15 Mar 16:56

Choose a tag to compare

Bugfixes:

  • Handle datetime deprecation
  • Accept missing comment line in header

Version 1.3

16 Aug 18:16

Choose a tag to compare

  • Better exceptions on ADX validation
  • Dont harm data dictionary on dumping ADI/ADX

Version 1.2

22 Jul 18:41

Choose a tag to compare

  • Option for reducing linebreaks and spaces in ADI
  • Select file encoding: local encoding default on read, ASCII default on write

Version 1.1

27 Feb 19:00

Choose a tag to compare

  • 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

18 Feb 11:42

Choose a tag to compare

  • 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

10 Nov 20:36

Choose a tag to compare

Bugfix to allow CR and LF for NOTES etc.

Version 0.4

10 Nov 20:04

Choose a tag to compare

  • Changed function names to load/dump
  • Added load and dump from/to file
  • Automated tests and lint on repository push

Version 0.3

28 Oct 17:16

Choose a tag to compare

  • Bugfixes
  • Test

Version 0.2

23 Oct 18:04

Choose a tag to compare

  • Exception on non ASCII chars
  • Accept userdef on load and dump
  • Don't generate empty records