Skip to content

Releases: tableau/TabPy

Fixed deployed functions overriding

10 Nov 18:35
5df0e00
Compare
Choose a tag to compare

Bug fixes

  • Overriding deployed models.

Improvements

  • Fixed scrutinizer test run failure.

Auth Bug Fix

26 Aug 21:58
71c790f
Compare
Choose a tag to compare

v2.2.0

Breaking changes

  • TabPy fails with 400 when it is not configure for authentication
    but credentials are provided by client.

Bug fixes

  • When TabPy is running with no console attached it is not failing
    with 500 when trying to respond with 401 status.
  • tabpy.query() failing when auth is configured.

Improvements

  • Minor code cleanup.

v 1.1.0: Securing /info with auth

23 Apr 23:49
3cd106b
Compare
Choose a tag to compare

Improvements

  • Authorization is now required for the /info API method.
    This method did not check authentication previously. This change is
    backwards compatible with Tableau clients.

  • Improved config parsing flexibility. Previously the
    TABPY_EVALUATE_TIMEOUT setting would be set to a default if
    tabpy couldn't parse the value. Now it will throw an exception
    at startup.

TabPy v1.0.0: Tableau Supported now!

14 Feb 23:27
4f11a29
Compare
Choose a tag to compare

Improvements

  • Minor: feature name changed to analytics extensions.
  • Startup script files deleted.
  • Index page updated.

Other

  • TabPy is now Tableau Supported (used to be Community Supported).

v0.9.0: Fix model deployment with removing usage of pip._internal

31 Jan 21:02
65b0bca
Compare
Choose a tag to compare

Improvements

  • Models deployment doesn't depend on pip._internal anymore.
  • Package size reduced.

v 0.8.13: Python 3.8 support

14 Jan 20:56
Compare
Choose a tag to compare
Pre-release

Improvements

  • TabPy works with Python 3.8 now.
  • Documentation updates with referencing Tableau Help pages.
  • Added Client.remove() method for deleting deployed models.

Bug Fixes

  • Fixed failing Ctrl+C handler.
  • Fixed query_timeout bug.
  • Fixed None in result collection bug.
  • Fixed script evaluation with missing result/return bug.
  • Fixed startup failure on Windows for Python 3.8.
  • Fixed bug for NaN in returned result collection.
  • Fixed bug for None as a result of a script.

v 0.8.9: Ctrl+C handler and configurable HTTP requests buffer size

22 Oct 00:10
00a4d3c
Compare
Choose a tag to compare

Improvements

  • Added Ctrl+C handler
  • Added configurable buffer size for HTTP requests
  • Added ANOVA to supported pre-deployed models in TabPy

v0.8: TabPy is a pip (PyPi) package

20 Aug 20:39
1d06980
Compare
Choose a tag to compare

Improvements

  • TabPy is pip package now
  • Models are deployed with the updated script

v 0.7: Migrate to Tornado 6 and other improvements

31 Jul 20:43
c856ab9
Compare
Choose a tag to compare

Improvements

  • Added t-test model
  • Fixed models call with /evaluate for HTTPS
  • Migrated to Tornado 6
  • Timeout is configurable with TABPY_EVALUATE_TIMEOUT config file option

Added PCA and sentiment analysis models

29 May 23:08
Compare
Choose a tag to compare

Improvements

  • Scripts, documentation, and integration tests for models
  • Small bug fixes
  • Added request context logging as a feature controlled with
    TABPY_LOG_DETAILS configuration setting.
  • Updated documentation for /info method and v1 API.
  • Added integration tests.