warp_prism icon indicating copy to clipboard operation
warp_prism copied to clipboard

MAINT: remove hard dependency on odo

Open llllllllll opened this issue 6 years ago • 0 comments

Odo is currently a hard dependency of warp_prism to convert the sqlalchemy types into a numpy dtypes. Odo is no longer actively maintained and breaks with newer versions of pandas. This change reimplements the needed functionality in warp_prism directly without using odo. This PR does leave the odo edge registration code so that existing users don't see a change in functionality.

llllllllll avatar Jan 08 '20 01:01 llllllllll