Skip to content

Releases: JamesPhillipsUK/vast

Version 1

09 Nov 21:01
Compare
Choose a tag to compare

This patch contains no significant code changes from Version 1.0.0. It exists to allow me to solve problems with PyPI's terrible excuse for a package management system.
For a changelog for this version, see the changelog for Version 1.0.0.

Version 1

09 Nov 20:38
8c5230e
Compare
Choose a tag to compare

VisAST Version 1!

This version of VisAST features:

  • New API calls for creating ASTs from URL, filepath, and python strings.
  • Coloured module, class, and function nodes on the tree for easier readability.
  • New unit tests for AST generation.
  • Updated Sphinx documentation.
  • Updated README.

Version 0.1, patch 1

16 Feb 22:53
Compare
Choose a tag to compare

This update patches a bug where some graphs containng "Load" nodes would fail to draw.

Version 0.1

16 Feb 22:30
Compare
Choose a tag to compare

This update brings some new features!

  • You can now generate an AST from a URL to a Python file.
  • You can now generate an AST from a string containing Python code.
  • Improved readability of generated ASTs.
  • Improved labelling of AST nodes.
  • Improved error handling.

Version 0

31 Dec 01:19
Compare
Choose a tag to compare

The initial release of VAST.