Releases: python-odin/odin
Releases · python-odin/odin
Release 1.4
- UUID Improvements
- codecs updated to directly support
UUIDField
- bugfix to handle
null=True
onUUIDField
- codecs updated to directly support
EnumField
added to directly support enums- Modernisation of internal code to prepare for dropping of support for Python < 3.5 (thanks to @thedrow )
Release 1.3
* UUID Field * Bug fixes for CSV Codec * Improvements to mapping and update (to ignore NotSupplied values) * Additional documentation for DictCodec
1.2 Beta 2
Bug fix with proxy
There was a bug with ResourceBase.clean_fields that caused an Attribute Error when read-only fields are in use.
1.2 Beta 1
This release includes a number of feature improvements
- Proxy Resources - These allow a proxy to be used in place of a resource.
- Arrow field in contrib
- Some new utils - filter_fields, iter_to_choices
Release 1.1.1
Release that fixes a nasty bug in the JSON codec that causes "maximum recursion depth exceeded while calling a Python object" exception when an un-serialisable type is encountered.
Release 1.1
This release includes improvements to CSV codec and documentation.
See http://odin.readthedocs.io/en/1.x/examples/csv_codec.html for details
Beta Release 1.0b4
Improvements to CSV codec to allow for more customisation of how empty values are treated, customisation of how fields are ordered on sub-classed resources, improvements to documentation, small bug fixes.