Release bridge v1.0.0 #156
Merged
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.
@carolinefrasca: This is a follow-up of PR #155, and should fix the earlier conflicts. (I tried to replace the original branch with this version; but deleting a branch seems to automatically close a PR.)
Bridge [1.0.0] - 2025-07-21
Added
Changed
Tensorfrom Max, bothbridge.numpy.ndarray_to_tensorandbridge.numpy.tensor_to_ndarraynow operate onLayoutTensors instead ofTensors.Removed
bridge.numpy.ndarray_to_layouttensorandbridge.numpy.layouttensor_to_ndarray, which have been renamed tobridge.numpy.ndarray_to_tensorandbridge.numpy.tensor_to_ndarray, respectively.Checklist
recipe.yamlfile specifies which version(s) of MAX is compatible with my project (see here for an example). If not, my package is compatible with both 24.5 and 24.6.0(for new packages, or if the version changed).