Skip to content
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

CHORE: Bump usd-core from 24.8 to 24.11 #961

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps usd-core from 24.8 to 24.11.

Release notes

Sourced from usd-core's releases.

Version 24.11

Changelog

Sourced from usd-core's changelog.

[24.11] - 2024-10-25

Build

  • Removed boost dependency from OpenUSD. Note that boost must still be supplied when OpenVDB support is enabled due to its use of boost in headers.

  • OpenUSD now uses its own internal pxr_boost::python library for generating Python bindings instead of boost::python.

    • Types from OpenUSD like Usd.Stage will no longer interoperate with other C++ code that have been wrapped with boost::python. Client code with Python bindings that interoperate with OpenUSD types must be updated to use the new pxr_boost::python library. In particular, schema libraries should be regenerated to pick up the new library.
    • Users can revert to the old behavior of using boost::python by specifying PXR_USE_BOOST_PYTHON=ON when running CMake. This option is for testing and transition purposes; it is deprecated and will be removed in a future release.
  • Added "--boost-python" option to build_usd.py for building OpenUSD's Python bindings with boost::python. This option is for testing and transition purposes; it is deprecated and will be removed in a future release. Note that the build script will continue to build boost if it's needed by optional dependencies. These include OpenImageIO and OpenVDB.

  • Enabled support for imaging and usdImaging on Apple embedded platforms. (PR: #3215)

  • OpenUSD's internal namespace now includes the patch version to help distinguish releases within the same year. (PR: #3167)

  • Removed support for usd-core PyPI package for Python 3.6 and deprecated support for Python 3.7.

USD

  • Updated Tf file utilities to ignore reparse points on network file systems on Windows. Reparse points on these systems are unlikely to be accessible from the remote machines. (PR: #2934)

  • Updated pxrTslRobinMap to latest release, 1.3.0, using erase_fast instead of erase when the returned iterator is not needed. (PR: #3253, #3255)

  • Added support for named color spaces from the Color Interchange Forum to GfColorSpace.

  • Added Gf.Color and Gf.ColorSpace Python bindings.

... (truncated)

Commits
  • 9b0c13b Merge release v24.11
  • 238f0b7 pcp: Fix test when incremental changes for layer ops are disabled
  • d431829 Update 24.11 Release Date
  • 8dda86f Doc update: Bumping usdz ver to 1.3 with AVIF support
  • 85c7f10 pcp: Fix bug when muting layers/removing sublayers with sublayers
  • 7eb1af8 doc fixes for tutorial errors
  • a1fdf91 Adding missing build option from release note
  • bc2e5a8 Adding note about optional dependencies still potentially needing to build wi...
  • 899c19e 24.11 release notes
  • 34ea96a docs: Remove boost from dependencies and build instructions
  • 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.8 to 24.11.
- [Release notes](https://github.com/PixarAnimationStudios/OpenUSD/releases)
- [Changelog](https://github.com/PixarAnimationStudios/OpenUSD/blob/release/CHANGELOG.md)
- [Commits](PixarAnimationStudios/OpenUSD@v24.08...v24.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 28, 2024 20:07
@dependabot dependabot bot added dependabot Related to dependabot dependencies Related with project dependencies maintenance Package and maintenance related labels Oct 28, 2024
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) October 28, 2024 20:07
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 28, 2024
@pyansys-ci-bot pyansys-ci-bot merged commit 13f29aa into main Oct 28, 2024
48 checks passed
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/usd-core-24.11 branch October 28, 2024 20:19
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.19%. Comparing base (b95edcf) to head (faafacf).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #961   +/-   ##
=======================================
  Coverage   81.19%   81.19%           
=======================================
  Files          36       36           
  Lines        2302     2302           
=======================================
  Hits         1869     1869           
  Misses        433      433           

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant