Skip to content

Pandas Datetime Fixes and Dropping Python 3.5 Support

Choose a tag to compare

@trangevi trangevi released this 09 Jun 16:32
· 39 commits to master since this release
95199ee

This release removes support for Python 3.5.

Modified pandas datetime/timedelta handling to be represented as a string with proper format strings in swagger. While pandas by default represents these as integers, we'll use strings for better swagger handling. An important note however, this only works for a subset of possible Pandas DataFrame orients ('records', 'index', 'columns', 'table'), due to current limitations with conforming to OpenApi version 2. v3 support will come later, at which point this handling should work for all orients.