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

python extension for tinyexpr #118

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

Commits on Sep 13, 2024

  1. Create tinyexpy.pxd

    The cython file tinyexpy.pxd is used to bridge the c header file tinyexpr.h
    zhenghan008 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    048ab37 View commit details
    Browse the repository at this point in the history
  2. Create tinyexpy.pyx

    The cython file tinyexpy.pyx implements the c extension of python
    zhenghan008 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fe65b71 View commit details
    Browse the repository at this point in the history
  3. Create requirements.txt

    python requirements file
    zhenghan008 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a49d9f5 View commit details
    Browse the repository at this point in the history
  4. Create setup.py

    python setup file
    zhenghan008 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9dbbb3a View commit details
    Browse the repository at this point in the history
  5. Create test.py

    test file
    zhenghan008 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    50d72a4 View commit details
    Browse the repository at this point in the history
  6. Update tinyexpy.pyx

    Remove unused references in the typing module
    zhenghan008 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d8ee9aa View commit details
    Browse the repository at this point in the history
  7. Create setup.sh

    compile file
    zhenghan008 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f637e35 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Update tinyexpy.pyx

    Add SIZE_VARS macro definition
    zhenghan008 authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0465b00 View commit details
    Browse the repository at this point in the history