msgpack-python

MessagePack serializer implementation for Python msgpack.org[Python]

OTHER License

Downloads
95.9M
Stars
1.8K
Committers
77

Bot releases are hidden (Show)

msgpack-python - v1.1.0rc1 Latest Release

Published by methane 5 months ago

  • Update Cython to 3.0.10 to reduce C warnings and future support for Python 3.13.
  • Stop using C++ mode in Cython to reduce compile error on some compilers.
  • Packer() has buf_size option to specify initial size of internal buffer to reduce reallocation.
  • The default internal buffer size of Packer() is reduced from 1MiB to 256KiB to optimize for common use cases. Use buf_size if you are packing large data.
  • Timestamp.to_datetime() and Timestamp.from_datetime() become more accurate by avoiding floating point calculations. (#591)
  • The Cython code for Unpacker has been slightly rewritten for maintainability.
  • The fallback implementation of Packer() and Unpacker() now uses keyword-only arguments to improve compatibility with the Cython implementation.

PRs

New Contributors

Full Changelog: https://github.com/msgpack/msgpack-python/compare/v1.0.8...v1.1.0rc1

msgpack-python - v1.0.8

Published by methane 8 months ago

What's Changed

Full Changelog: https://github.com/msgpack/msgpack-python/compare/v1.0.7...v1.0.8

msgpack-python - v1.0.7

Published by methane about 1 year ago

What's Changed

Full Changelog: https://github.com/msgpack/msgpack-python/compare/v1.0.6...v1.0.7

msgpack-python - v1.0.6

Published by methane about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/msgpack/msgpack-python/compare/v1.0.5...v1.0.6

msgpack-python - v1.0.6rc1

Published by methane about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/msgpack/msgpack-python/compare/v1.0.5...v1.0.6rc1

msgpack-python - v1.0.5

Published by methane over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/msgpack/msgpack-python/compare/v1.0.4...v1.0.5

msgpack-python - v1.0.5rc1

Published by methane over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/msgpack/msgpack-python/compare/v1.0.4...v1.0.5rc1

msgpack-python - v1.0.4

Published by methane over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/msgpack/msgpack-python/compare/v1.0.3...v1.0.4

msgpack-python - v1.0.4rc1

Published by methane over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/msgpack/msgpack-python/compare/v1.0.3...v1.0.4rc1

msgpack-python - v1.0.3

Published by methane almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/msgpack/msgpack-python/compare/v1.0.2...v1.0.3

msgpack-python -

Published by methane almost 3 years ago

msgpack-python - v1.0.3rc1

Published by methane almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/msgpack/msgpack-python/compare/v1.0.2...v1.0.3rc1

msgpack-python - v0.6.2

Published by methane about 5 years ago

msgpack-python - v0.6.1

Published by methane over 5 years ago

msgpack-python - v0.6.0

Published by methane almost 6 years ago

msgpack-python - 0.5.6

Published by methane over 6 years ago

msgpack-python - 0.5.5

Published by methane over 6 years ago

msgpack-python - 0.5.4

Published by methane over 6 years ago

msgpack-python - 0.5.2

Published by methane over 6 years ago

msgpack-python - msgpack-0.5.1

Published by methane almost 7 years ago