Closed DomHudson closed 6 years ago
I am getting the following deprecation warnings during encoding and decoding.
msgpack_numpy.py:133: PendingDeprecationWarning: encoding is deprecated. use_bin_type=use_bin_type)
PendingDeprecationWarning: encoding is deprecated, Use raw=False instead. return _unpackb(packed, **kwargs)
The relevant commit/line is: https://github.com/msgpack/msgpack-python/pull/265/files#diff-2e1ae6be4195b4cbed2c0ed3df9e7194R117
Distributor ID: Ubuntu Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic
Python 3.6.5 (default, Apr 1 2018, 05:46:30) [GCC 7.3.0] on linux
msgpack 0.5.6 msgpack-numpy 0.4.3.1
Fixed.
Thank you very much
Summary
I am getting the following deprecation warnings during encoding and decoding.
The relevant commit/line is: https://github.com/msgpack/msgpack-python/pull/265/files#diff-2e1ae6be4195b4cbed2c0ed3df9e7194R117
System