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

lag transforms #6

Merged
merged 46 commits into from
Nov 3, 2023
Merged

lag transforms #6

merged 46 commits into from
Nov 3, 2023

Commits on Oct 26, 2023

  1. initial lag transforms

    jmoralez committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6aee2c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. add more rolling operations

    jmoralez committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    79060b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. include remaining transforms

    jmoralez committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    3a30724 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    e3f9ad7 View commit details
    Browse the repository at this point in the history
  2. increase build verbosity

    jmoralez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    8fa0eb0 View commit details
    Browse the repository at this point in the history
  3. update for apple

    jmoralez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    cd11e60 View commit details
    Browse the repository at this point in the history
  4. link openmp for clang

    jmoralez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6414f3f View commit details
    Browse the repository at this point in the history
  5. disable omp for arm64

    jmoralez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3a47729 View commit details
    Browse the repository at this point in the history
  6. set correct script name

    jmoralez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    41571ff View commit details
    Browse the repository at this point in the history
  7. move logic to cmake

    jmoralez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e0abcac View commit details
    Browse the repository at this point in the history
  8. Revert "move logic to cmake"

    This reverts commit e0abcac.
    jmoralez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7e167c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f24a8b View commit details
    Browse the repository at this point in the history
  10. stop trolling

    jmoralez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    68e87c7 View commit details
    Browse the repository at this point in the history
  11. install tomli

    jmoralez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2b60fe4 View commit details
    Browse the repository at this point in the history
  12. use toml

    jmoralez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    98fe593 View commit details
    Browse the repository at this point in the history
  13. update env

    jmoralez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    22e7f4f View commit details
    Browse the repository at this point in the history
  14. install libomp for macos

    jmoralez committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7a8ba90 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. ensure contigous

    jmoralez committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    42492f3 View commit details
    Browse the repository at this point in the history
  2. install libomp for macos

    jmoralez committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c66ad79 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. set linker flags

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0239828 View commit details
    Browse the repository at this point in the history
  2. restore c stuff

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2591072 View commit details
    Browse the repository at this point in the history
  3. restrict ci to debug

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    70efd7c View commit details
    Browse the repository at this point in the history
  4. restore link

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8074b2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f09b01a View commit details
    Browse the repository at this point in the history
  6. build wheel on macos-11

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5c59c05 View commit details
    Browse the repository at this point in the history
  7. set macos deployment target

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1ad6a62 View commit details
    Browse the repository at this point in the history
  8. use xcode11

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    515e456 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a06becf View commit details
    Browse the repository at this point in the history
  10. test with pip

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    18820f7 View commit details
    Browse the repository at this point in the history
  11. use pip3

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8389d0f View commit details
    Browse the repository at this point in the history
  12. restore repair wheel

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8de3b25 View commit details
    Browse the repository at this point in the history
  13. set correct name

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    aaa43f4 View commit details
    Browse the repository at this point in the history
  14. ._.

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9498ff5 View commit details
    Browse the repository at this point in the history
  15. maybe

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3cea72c View commit details
    Browse the repository at this point in the history
  16. maybe2

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a41d6c8 View commit details
    Browse the repository at this point in the history
  17. remove cache

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    671fb7d View commit details
    Browse the repository at this point in the history
  18. bash shell

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6ddfca5 View commit details
    Browse the repository at this point in the history
  19. restore ci

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b60473a View commit details
    Browse the repository at this point in the history
  20. add importlib_resources

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    db32b6f View commit details
    Browse the repository at this point in the history
  21. split api by dtype

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0688f2b View commit details
    Browse the repository at this point in the history
  22. improve scalers naming

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6029122 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7f80c85 View commit details
    Browse the repository at this point in the history
  24. increase rtol

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e4273a7 View commit details
    Browse the repository at this point in the history
  25. increase rtol again

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    253d8fd View commit details
    Browse the repository at this point in the history
  26. rtol again

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2c99fd2 View commit details
    Browse the repository at this point in the history
  27. rtol again

    jmoralez committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1339322 View commit details
    Browse the repository at this point in the history