- Add support for ndarrays with dtype=object (#46).
- Fix Python 2.7 regression (#45).
- Fix bug unpacking nested, structured dtypes (#42).
- Deprecate support for msgpack < 1.0.0 (#41).
- Set default use_bin_type and raw params of Packer and Unpacker classes the same as in msgpack (#39).
- Convert docs to Markdown.
- Set defaults appropriate to msgpack 1.0.0 (#38).
- Configure contiguous integration with Travis.
- Move unit tests out of msgpack_numpy module.
- Add workaround for issue handling n-dim arrays on MacOS (#35).
- Fix regression handling noncontiguous arrays (#34).
- Check Py version before defining encode and tostr funcs.
- Eliminate deprecation warnings, raise minimum required msgpack version (#31).
- Fix Python 2 support (#32).
- Access ndarray memory view directly to slightly speed up encoding (#30).
- Update classifiers to list Py3 support (#29).
- Switch to numpy.frombuffer to avoid deprecation warning (#27).
- Change dependency name due to package name change (#25).
- Make decoding/encoding defaults identical to those of msgpack-python 0.4.* (#19).
- Fix handling of nested arrays in Py3 (#21).
- Improve decoding of complex values in Py3.
- Use numpy.testing functions to make unit test errors more informative.
- Make object_hook params consistent with those of msgack-python (#23).
- Improve ability to decode data serialized with versions before 0.3.9 (#20).
- Remove deprecated ez_setup.
- Add numpy >= 1.9.0 dependency (#18).
- Complex type handling fixes.
- Handle structured dtypes (#15).
- Note: data serialized with earlier versions cannot be deserialized with 0.3.9 (#17).
- Fix deserialization with Python 3.5 (#13).
- Add Python 3 support (#11).
- Fall back to pure Python msgpack if compiled extension is unavailable (#6).
- Add support for numpy scalar booleans (#8).
- Add badges, update README.
- Add missing ez_setup.py file.
- Simplify encoding/decoding of numpy scalars.
- Make package a simple module to fix dependency installation issues.
- Switch to PEP 440 version numbering.
- Update to setuptools 2.2 ez_setup.py
- Add support for msgpack 0.4.0.
- Rename to msgpack-numpy.
- Fix decoding of string arrays (#4).
- Fix decoding of dicts containing ndarrays (#5).
- Improve encoding/decoding performance for arrays.
- Fix numpy type support on different platforms (#3).
- Add support for msgpack 0.3.0 (contributed by crispamares).
- First public release.