File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed
robotpy-wpimath/semiwrap/geometry Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ jobs:
135135 - ' 3.11'
136136 - ' 3.12'
137137 - ' 3.13'
138+ - ' 3.14'
138139 include :
139140 - os : ubuntu-24.04-arm
140141 python_version : ' 3.11'
@@ -145,6 +146,9 @@ jobs:
145146 - os : ubuntu-24.04-arm
146147 python_version : ' 3.13'
147148 container : python:3.13-bookworm
149+ - os : ubuntu-22.04-arm
150+ python_version : ' 3.14'
151+ container : python:3.14-bookworm
148152
149153 container : ${{ matrix.container }}
150154
@@ -286,6 +290,9 @@ jobs:
286290 - container : wpilib/raspbian-cross-ubuntu:2025-bookworm-24.04-py313
287291 name : raspbian-py313
288292 base : raspbian
293+ - container : wpilib/raspbian-cross-ubuntu:2026-bookworm-22.04-py314
294+ name : raspbian-py314
295+ base : raspbian
289296
290297 container :
291298 image : " ${{ matrix.os.container }}"
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ classes:
3636 RelativeTo :
3737 ToMatrix :
3838 ToPose2d :
39+ RotateAround :
3940 Nearest :
4041 overloads :
4142 std::span<const Pose3d> [const] :
Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ classes:
3434 operator* :
3535 operator/ :
3636 operator== :
37+ RotateAround :
38+ SquaredDistance :
39+ SquaredNorm :
40+ Dot :
41+ Cross :
3742 Nearest :
3843 overloads :
3944 std::span<const Translation3d> [const] :
Original file line number Diff line number Diff line change 11[build-system ]
22build-backend = " hatchling.build"
33requires = [
4+ " semiwrap~=0.2.1" ,
5+ " hatch-meson~=0.1.0" ,
46 " semiwrap~=0.2.1" ,
57 " hatch-meson~=0.1.0" ,
68 " hatchling" ,
You can’t perform that action at this time.
0 commit comments