v0.1.9
What's Changed
Breaking Changes and Deprecations
- Simplify attribute signatures and use tuples for repeating attrs by @justinchuby in #186
- Deprecate
ir.Inputin favor ofir.valby @justinchuby in #185
API
- Ensure int/float attributes are stored as Python int/float by @justinchuby in #178
- Create a convenience constructor for Value by @justinchuby in #179
Core
- Support deserializing non-utf8 attributes in rare case by @justinchuby in #184
Documentation
- Add missing .. versionadded:: for DataType.is_string by @iksnagreb in #177
Other Changes
- Require ml_dtypes>=0.5.0 by @justinchuby in #188
- Change Attr
__str__to use repr() by @justinchuby in #190
Full Changelog: v0.1.8...v0.1.9