-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure python codegen: move codegen to rerun and old log APIs to…
… log_deprecated (#3374) ### What Moves: - `rerun.log.error_utils` -> `rerun.error_utils` - `rerun.log.*` -> `rerun.log_deprecated.*` - `rerun.components.*` -> `rerun.components_deprecated.*` - `_rerun2.*` -> `rerun.*` Note, this required making the following changes in a few examples: * `rr.log.rects.RectFormat` -> `rr.RectFormat` * `rr.log.text.LoggingHandler` -> `rr.LoggingHandler` * `rr.log.annotation.AnnotationInfo` -> `rr.AnnotationInfo` Additionally, all of the AffixFuzzer is now generated into its own module in `rerun_py.tests.test_types` Does not yet move the new logging APIs out of `experimental`, but all of that can be managed in `rerun.__init__` now. * Resolves: #2537
- Loading branch information
Showing
196 changed files
with
822 additions
and
782 deletions.
There are no files selected for viewing
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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 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.