Skip to content

Long type info #60

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

Closed
Sov-trotter opened this issue Jun 8, 2020 · 1 comment
Closed

Long type info #60

Sov-trotter opened this issue Jun 8, 2020 · 1 comment

Comments

@Sov-trotter
Copy link
Contributor

The type details for many geometries tend to be quite detailed, this causes problems while printing the data or representing it in a tabular form like dataframe that omits printing of data due to the long type names of GB columns. It'd be nice to have something like a Base.show() to sort of truncate the unnecessary info.

@ffreyer
Copy link
Collaborator

ffreyer commented Feb 11, 2025

We removed the meta infrastructure in 0.5 which was responsible for a lot of type complexity. The remaining complexity in Mesh is necessary for performance. Without it vertex data types aren't inferable and you run into a bunch of runtime dispatch issues.

@ffreyer ffreyer closed this as completed Feb 11, 2025
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

No branches or pull requests

2 participants