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

[Draft] Python Wheels for PyPi #2010

Merged
merged 47 commits into from
Oct 3, 2021
Merged

[Draft] Python Wheels for PyPi #2010

merged 47 commits into from
Oct 3, 2021

Commits on Aug 28, 2021

  1. init

    tcuongd committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    983e08b View commit details
    Browse the repository at this point in the history
  2. allow manual run:

    tcuongd committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    042c912 View commit details
    Browse the repository at this point in the history
  3. temp triggers for testing

    tcuongd committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    a156cfd View commit details
    Browse the repository at this point in the history
  4. ensure pyproject.toml is used

    tcuongd committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    50e8ca6 View commit details
    Browse the repository at this point in the history
  5. fixes

    tcuongd committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    40e8f8f View commit details
    Browse the repository at this point in the history
  6. prophet namespace

    tcuongd committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    85f75c0 View commit details
    Browse the repository at this point in the history
  7. fix

    tcuongd committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    a6beac7 View commit details
    Browse the repository at this point in the history
  8. fix

    tcuongd committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    44e7eb3 View commit details
    Browse the repository at this point in the history
  9. expose tests

    tcuongd committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    2f9b7ff View commit details
    Browse the repository at this point in the history
  10. clarify setup

    tcuongd committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    ab845cd View commit details
    Browse the repository at this point in the history
  11. fix

    tcuongd committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    765f71a View commit details
    Browse the repository at this point in the history
  12. use cibuildwheel

    tcuongd committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    f59468c View commit details
    Browse the repository at this point in the history
  13. set cibw options

    tcuongd committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    7b7f2b7 View commit details
    Browse the repository at this point in the history
  14. dont attempt windows wheel

    tcuongd committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    523d9a2 View commit details
    Browse the repository at this point in the history
  15. add cmdstanpy to the wheel

    tcuongd committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    37dd50d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Configuration menu
    Copy the full SHA
    292705c View commit details
    Browse the repository at this point in the history
  2. fix linux repair

    tcuongd committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    79c6f45 View commit details
    Browse the repository at this point in the history
  3. simplify setup.py

    tcuongd committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    65fea9d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. cache cmdstan files, make linux aware of extension modules, prune cmd…

    …stan logic
    Cuong Duong committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    ee1abe7 View commit details
    Browse the repository at this point in the history
  2. cleaner prune function, use cache for pip as well

    Cuong Duong committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    4d45c59 View commit details
    Browse the repository at this point in the history
  3. create .cmdstan dir first

    Cuong Duong committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    c09212b View commit details
    Browse the repository at this point in the history
  4. clean up and fix bugs in setup.py

    Cuong Duong committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    53e24d9 View commit details
    Browse the repository at this point in the history
  5. cmdstan cache on ci includes os version

    Cuong Duong committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    1bac7e8 View commit details
    Browse the repository at this point in the history
  6. typos

    Cuong Duong committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    144929e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. fix environment variables in docker containers

    Cuong Duong committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    a19d7ef View commit details
    Browse the repository at this point in the history
  2. fix env vars

    Cuong Duong committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    b84672a View commit details
    Browse the repository at this point in the history
  3. explicitly list home in env

    Cuong Duong committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    52b8047 View commit details
    Browse the repository at this point in the history
  4. .

    Cuong Duong committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    6ecd1ff View commit details
    Browse the repository at this point in the history
  5. run python command instead of using actions pkg

    Cuong Duong committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    4ff2707 View commit details
    Browse the repository at this point in the history
  6. fix absolute path

    Cuong Duong committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    e8d6bf0 View commit details
    Browse the repository at this point in the history
  7. /host mount only needed for Linux

    Cuong Duong committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    1d2aca2 View commit details
    Browse the repository at this point in the history
  8. .

    Cuong Duong committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    d33cbad View commit details
    Browse the repository at this point in the history
  9. clean and build in py code

    Cuong Duong committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    1bbb065 View commit details
    Browse the repository at this point in the history
  10. give env vars to linux, ensure perms

    Cuong Duong committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    22ea5e6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    292028a View commit details
    Browse the repository at this point in the history
  12. revert

    Cuong Duong committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    4eeb943 View commit details
    Browse the repository at this point in the history
  13. build for py36 and py37 as well

    Cuong Duong committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    e4fae99 View commit details
    Browse the repository at this point in the history
  14. consistent usage of platform variable

    Cuong Duong committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    e20d88c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    b7be6fb View commit details
    Browse the repository at this point in the history
  2. Add unit tests to wheel building (#2020)

    Freddy Boulton authored Oct 2, 2021
    Configuration menu
    Copy the full SHA
    a76d33a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3552e94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b996ff1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d6fade View commit details
    Browse the repository at this point in the history
  6. bring back build and test

    tcuongd committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    a971493 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eabe76f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    461c050 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

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