- Python library now includes type annotations on almost all of the methods, plus detailed docstrings describing each one. (#311)
- New API Reference documentation page, powered by those docstrings.
- Fixed bug where
.add_foreign_keys()
failed to raise an error if called against aView
. (#313) - Fixed bug where
.delete_where()
returned a[]
instead of returningself
if called against a non-existant table. (#315)