Skip to content

Releasing alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@hlef hlef released this 07 May 15:05
· 106 commits to master since this release

API break

  • Drop Python < 3.3 support (why)

New features

  • Add command line arguments --build-src and --build-dst to build from/to passed directories
  • New logging features via --debug or -d*

Misc

  • Improve platform independence and robustness by using os.path.join() to build working paths
  • Exit more cleanly using sys.exit() and improve error messages
  • More checks, user-friendlier (check for existence of config file, header consistency, etc.)
  • Rename and refactor numerous files under juliet/ (more OOP, snake case instead of camel case, etc.).
  • Improve documentation
  • New tests