Skip to content

0.16.0

Compare
Choose a tag to compare
@igordejanovic igordejanovic released this 16 Jul 09:33
· 28 commits to master since this release
0.16.0

Added

  • _pg_extras slot on dynamically created Python objects for additional
    user-defined information (e.g. info used during semantic analysis) (#140)
  • _pg_children/_pg_children_names on dynamically created Python objects for
    named assignments 0771ca5, 204b5a0.
  • to_str method for dynamically created Python objects 204b5a0.

Changed

  • visit function of the visitor pattern now has a third parameter which is the
    depth of the current tree node [63e6e42]. (BIC)
  • Relaxed click dependency to allow for 8.x versions. (#142). Thanks GabDug@GitHub.

Fixed

  • Fix visitor memoization caching #138. Thanks vladaindjic@GitHub.