cognite-sdk-python
cognite-sdk-python copied to clipboard
Do not merge or delete: Py36 compatibility branch
Description
It was requested that a newer version of the SDK was made Py36 compatible. This branch is it.
Note
- There are quite a few breaking changes going from
v2
tov5
. The most important are:-
v4
brought new credential classes: https://cognite-sdk-python.readthedocs-hosted.com/en/latest/cognite.html#authenticate -
v5
overhauled datapoints fetching: https://github.com/cognitedata/cognite-sdk-python/blob/master/MIGRATION_GUIDE.md
-
- Be careful trusting
to_pandas
conversions. Do not useretrieve_dataframe
withuniform_index=True
unless you usepandas >= 1.4
(requires PY38 😉 ) - Missing API: Context
How to pip install
:
pip install git+https://github.com/cognitedata/cognite-sdk-python@py36-compat
Other
Ref. internal slack: https://cognitedata.slack.com/archives/C0252J883DG/p1677671617290589