Skip to content

0.5.2

Compare
Choose a tag to compare
@kwmsmith kwmsmith released this 25 Apr 16:18
· 21 commits to master since this release

Release 0.5.2

New Features

  • Adds datashape.discover support for types.MappingProxyType
    objects in python 3 and types.DictProxyType in python 2.
  • Adds datashape.discover support for collections.OrderedDict
    objects.

Bug Fixes

  • Fixes datashape.promote to handle datashape.string types
    correctly when mixing with datashape.Option types.