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

Add Cython Support to Arrow #1143

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

Add Cython Support to Arrow #1143

wants to merge 10 commits into from

Commits on Nov 21, 2022

  1. add cython setup

    Co-Authored by: Lukas Lemke <90070416+13MK3@users.noreply.github.com>
    khanm3 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    12dbba8 View commit details
    Browse the repository at this point in the history
  2. modify arrow.py to work with cython

    Co-Authored by: Lukas Lemke <90070416+13MK3@users.noreply.github.com>
    khanm3 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e819f87 View commit details
    Browse the repository at this point in the history
  3. modify test_locales.py to work with cython

    Co-Authored by: Lukas Lemke <90070416+13MK3@users.noreply.github.com>
    - since cython doesn't support changing builtins at runtime
    khanm3 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    693076e View commit details
    Browse the repository at this point in the history
  4. add code coverage compatibility for cython

    Co-Authored by: Lukas Lemke <90070416+13MK3@users.noreply.github.com>
    khanm3 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5d5fe3f View commit details
    Browse the repository at this point in the history
  5. add make target to compile cython

    Co-Authored by: Lukas Lemke <90070416+13MK3@users.noreply.github.com>
    khanm3 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    00253c8 View commit details
    Browse the repository at this point in the history
  6. add cython to requirements.txt

    Co-Authored by: Lukas Lemke <90070416+13MK3@users.noreply.github.com>
    khanm3 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    c7e8ee0 View commit details
    Browse the repository at this point in the history
  7. add cython to setup.py requirements

    Co-Authored by: Lukas Lemke <90070416+13MK3@users.noreply.github.com>
    khanm3 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    64fdcec View commit details
    Browse the repository at this point in the history
  8. add improvements to Makefile

    Co-Authored by: Lukas Lemke <90070416+13MK3@users.noreply.github.com>
    
    - automatically compile cython when running make build3x
    - add target to clean .c and binary files produced from compiling cython
    khanm3 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    006f27b View commit details
    Browse the repository at this point in the history
  9. Revert "add cython to setup.py requirements"

    This reverts commit 64fdcec.
    khanm3 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4182e95 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

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