-
Notifications
You must be signed in to change notification settings - Fork 182
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
Support csv file reading and writing in loadtxt and savetxt. #958
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you @zoziha
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @zoziha, I also think that this is about ready to merge. I only have a couple comments.
@jvdp1, @perazz Thanks for your review. There is a bug that made me dig deep into the reason and it took a long time. I once mentioned in #532 that the combination of Therefore, I have changed this internal detail to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you @zoziha.
Description
This PR will add a
delimiter
argument toloadtxt
andsavetxt
functions for issue #948 to support potential CSV data file support.Additionally, it corrects the title errors of
stdlib_math
andstdlib_sparse
docs.