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

Hatch to manage Python virtualenvs #87

Merged
merged 15 commits into from
Nov 8, 2022
Merged

Hatch to manage Python virtualenvs #87

merged 15 commits into from
Nov 8, 2022

Commits on Nov 3, 2022

  1. package management with hatch

    Kafonek committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    d9eddd0 View commit details
    Browse the repository at this point in the history
  2. fix copy/paste typo

    Kafonek committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    c97bcc7 View commit details
    Browse the repository at this point in the history
  3. fix typo on John's name

    Kafonek committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    ab88b3c View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Co-authored-by: David Brochart <[email protected]>
    Matt Kafonek and davidbrochart authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    5ecf93c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b35ac3 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Co-authored-by: David Brochart <[email protected]>
    Matt Kafonek and davidbrochart authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    50bee53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74a51fe View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Co-authored-by: David Brochart <[email protected]>
    Matt Kafonek and davidbrochart authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    8af19b5 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Co-authored-by: David Brochart <[email protected]>
    Matt Kafonek and davidbrochart authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    fa17880 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. add test env with matrix of python versions

    Kafonek committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    5e94928 View commit details
    Browse the repository at this point in the history
  2. update ci/cd tests to use hatch

    Kafonek committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    5040782 View commit details
    Browse the repository at this point in the history
  3. unset CONDA_PREFIX before building with maturin

    Kafonek committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    8879012 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Update pyproject.toml

    Co-authored-by: David Brochart <[email protected]>
    Matt Kafonek and davidbrochart authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0196977 View commit details
    Browse the repository at this point in the history
  2. update readme to reflect tests through py3.11

    Kafonek committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1decca5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e26484c View commit details
    Browse the repository at this point in the history