You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the MATLAB interface supports creating a few different arrow.array.Array classes, it would be a good idea to update the README.md for the MATLAB interface to show a few more usage examples of working with the Array classes and to mention that the -D MATLAB_ARROW_INTERFACE=ON flag for building the MATLAB interface code.
Component(s)
MATLAB
The text was updated successfully, but these errors were encountered:
…rray.Array` classes (#36213)
### Rationale for this change
This pull request updates the `README.md` for the MATLAB interface to include a few more usage examples of working with the new `arrow.arrayArray` classes and to mention that the `-D MATLAB_ARROW_INTERFACE=ON` flag for building the MATLAB interface code.
### What changes are included in this PR?
1. `README.md` updated to include usage examples for `arrow.array.Array` classes
2. `README.md` updated to mention `-D MATLAB_ARROW_INTERFACE=ON` flag
### Are these changes tested?
"Yes". Manually verified that the changes look as expected visually.
### Are there any user-facing changes?
Yes. The `README.md` is now updated to include mention of the new `arrow.array.Array` classes.
### Future Directions
1. In the future, we plan to incrementally keep the `README.md` up to date (and potentially add more extensive documentation in other files) as we continue to build out the APIs for the MATLAB interface. We might consider restructuring the documentation more extensively as we move closer to a "v1" version of the MATLAB interface.
### Notes
1. Thanks @ sgilmore10 for your help with this pull request!
* Closes: #36212
Lead-authored-by: Kevin Gurney <[email protected]>
Co-authored-by: Kevin Gurney <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
Co-authored-by: Sarah Gilmore <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
Now that the MATLAB interface supports creating a few different
arrow.array.Array
classes, it would be a good idea to update theREADME.md
for the MATLAB interface to show a few more usage examples of working with theArray
classes and to mention that the-D MATLAB_ARROW_INTERFACE=ON
flag for building the MATLAB interface code.Component(s)
MATLAB
The text was updated successfully, but these errors were encountered: