Skip to content

Commit

Permalink
v3.1.0 Python library release
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Dec 22, 2024
1 parent 991b11c commit d15a00c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [3.1.0] – 2024-12-22

Python-only release. Replaced pybind11 with nanobind for the Python bindings. This allows Python 3.12+ binaries to be
built against the stable CPython ABI, making the binaries compatible with any future Python versions.

## [3.0.1] – 2024-12-21

Python-only release. Re-built the PyPI binaries with NumPy 2.x to fix compatibility issues.
Expand Down Expand Up @@ -133,6 +138,8 @@ As a major release, it includes a few breaking changes:

Initial release.

[3.1.0]: https://github.com/valgur/velodyne_decoder/compare/v3.0.1...v3.1.0

[3.0.1]: https://github.com/valgur/velodyne_decoder/compare/v3.0.0...v3.0.1

[3.0.0]: https://github.com/valgur/velodyne_decoder/compare/v2.3.0...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "velodyne-decoder"
version = "3.0.1"
version = "3.1.0"
description = "Decoder for raw Velodyne packet data"
readme = "README.md"
requires-python = ">= 3.8"
Expand Down

0 comments on commit d15a00c

Please sign in to comment.