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

remove LinearAlgebra as dependency #356

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

longemen3000
Copy link
Contributor

@longemen3000 longemen3000 commented Jul 16, 2024

seems that LinearAlgebra is loaded but not used. this affects downstream uses (as now LinearAlgebra is loaded separately). related: JuliaFolds2/Transducers.jl#35

Copy link
Member

@quinnj quinnj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm, weird. I think it was because we used to overload matrix/Matrix, but that didnt' make sense so we just made it Tables.matrix? Either way, this is a good clean up. Thanks @longemen3000!

@quinnj quinnj merged commit 41959fd into JuliaData:main Jul 17, 2024
6 checks passed
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.

2 participants