Start using the dataclasses introduced in #144 publicly. I.e.:
- Replacing
dict args and return vals of public functions.
Obviously many/all of these will technically be breaking changes, so some consideration will be needed. We don't want changes to have a good chance of failing silently for existing users.
Start using the dataclasses introduced in #144 publicly. I.e.:
dictargs and return vals of public functions.Obviously many/all of these will technically be breaking changes, so some consideration will be needed. We don't want changes to have a good chance of failing silently for existing users.