Closed asmeurer closed 1 year ago
This is ready for final review. I have addressed all the review comments. I have also added CI with XFAILs/SKIPs (some tests have to be skipped because they crash on CI), and have updated the README with a list of the known issues. Assuming everything looks good here, I can cut a release with this.
how come this one was merged before the final review?
Because I am on PTO this week and I wanted to get this merged and released before then. If you have any further comments feel free to comment here or open a new issue.
Yes, I want to add the test suite to the CI. I will finish #13 before releasing this. I guess we can add some basic linting, although we'll need some ignore comments due to the import * stuff that I have to do in the init files.
I did that in the functions that I needed to access attributes on the input (
x.ndim
). Otherwise I just pass everything through to the corresponding torch functions. It's quite possible I missed some cases here as the test suite is only going to be testing inputs that are valid according to the spec (i.e., only passing array inputs to functions).I'll take a look.