-
Notifications
You must be signed in to change notification settings - Fork 240
Releases: msgpack/msgpack-python
Releases · msgpack/msgpack-python
v1.1.2
@methane
methane
19b5d33
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- ci: update cibuildwheel and drop Python 3.8 by @methane in #642
- ci: add support for building windows on arm wheels by @Greenie0701 in #643
- README: fix typos and grammar by @ThomasWaldmann in #648
- release v1.1.2 by @methane in #649
New Contributors
- @Greenie0701 made their first contribution in #643
Full Changelog: v1.1.1...v1.1.2
Assets 2
1 person reacted
v1.1.1
What's Changed
- Add Python 3.13 trove classifier by @edgarrmondragon in #626
- update Cython to 3.1.1 by @methane in #637
- update cibuildwheel to v2.23.3 by @methane in #638
- upload to PyPI on create a release by @methane in #639
New Contributors
- @edgarrmondragon made their first contribution in #626
Full Changelog: v1.1.0...v1.1.1
Assets 2
1 person reacted
v1.1.1rc1
v1.1.1rc1
Pre-release
Pre-release
What's Changed
- Add Python 3.13 trove classifier by @edgarrmondragon in #626
- update Cython to 3.1.1 by @methane in #637
- update cibuildwheel to v2.23.3 by @methane in #638
- upload to PyPI on create a release by @methane in #639
New Contributors
- @edgarrmondragon made their first contribution in #626
Full Changelog: v1.1.0...v1.1.1rc1
Assets 2
1 person reacted
v1.1.0
@methane
methane
4587393
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Avoid using floating points during timestamp-datetime conversions by @hakanakyurek in #591
- use ruff instead of black by @methane in #598
- update Cython and setuptools by @methane in #599
- Add experimental support for Python 3.13 by @methane in #600
- update README by @methane in #561
- update cibuildwheel to 2.17 by @methane in #601
- implement buffer protocol by @methane in #602
- Remove unused code by @methane in #603
- packer: add
buf_sizeoption by @methane in #604 - update readme by @methane in #605
- cython: better exception handling by @methane in #606
- better error checks by @methane in #607
- Cleanup code and pyproject by @methane in #608
- Release v1.1.0rc1 by @methane in #609
- do not install cython as build dependency by @methane in #610
- update Cython to 3.0.11 by @methane in #617
- update cibuildwheel to 2.20.0 by @methane in #618
- Release v1.1.0rc2 by @methane in #619
- MNT: use PyLong_* instead of PyInt_* by @tacaswell in #620
- release v1.1.0 by @methane in #622
New Contributors
- @hakanakyurek made their first contribution in #591
- @tacaswell made their first contribution in #620
Full Changelog: v1.0.8...v1.1.0
Assets 2
2 people reacted
v1.1.0rc2
v1.1.0rc1
@methane
methane
0b1c47b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.1.0rc1
Pre-release
Pre-release
- 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()hasbuf_sizeoption 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_sizeif 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
- Avoid using floating points during timestamp-datetime conversions by @hakanakyurek in #591
- use ruff instead of black by @methane in #598
- update Cython and setuptools by @methane in #599
- Add experimental support for Python 3.13 by @methane in #600
- update README by @methane in #561
- update cibuildwheel to 2.17 by @methane in #601
- implement buffer protocol by @methane in #602
- Remove unused code by @methane in #603
- packer: add
buf_sizeoption by @methane in #604 - update readme by @methane in #605
- cython: better exception handling by @methane in #606
- better error checks by @methane in #607
- Cleanup code and pyproject by @methane in #608
- Release v1.1.0rc1 by @methane in #609
- do not install cython as build dependency by @methane in #610
New Contributors
- @hakanakyurek made their first contribution in #591
Full Changelog: v1.0.8...v1.1.0rc1
Assets 2
1 person reacted
v1.0.8
@methane
methane
9aedf8e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- exclude C/Cython files from wheel by @methane in #577
- Build pure Python wheel for minor architectures.
- update Cython to 3.0.8 by @methane in #581
- This fixes memory leak when iterating over Unpacker on Python 3.12.
Full Changelog: v1.0.7...v1.0.8
Assets 2
2 people reacted
v1.0.7
@methane
methane
acd0684
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
Full Changelog: v1.0.6...v1.0.7
Assets 2
v1.0.6
@methane
methane
b1b0eda
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
- fix: build status badge by @Laerte in #538
- Drop python2 support by @sblondon in #519
- Drop Python 3.6 support by @evgenymarkov in #543
- try Cython 3.0 by @methane in #548
- CI: update cibuildwheel to v2.15.0 by @methane in #551
- sphinx-related work by @ThomasWaldmann in #554
- move project metadata to pyproject.toml by @ThomasWaldmann in #555
- add a basic .readthedocs.yaml file by @ThomasWaldmann in #558
- fix .readthedocs.yaml, fixes #559 by @ThomasWaldmann in #560
- prepare for 1.0.6rc1 by @methane in #557
- update actions by @methane in #563
- release v1.0.6 by @methane in #564
New Contributors
- @Laerte made their first contribution in #538
- @sblondon made their first contribution in #519
- @evgenymarkov made their first contribution in #543
Full Changelog: v1.0.5...v1.0.6
Contributors
methane, ThomasWaldmann, and 3 other contributors
Assets 2
1 person reacted
v1.0.6rc1
@methane
methane
4e10c10
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v1.0.6rc1
Pre-release
Pre-release
What's Changed
- fix: build status badge by @Laerte in #538
- Drop python2 support by @sblondon in #519
- Drop Python 3.6 support by @evgenymarkov in #543
- try Cython 3.0 by @methane in #548
- CI: update cibuildwheel to v2.15.0 by @methane in #551
- sphinx-related work by @ThomasWaldmann in #554
- move project metadata to pyproject.toml by @ThomasWaldmann in #555
- add a basic .readthedocs.yaml file by @ThomasWaldmann in #558
- fix .readthedocs.yaml, fixes #559 by @ThomasWaldmann in #560
- prepare for 1.0.6rc1 by @methane in #557
New Contributors
- @Laerte made their first contribution in #538
- @sblondon made their first contribution in #519
- @evgenymarkov made their first contribution in #543
Full Changelog: v1.0.5...v1.0.6rc1
Contributors
methane, ThomasWaldmann, and 3 other contributors