Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: remove hard dependency on odo #12

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jan 8, 2020

  1. MAINT: remove hard dependency on odo

    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.
    Joe Jevnik committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    f5fda83 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Configuration menu
    Copy the full SHA
    389a349 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. TST: make pandas tests optional

    Joe Jevnik committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    f856748 View commit details
    Browse the repository at this point in the history
  2. TST: test sqlalchemy

    Joe Jevnik committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    61b65ad View commit details
    Browse the repository at this point in the history
  3. BUG: fix imports

    Joe Jevnik committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    ca26dc0 View commit details
    Browse the repository at this point in the history
  4. TST: remove old python

    Joe Jevnik committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    ba0cc96 View commit details
    Browse the repository at this point in the history
  5. BLD: no 3.7 for now

    Joe Jevnik committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    831c583 View commit details
    Browse the repository at this point in the history