-
Notifications
You must be signed in to change notification settings - Fork 19
Initial 2027 updates #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
virtuald
wants to merge
9
commits into
2027
Choose a base branch
from
initial-2027
base: 2027
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Initial 2027 updates #175
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
69961bd
Updated dependencies
virtuald 2a2449a
Split datalog from wpiutil
virtuald 92ea93d
Fix wpiutil tests
virtuald 6b99cb1
Update ntcore for 2027
virtuald 61cc603
Update hal for 2027
virtuald c219f61
Update wpimath for 2027
virtuald c1ee7a5
Update cscore for 2027
virtuald e11f707
Update wpilib for 2027
virtuald 726cbb1
Disable roboRIO CI
virtuald File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,24 +5,26 @@ requires = [ | |
"hatch-meson~=0.1.0b2", | ||
"hatch-robotpy~=0.2", | ||
"hatchling", | ||
"robotpy-native-ntcore==2025.3.2", | ||
"robotpy-wpiutil==2025.3.2.2", | ||
"robotpy-wpinet==2025.3.2.2", | ||
"robotpy-native-ntcore==2027.0.0a1.dev0", | ||
"robotpy-wpiutil==2027.0.0a1.dev0", | ||
"robotpy-wpinet==2027.0.0a1.dev0", | ||
"robotpy-wpilog==2027.0.0a1.dev0", | ||
] | ||
|
||
|
||
[project] | ||
name = "pyntcore" | ||
version = "2025.3.2.2" | ||
version = "2027.0.0a1.dev0" | ||
description = "Binary wrappers for the FRC ntcore library" | ||
authors = [ | ||
{name = "RobotPy Development Team", email = "[email protected]"}, | ||
] | ||
license = "BSD-3-Clause" | ||
dependencies = [ | ||
"robotpy-native-ntcore==2025.3.2", | ||
"robotpy-wpiutil==2025.3.2.2", | ||
"robotpy-wpinet==2025.3.2.2", | ||
"robotpy-native-ntcore==2027.0.0a1.dev0", | ||
"robotpy-wpiutil==2027.0.0a1.dev0", | ||
"robotpy-wpinet==2027.0.0a1.dev0", | ||
"robotpy-wpilog==2027.0.0a1.dev0", | ||
] | ||
|
||
[project.urls] | ||
|
@@ -60,7 +62,7 @@ scan_headers_ignore = [ | |
[tool.semiwrap.extension_modules."ntcore._ntcore"] | ||
name = "ntcore" | ||
wraps = ["robotpy-native-ntcore"] | ||
depends = ["wpiutil", "wpinet"] | ||
depends = ["wpiutil", "wpinet", "wpilog"] | ||
|
||
|
||
[tool.semiwrap.extension_modules."ntcore._ntcore".headers] | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,23 +5,23 @@ requires = [ | |
"hatch-meson~=0.1.0b2", | ||
"hatch-robotpy~=0.2", | ||
"hatchling", | ||
"robotpy-native-apriltag==2025.3.2", | ||
"robotpy-wpiutil==2025.3.2.2", | ||
"robotpy-wpimath==2025.3.2.2", | ||
"robotpy-native-apriltag==2027.0.0a1.dev0", | ||
"robotpy-wpiutil==2027.0.0a1.dev0", | ||
"robotpy-wpimath==2027.0.0a1.dev0", | ||
] | ||
|
||
[project] | ||
name = "robotpy-apriltag" | ||
version = "2025.3.2.2" | ||
version = "2027.0.0a1.dev0" | ||
description = "RobotPy bindings for WPILib's AprilTag library" | ||
authors = [ | ||
{name = "RobotPy Development Team", email = "[email protected]"}, | ||
] | ||
license = "BSD-3-Clause" | ||
dependencies = [ | ||
"robotpy-native-apriltag==2025.3.2", | ||
"robotpy-wpiutil==2025.3.2.2", | ||
"robotpy-wpimath==2025.3.2.2", | ||
"robotpy-native-apriltag==2027.0.0a1.dev0", | ||
"robotpy-wpiutil==2027.0.0a1.dev0", | ||
"robotpy-wpimath==2027.0.0a1.dev0", | ||
] | ||
|
||
[project.urls] | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't we dropping 32-bit ARM support for 2027?