Skip to content

Releases: lucaslrodri/jupyter-tikz

v.0.3.2

11 Jul 03:38
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Improved documentation visibility on mobile devices.

v0.3.1

11 Jul 01:04
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fixed DOCs links

v0.3.0

11 Jul 00:45
Compare
Choose a tag to compare

🚀 Features

  • Web documentation.
  • Flag (--print-tex) to print the full LaTeX document.
  • UTF-8 support.
  • Added support for Python 3.10.

🚨 Breaking Changes

  • Replaced --full-document and --implicit-pic with --input-type=<str>. -f and -i still working as aliases.
  • Changed the --as-jinja flag to --use-jinja.
  • Reworked the API to an object-oriented approach.

v0.2.1

24 Jun 19:57
Compare
Choose a tag to compare

Minor adjustments in the documentation.

v0.2.0

24 Jun 11:21
0bc0e4e
Compare
Choose a tag to compare

New features:

  • The option to save the output code to a IPython Variable (-sv=<var_name>)
  • Flag (--no-compile) to not compile LaTeX and not render the image
  • Support to LaTeX \input {...} commands

v0.1.1

24 Jun 07:22
46b8aae
Compare
Choose a tag to compare

Fix README links + added PYPI badge.

v0.1.0

24 Jun 06:23
4e668ce
Compare
Choose a tag to compare

First version to release in PYPI