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

migrate ETS to C++ #757

Merged
merged 50 commits into from
Aug 30, 2024
Merged

migrate ETS to C++ #757

merged 50 commits into from
Aug 30, 2024

Commits on Jan 11, 2024

  1. initial work

    jmoralez committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    729c08d View commit details
    Browse the repository at this point in the history
  2. add vscode settings

    jmoralez committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    43c2b1f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. export all fns

    jmoralez committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4c17ad9 View commit details
    Browse the repository at this point in the history
  2. setup pyproject

    jmoralez committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3997eae View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. export ets update

    jmoralez committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    08dd70d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f3d3f6 View commit details
    Browse the repository at this point in the history
  3. add export for windows

    jmoralez committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    3c3090e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37a28ec View commit details
    Browse the repository at this point in the history
  5. merge main

    jmoralez committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    2f9fa02 View commit details
    Browse the repository at this point in the history
  6. use ninja instead of make

    jmoralez committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    3beca1f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    c38e2df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6b9eb6 View commit details
    Browse the repository at this point in the history
  3. restore python versions

    jmoralez committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    39fa3da View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. add fugue to local env

    jmoralez committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    4dc2e12 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. publish wheels to s3

    jmoralez committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6d0915e View commit details
    Browse the repository at this point in the history
  2. set pyversion as str

    jmoralez committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9b40f9e View commit details
    Browse the repository at this point in the history
  3. remove acl

    jmoralez committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4a8fb8b View commit details
    Browse the repository at this point in the history
  4. add update_index

    jmoralez committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    fb6599a View commit details
    Browse the repository at this point in the history
  5. clone repo

    jmoralez committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9226a2b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    b4dac84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6646e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70972a3 View commit details
    Browse the repository at this point in the history
  4. skip all wheel tests

    jmoralez committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    1372d0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aba8191 View commit details
    Browse the repository at this point in the history
  6. upper bound for pandas

    jmoralez committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2762eae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c8b71b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. migrate to nanobind

    jmoralez committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    92fb190 View commit details
    Browse the repository at this point in the history
  2. small updates

    jmoralez committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    459756c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. migrate to pybind11

    jmoralez committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6cbd68c View commit details
    Browse the repository at this point in the history
  2. enhancements

    jmoralez committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4cf856b View commit details
    Browse the repository at this point in the history
  3. merge main

    jmoralez committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7665312 View commit details
    Browse the repository at this point in the history
  4. fixes

    jmoralez committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e144f98 View commit details
    Browse the repository at this point in the history
  5. deps fixes

    jmoralez committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    73eae80 View commit details
    Browse the repository at this point in the history
  6. define all extra

    jmoralez committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4d5459c View commit details
    Browse the repository at this point in the history
  7. change matrix

    jmoralez committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    348b937 View commit details
    Browse the repository at this point in the history
  8. rename

    jmoralez committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c49bd1b View commit details
    Browse the repository at this point in the history
  9. restore archs

    jmoralez committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ffab27e View commit details
    Browse the repository at this point in the history
  10. run tests on built wheels

    jmoralez committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8a1f0f3 View commit details
    Browse the repository at this point in the history
  11. unique name for artifacts

    jmoralez committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    37a93c3 View commit details
    Browse the repository at this point in the history
  12. fix artifact download

    jmoralez committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    54ab5cb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    136f99e View commit details
    Browse the repository at this point in the history
  2. move pins to ray

    jmoralez committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f1891aa View commit details
    Browse the repository at this point in the history
  3. remove verbosity

    jmoralez committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1e2e764 View commit details
    Browse the repository at this point in the history
  4. try relative import

    jmoralez committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cabfd35 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. use setuptools

    jmoralez committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f266219 View commit details
    Browse the repository at this point in the history
  2. fix extras

    jmoralez committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c4064fb View commit details
    Browse the repository at this point in the history
  3. reduce cibw verbosity

    jmoralez committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4fc8c93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad40127 View commit details
    Browse the repository at this point in the history
  5. update contributing

    jmoralez committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    71cf866 View commit details
    Browse the repository at this point in the history
  6. update python-publish

    jmoralez committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e7bfc44 View commit details
    Browse the repository at this point in the history