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

need __version__.py if user needs to compile for their architecture or python version. #556

Closed
wants to merge 6 commits into from

Commits on Aug 6, 2024

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

Commits on Aug 7, 2024

  1. Update setup.py

    r-akemii committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e2faa53 View commit details
    Browse the repository at this point in the history
  2. rename file path

    r-akemii committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    140f53a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. removes cython from path

    r-akemii committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ff0ecd4 View commit details
    Browse the repository at this point in the history
  2. .

    pveigadecamargo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ee0cb83 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Remove .pxd files to where the module will end up (above cython/)

    Remove paramaters.pxi, it was largely unused.  Remove .pyx source from wheels (they weren't being included anyway, not
    sure why), it's not useful without our setup.py anyway. .pxd files are useful to others though.  Remove __version__.py,
    not necessary
    Jake-Moss committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7b93a4e View commit details
    Browse the repository at this point in the history