-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(siu): allow pipe func to accept args and kwargs (#413)
* feat(siu): allow pipe func to accept args and kwargs * tests: add tests for pipe function * refactor(siu): manually set operation methods on symbolic * feat(siu)!: symbolic and call now pipe on rshift * feat: new pipe and call funcs with temporary names * chore: rename to final names, pipe and call * tests: update example notebook * fix: explicitly set hash on symbolic * fix: allow call >> call to produce PipeCall * tests: change some pipe tests to use call * tests: put correct output in pipe doctest * fix: call now works with no positional args
- Loading branch information
Showing
8 changed files
with
394 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.