alteryx-open-src-update-checker

an update checker for alteryx open source libraries


Keywords
data, science, machine, learning, checker, compose, evalml, featuretools, python, woodwork
License
BSD-3-Clause
Install
pip install alteryx-open-src-update-checker==3.1.0

Documentation

Alteryx Open Source Update Checker

Tests PyPI Downloads


Alteryx open source update checker is a Python library to automatically check that you have the latest version of an Alteryx open source library. If your Alteryx open source library is out of date, a warning to upgrade will be shown.

Installation

  • Install with pip (as an add-on to Alteryx open source libraries):
python -m pip install "featuretools[updater]"
python -m pip install "evalml[updater]"
python -m pip install "woodwork[updater]"
python -m pip install "compose[updater]"
conda install -c conda-forge alteryx-open-src-update-checker

Disable Checker

  • You can disable the update checker by changing your environment variables to include the following:
export ALTERYX_OPEN_SRC_UPDATE_CHECKER=False

Built at Alteryx Innovation Labs

Alteryx Innovation Labs