- First release on PyPI.
- Emit error messages.
- Add line magic usage
- Change to load_ext pattern
- Add argparse parsing for line and cell magic
- Add --temp-dir option to reduce clutter
- Add --file_prefix for organization
- Add Quickstart notebook as a demo
- Remove print statements introduced during debugging
- Add ITIKZ_TEMP_DIR environmental variable usage
- Add --implicit-pic
- Add --scale arg
- Add --tikz-libraries
- Add --tex-packages
- Add --implicit-standalone
- Add jinja2 templating
- Add jinja2 interpolated code debug printing
- Add unit tests
- Fix cleanup bug
- Add --rasterize option
- Change default to only show the training 10 lines of an error
- Add --full-error option for full emitted error
- Change default to only show the training 20 lines of an error
- Add option to set LaTeX program (e.g. lualatex) via PR from Tom Nurkkala (thanks, Tom!)
- Fix bug with tilde expansion on windows via PR rom asteppke on github (thanks, asteppke!)