-
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
Merged
Merged
Initial 2027 updates #175
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
3f9d0c4
Updated dependencies
virtuald ffd3d75
Split datalog from wpiutil
virtuald f1c1a8e
Fix wpiutil tests
virtuald ddb4c5a
Update ntcore for 2027
virtuald 8fb5bef
Update hal for 2027
virtuald 111ad77
Update wpimath for 2027
virtuald 2796536
Update cscore for 2027
virtuald 910d02a
Update wpilib for 2027
virtuald 85acb2a
rdev: Update robot wheel platform
virtuald feab2b4
Add Systemcore CI
virtuald d31f991
Disable broken ntcore test
virtuald 6cd9be6
Replace roborio macros/paths with systemcore macros/paths
virtuald 2ad1e53
Update usage reporting
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 |
---|---|---|
|
@@ -3,26 +3,28 @@ build-backend = "hatchling.build" | |
requires = [ | ||
"semiwrap~=0.1.4", | ||
"hatch-meson~=0.1.0b2", | ||
"hatch-robotpy~=0.2", | ||
"hatch-robotpy~=0.2.1", | ||
"hatchling", | ||
"robotpy-native-ntcore==2025.3.2.1", | ||
"robotpy-wpiutil==2025.3.2.4", | ||
"robotpy-wpinet==2025.3.2.4", | ||
"robotpy-native-ntcore==2027.0.0a2", | ||
"robotpy-wpiutil==2027.0.0a2", | ||
"robotpy-wpinet==2027.0.0a2", | ||
"robotpy-wpilog==2027.0.0a2", | ||
] | ||
|
||
|
||
[project] | ||
name = "pyntcore" | ||
version = "2025.3.2.4" | ||
version = "2027.0.0a2" | ||
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.1", | ||
"robotpy-wpiutil==2025.3.2.4", | ||
"robotpy-wpinet==2025.3.2.4", | ||
"robotpy-native-ntcore==2027.0.0a2", | ||
"robotpy-wpiutil==2027.0.0a2", | ||
"robotpy-wpinet==2027.0.0a2", | ||
"robotpy-wpilog==2027.0.0a2", | ||
] | ||
|
||
[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
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 |
---|---|---|
|
@@ -3,25 +3,25 @@ build-backend = "hatchling.build" | |
requires = [ | ||
"semiwrap~=0.1.4", | ||
"hatch-meson~=0.1.0b2", | ||
"hatch-robotpy~=0.2", | ||
"hatch-robotpy~=0.2.1", | ||
"hatchling", | ||
"robotpy-native-apriltag==2025.3.2.1", | ||
"robotpy-wpiutil==2025.3.2.4", | ||
"robotpy-wpimath==2025.3.2.4", | ||
"robotpy-native-apriltag==2027.0.0a2", | ||
"robotpy-wpiutil==2027.0.0a2", | ||
"robotpy-wpimath==2027.0.0a2", | ||
] | ||
|
||
[project] | ||
name = "robotpy-apriltag" | ||
version = "2025.3.2.4" | ||
version = "2027.0.0a2" | ||
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.1", | ||
"robotpy-wpiutil==2025.3.2.4", | ||
"robotpy-wpimath==2025.3.2.4", | ||
"robotpy-native-apriltag==2027.0.0a2", | ||
"robotpy-wpiutil==2027.0.0a2", | ||
"robotpy-wpimath==2027.0.0a2", | ||
] | ||
|
||
[project.urls] | ||
|
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.
Uh oh!
There was an error while loading. Please reload this page.