Skip to content

1.0.4

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 02 Sep 18:48

1.0.4

Released: Thu Mar 10 2016

  • [feature] [test] The default test runner is now py.test. Running "python setup.py test"
    will make use of py.test instead of nose. nose still works as a test
    runner as well, however.

  • [bug] [lexer] Major improvements to lexing of intricate Python sections which may
    contain complex backslash sequences, as well as support for the bitwise
    operator (e.g. pipe symbol) inside of expression sections distinct
    from the Mako "filter" operator, provided the operator is enclosed
    within parentheses or brackets. Pull request courtesy Daniel Martin.

    References: pull request github:19

  • [feature] Added new method Template.list_defs(). Pull request courtesy
    Jonathan Vanasco.