Skip to content

Releases: python-odin/odin

Release 1.4

10 Apr 15:03
Compare
Choose a tag to compare
  • UUID Improvements
    • codecs updated to directly support UUIDField
    • bugfix to handle null=True on UUIDField
  • 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

05 Feb 11:00
Compare
Choose a tag to compare
* UUID Field
* Bug fixes for CSV Codec
* Improvements to mapping and update (to ignore NotSupplied values)
* Additional documentation for DictCodec

1.2 Beta 2

24 Oct 11:57
Compare
Choose a tag to compare

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

20 Oct 15:00
Compare
Choose a tag to compare
1.2 Beta 1 Pre-release
Pre-release

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

01 Aug 13:09
Compare
Choose a tag to compare

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

11 Jul 04:10
Compare
Choose a tag to compare

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

29 Jun 02:02
Compare
Choose a tag to compare
Beta Release 1.0b4 Pre-release
Pre-release

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.

v1.0b3

07 Mar 00:13
Compare
Choose a tag to compare
v1.0b3 Pre-release
Pre-release

Fix to csv_codec.Reader

1.0b2

02 Mar 22:03
Compare
Choose a tag to compare
1.0b2 Pre-release
Pre-release
Bumped version to 1.0b2