Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Dependency updates #386

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

CarstVaartjes
Copy link
Contributor

A PR to update older dependencies to prevent running into issues in the near future.
NB: currently still running into some ZSTD issues when compiling, will ask as an issue

/srv/python/venv/local/lib/python2.7/site-packages/bcolz/ctable.py:808:
FutureWarning: from_items is deprecated. Please use DataFrame.from_dict(dict(items), ...) instead. DataFrame.from_dict(OrderedDict(items)) may be used to preserve the key order.

bcolz/carray_ext.c:613:
/srv/python/venv/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^~~~~~~

@bburan
Copy link

bburan commented Feb 19, 2020

@CarstVaartjes: Any luck fixing the ZSTD issues? Would be great to get this merged in because of deprecations in third-party libraries (e.g., pandas.DataFrame.from_items is now gone). Happy to help test this out, but not sure what the status is.

@CarstVaartjes
Copy link
Contributor Author

Hi! not yet, i have to ask one of my more c-savvy colleagues to help me out here i think :/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants