Skip to content
This repository was archived by the owner on Dec 26, 2025. It is now read-only.

Releases: gitandy/PyADIF-File

Version 1.3.2

Choose a tag to compare

@gitandy gitandy released this 12 Jul 06:07

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

Version 1.3.1

Choose a tag to compare

@gitandy gitandy released this 15 Mar 16:56

Bugfixes:

  • Handle datetime deprecation
  • Accept missing comment line in header

Version 1.3

Choose a tag to compare

@gitandy gitandy released this 16 Aug 18:16
  • Better exceptions on ADX validation
  • Dont harm data dictionary on dumping ADI/ADX

Version 1.2

Choose a tag to compare

@gitandy gitandy released this 22 Jul 18:41
  • Option for reducing linebreaks and spaces in ADI
  • Select file encoding: local encoding default on read, ASCII default on write

Version 1.1

Choose a tag to compare

@gitandy gitandy released this 27 Feb 19:00
  • 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

Choose a tag to compare

@gitandy gitandy released this 18 Feb 11:42
  • 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

Choose a tag to compare

@gitandy gitandy released this 10 Nov 20:36

Bugfix to allow CR and LF for NOTES etc.

Version 0.4

Choose a tag to compare

@gitandy gitandy released this 10 Nov 20:04
  • Changed function names to load/dump
  • Added load and dump from/to file
  • Automated tests and lint on repository push

Version 0.3

Choose a tag to compare

@gitandy gitandy released this 28 Oct 17:16
  • Bugfixes
  • Test

Version 0.2

Choose a tag to compare

@gitandy gitandy released this 23 Oct 18:04
  • Exception on non ASCII chars
  • Accept userdef on load and dump
  • Don't generate empty records