History

0.2.0-dev

Released: Ongoing

tests

  • [tests]

    • Update testsuite to werkzeug/flask format.
    • Split tests into multiple files
    • Coveralls.io and Travis support

    References: #11, #5, pull request 8

docs

  • [docs]

    • __future__ imports for .py files.
    • Replaces some instances of filter with list comprehensions.
    • Created a py2map inside of _compat to import into code, which preserves python 2.x’s map behavior in python 3.
    • Update README.rst for python 3 support
    • Update setup.py classifier data
    • Update Travis for python 3.3 support (they don’t have 3.4 support yet, tox passes 3.4 for me though)
    • Import reduce from functools.
    • Add tox.ini file.

    References: #2, pull request 20

  • [docs] SQLAlchemy-ORM-tree now has a ReadTheDocs page at http://sqlalchemy-orm-tree.readthedocs.org/.

    Changelog

    TODO

    References: #7

internals