Skip to content

CHORE: Bump usd-core from 24.11 to 25.2#1128

Merged
dipinknair merged 2 commits into
mainfrom
dependabot/pip/usd-core-25.2
Mar 24, 2025
Merged

CHORE: Bump usd-core from 24.11 to 25.2#1128
dipinknair merged 2 commits into
mainfrom
dependabot/pip/usd-core-25.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 24, 2025

Copy link
Copy Markdown
Contributor

Bumps usd-core from 24.11 to 25.2.

Release notes

Sourced from usd-core's releases.

Version 25.02

Version 25.02a

Changelog

Sourced from usd-core's changelog.

Change Log

[25.02a] - 2025-02-04

Build

  • Fixed a bug where builds with build_usd.py would fail when enabling the Alembic plugin with HDF5 support. (PR: #3501

USD

  • Fixed regressions when processing sublayer operations on package layers or layers that contain sublayer cycles. (Issue: #3493)

RenderMan Hydra Plugin

  • Fixed build failure with MaterialX 1.39.

[25.02] - 2025-01-21

Build

  • Various fixes and changes to build_usd.py:

    • Added --no-zlib option to disable building zlib, for developers that need to supply their own version of the library. (PR: #2988, #3130)
    • Updated Boost dependency to 1.86.0 for Visual Studio 2022. (Issue: #1062, #2044, #2158, #3102)
    • Updated OpenEXR dependency to v3.1.13. (PR: #3077)
    • Updated OpenImageIO dependency to v2.5.6.0. (PR: #2940)
    • Updated to download boost from SourceForge or the official boost host.
    • Added --(no-)usdValidation option to enable/disable building the USD validation framework. USD validation is enabled by default.
  • Fixed various issues in pxr_boost::python when building against Python 3.11. (Issue: #3384)

  • Fixed issue with missing headers causing build failures with Visual Studio 2022. (Issue: #3433)

  • Fixed issues with precompiled headers when using Visual Studio and Ninja. (Issue: #3408,

... (truncated)

Commits
  • ba8aaf1 Merge release v25.02
  • bc8fbe7 Report 25.02 performance test results for open source USD assets
  • 108f8fd Another simpleShading tutorial fix
  • f7127e3 25.02 release notes
  • 5973111 Hydra emulation: making tasks also go through emulation. More precisely, the ...
  • 7579b91 usdShade: Use TfStaticData for shared UsdStageCache
  • 06a9c5e hdPrman: Revert change 2348432
  • 2b125e8 [hd] Update SamplePrimvar documentation to reflect 24.08 behavior
  • e724015 [hdPrman] Fix HD_PRMAN_ALL_LIGHTS_FIXED_SAMPLE_COUNT
  • 824f433 Adding in-page TOCs to some Sphinx doc pages
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [usd-core](https://github.com/PixarAnimationStudios/OpenUSD) from 24.11 to 25.2.
- [Release notes](https://github.com/PixarAnimationStudios/OpenUSD/releases)
- [Changelog](https://github.com/PixarAnimationStudios/OpenUSD/blob/dev/CHANGELOG.md)
- [Commits](PixarAnimationStudios/OpenUSD@v24.11...v25.02)

---
updated-dependencies:
- dependency-name: usd-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from a team as a code owner March 24, 2025 20:33
@dependabot dependabot Bot added dependabot Related to dependabot dependencies Related with project dependencies maintenance Package and maintenance related major Major issue which may have to be subdivided into smaller ones labels Mar 24, 2025
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 24, 2025
@codacy-production

Copy link
Copy Markdown

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.04% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (caa79e1) 2510 2188 87.17%
Head commit (bdc8467) 2510 (+0) 2187 (-1) 87.13% (-0.04%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1128) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@codecov

codecov Bot commented Mar 24, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.13%. Comparing base (caa79e1) to head (bdc8467).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1128      +/-   ##
==========================================
- Coverage   87.17%   87.13%   -0.04%     
==========================================
  Files          39       39              
  Lines        2510     2510              
==========================================
- Hits         2188     2187       -1     
- Misses        322      323       +1     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dipinknair
dipinknair merged commit 7f2f070 into main Mar 24, 2025
@dipinknair
dipinknair deleted the dependabot/pip/usd-core-25.2 branch March 24, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Related to dependabot dependencies Related with project dependencies documentation Improvements or additions to documentation maintenance Package and maintenance related major Major issue which may have to be subdivided into smaller ones

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants