Skip to content

Conversation

@unity-renovate
Copy link
Contributor

@unity-renovate unity-renovate bot commented Feb 8, 2025

This PR contains the following updates:

Package Type Update Editor Change
com.unity.mathematics dependencies minor ✅ Compatible 1.2.6 -> 1.3.2

✅ Editor bump: Not required for testproject/Packages/manifest.json

This is probably safe to merge for this project


Release Notes

com.unity.mathematics (com.unity.mathematics)

v1.3.2

Compare Source

Fixed

  • Fixed math.hash crash when using IL2CPP builds on Arm 32 bit devices.
  • Fixed obsolete method usage warnings for MatrixDrawer.CanCacheInspectorGUI and PrimitiveVectorDrawer.CanCacheInspectorGUI in UNITY_2023_2_OR_NEWER.
  • Updated minimum editor version to 2021.3

v1.3.1

Compare Source

Added

  • Added math.square to compute the square (x * x).
  • Added math.orthonormal_basis to compute an orthonormal basis from a single unit length vector.
  • Added math.sign for int, int2, int3 and int4.
  • Added math.chgsign for float, float2, float3, and float4.
  • Added math.Euler to convert a quaternion to Euler angles.
  • Added math.angle to compute the angle between two unit quaternions.
  • Added math.rotation to extract a quaternion rotation from a float3x3 (that may have scale).
  • Added math.mulScale to scale columns of a float3x3 with scaling coefficients in a float3.
  • Added math.scaleMul to scale rows of a float3x3 with scaling coefficients in a float3.
  • Added AffineTransform type.
  • Added PI2, PIHALF, TAU, TODEGREES and TORADIANS constants.

Changed

  • asfloat(uint), asuint(float), asint(float) and other related methods are now faster in mono without Burst. Other methods which use these will see a performance improvement.
  • Modified quaternion.nlerp to be branchless.
  • More descriptive parameter names for many methods in math class.
  • Made Il2CppEagerStaticClassConstructionAttribute internal to avoid conflicts with other definitions outside of the package.

v1.2.6

Compare Source

No release notes found for this version


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Unity Renovate Bot.

@unity-cla-assistant
Copy link

unity-cla-assistant commented Feb 8, 2025

CLA assistant check
All committers have signed the CLA.

@unity-renovate unity-renovate bot force-pushed the renovate/develop-upm-prj-com.unity.mathematics-1.x branch from f6b6e2e to 51b1a8d Compare February 10, 2025 18:22
@unity-renovate
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
MSBuild version 17.7.6+77d58ec69 for .NET
  Determining projects to restore...
/opt/containerbase/tools/dotnet/sdk/7.0.410/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(160,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 8.0.  Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download [/tmp/renovate/repos/github/Unity-Technologies/com.unity.netcode.gameobjects/Tools/CI/NGO.Cookbook.csproj]

@unity-renovate unity-renovate bot force-pushed the renovate/develop-upm-prj-com.unity.mathematics-1.x branch from 51b1a8d to 1d0ec9a Compare February 11, 2025 18:23
@unity-renovate
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@unity-renovate unity-renovate bot changed the title chore(deps): update upm project dependency com.unity.mathematics to v1.3.2 (develop) chore(deps): update upm project dependency com.unity.mathematics to v1.3.2 (develop) - abandoned Feb 19, 2025
@unity-renovate
Copy link
Contributor Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@michalChrobot michalChrobot deleted the renovate/develop-upm-prj-com.unity.mathematics-1.x branch February 19, 2025 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants