Skip to content
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

Switch to Vector{Data} to avoid breaking changes #6

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Conversation

JulStraus
Copy link
Member

Using Vector{<:Data} leads to breaking changes, as it would not allow to pass an empty Array and transform it then to a Vector{Data} array. This is circumvented by leaving it at Vector{Data}.

@JulStraus JulStraus merged commit e82c5ac into main Jan 30, 2024
6 checks passed
@JulStraus JulStraus deleted the fix/data-field branch March 3, 2024 09:58
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