As we getting closer to TabPy v1 being released (read here for more details – https://www.tableau.com/about/blog/2020/1/python-tableau-now-10) some bug fixes, documentation updates and code improvements are made. In the v0.9.0 release those are:
- TabPy now works with Python 3.8.
Client.remove()
method was added and now models (deployed functions) can be deleted withtabpy_tools
.- Index page for running TabPy instance now shows the instance settings, deployed models and some useful links.
- Bug fixes for Ctrl+C, query timeout, returning
None
or not returning value from a script, returningNaN
in result. - Internals improvements for code quality, package size, test coverage.
To install this specific version run pip install tabpy==0.9.0
command.