Releases: oconnor663/blake3-py
Releases · oconnor663/blake3-py
1.0.5
What's Changed
- Bump PyO3/maturin-action from 1.45.0 to 1.46.0 by @dependabot in #59
- Bump softprops/action-gh-release from 2.1.0 to 2.2.1 by @dependabot in #61
- Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 by @dependabot in #60
- Bump PyO3/maturin-action from 1.46.0 to 1.47.0 by @dependabot in #62
- Replace quansight-labs/setup-python with actions/setup-python by @ngoldbaum in #64
- Update pyo3 requirement from 0.23.4 to 0.24.1 by @dependabot in #65
- Bump PyO3/maturin-action from 1.47.0 to 1.47.3 by @dependabot in #66
- Bump softprops/action-gh-release from 2.2.1 to 2.2.2 by @dependabot in #67
- Bump PyO3/maturin-action from 1.47.3 to 1.49.1 by @dependabot in #68
- Add LICENSE file to wheels by @justeph in #69
New Contributors
- @ngoldbaum made their first contribution in #64
- @justeph made their first contribution in #69
Full Changelog: 1.0.4...1.0.5
1.0.4
1.0.3
1.0.2_rerelease
Full Changelog: 1.0.2...1.0.2_rerelease
1.0.2
1.0.1
What's Changed
- Bump maturin, pyo3, add free-threaded 3.13t wheel by @ddelange in #47
- Bump gh-action-pypi-publish by @ddelange in #48
- Bump softprops/action-gh-release from 2.0.8 to 2.2.0 in the github-actions group by @dependabot in #49
- Fix windows 3.13t wheels by @ddelange in #50
New Contributors
- @dependabot made their first contribution in #49
Full Changelog: 1.0.0...1.0.1
1.0.0
Changes since 0.4.1:
- The public API hasn't changed for a long time, so the main purpose of this release is to "officially" stabilize it as-is.
- Prebuilt binaries are now published for more platforms, particularly AArch64. Thanks to @ddelange for implementing this.
blake3.pyi
(static typing stubs) now usescollections.abc.Buffer
for bytes-like arguments. This is more correct and more permissive, but it means that static typechecking requires Python 3.12+.
0.4.1
version 0.4.1
Changes since 0.4.0:
update
andupdate_mmap
now return self, so they can be called
fluently.
0.4.0
version 0.4.0
Changes since 0.3.4:
- Add blake3.update_mmap.
0.3.4
version 0.3.4
Changes since 0.3.3:
- Add type stubs. See blake3.pyi.
- Update PyO3 to v0.20.