Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
- [x] Keyword arguments.
- [x] Mapping arguments and return values.
- [ ] Default arguments.
- [ ] Call Go in Python.
- [x] Call Go in Python.
- [x] Export Go functions, struct types to Python.
- [x] Auto export field types if it's a struct.
- [ ] Auto generate function signatures (used by gradio).
- [x] Auto generate function signatures (used by gradio).
- [x] Basic tests on common used libraries.
- [x] matplotlib
- [x] gradio
Expand Down