-
Notifications
You must be signed in to change notification settings - Fork 16
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
added support for dictionary and fixed bugs #95
Conversation
I don't know if we talked about this, but should it be s8, s16, etc for consistency with Nx and Explorer? |
Oh we haven't but I can change them in a minute! Should we keep the old ones for compatibility or just rename them and make it a breaking change? |
let's just rename them and make it a breaking change, i don't think anyone is using them yet. But we can make it in a separate PR! |
Ok I'll send a PR soon! |
This PR fixed some bugs and added support for encoding and decoding dictionary types.