Skip to content

refactor(tensor): rename to_data_convert to to_data_as and into_data_convert to into_data_as, add to_vec_as and into_vec_as extensions for improved TensorData conversion methods - #156

Merged
crutcher merged 5 commits into
mainfrom
crutcher/to-data
Aug 6, 2026

Conversation

@crutcher

@crutcher crutcher commented Aug 5, 2026

Copy link
Copy Markdown
Member

No description provided.

…data_convert` to `into_data_as`, add `to_vec_as` and `into_vec_as` extensions for improved TensorData conversion methods
@crutcher

crutcher commented Aug 5, 2026

Copy link
Copy Markdown
Member Author

@laggui here's the TensorData convert/cast stuff.

…DataToVecAsExt` for improved dtype casting and conversion handling
…a conversion in multiple modules for improved efficiency and readability
@crutcher

crutcher commented Aug 5, 2026

Copy link
Copy Markdown
Member Author

I'm going with try_ methods here; as we need to start moving away from the baseline panic versions. There's some conversion mechanics I can't effectively do as a wrapper, and should leverage internals on migration.

…dules for consistent and accurate dtype conversions, add missing `prelude` imports where needed
@crutcher
crutcher enabled auto-merge (squash) August 6, 2026 04:35
@crutcher
crutcher merged commit 8c21edb into main Aug 6, 2026
3 checks passed
@crutcher
crutcher deleted the crutcher/to-data branch August 6, 2026 04:39
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.

1 participant