cubewise-code / tm1py

TM1py is a Python package that wraps the TM1 REST API in a simple to use library.
http://tm1py.readthedocs.io/en/latest/
MIT License
190 stars 109 forks source link

Github vs pip? #257

Closed dusherwo57 closed 4 years ago

dusherwo57 commented 4 years ago

I am seeing some functions eg cancel_all_running_threads which are present here on Github but not in the version which is installed via pip (on windows). Can you advise how and when you update the latter? Version

MariusWirtz commented 4 years ago

Hi @dusherwo57,

you can upgrade to the current master on GitHub with pip like this: pip install https://github.com/cubewise-code/tm1py/archive/master.zip --upgrade

In early July we will publish the 1.5.0 release, then GitHub and PyPI will be back in sync.