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

(v3.6.0) - Poetry migration #448

Merged
merged 25 commits into from
Sep 26, 2024
Merged

(v3.6.0) - Poetry migration #448

merged 25 commits into from
Sep 26, 2024

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    839646e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    269ada7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    cdc0c21 View commit details
    Browse the repository at this point in the history
  2. Poetry: Add pyproject.toml and poetry.lock, deleted all deprecated fi…

    …les (setup.cfg, setup.py, requirements.txt, python_environment.yml, MANIFEST.in)
    AlejandroCN7 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7141e42 View commit details
    Browse the repository at this point in the history
  3. Dockerfiles: Update with Poetry, separated images for production (exp…

    …eriments) and development (devcontainer) using Poetry
    AlejandroCN7 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e474d40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed74881 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0c7120 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e43b9d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    4d8d74e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a92c1db View commit details
    Browse the repository at this point in the history
  3. Workflows update: Include Poetry installation, setup python uses cach…

    …e of poetry for efficiency
    AlejandroCN7 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e92a4b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db10a43 View commit details
    Browse the repository at this point in the history
  5. Add DockerHub badge

    AlejandroCN7 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cae95d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a981d2 View commit details
    Browse the repository at this point in the history
  7. Isort fix

    AlejandroCN7 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8484fb0 View commit details
    Browse the repository at this point in the history
  8. Added test to Dockerfile

    AlejandroCN7 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d00292f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d3108d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f1c526 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    070c67b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d447132 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Fixed pyproject.toml: Deleted extras (doesn't work) and organized all…

    … in optional groups with redundance (no support for extend groups)
    AlejandroCN7 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8578d1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70f3f02 View commit details
    Browse the repository at this point in the history
  3. Worflow fix

    AlejandroCN7 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    361bd31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e67fc19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bac242c View commit details
    Browse the repository at this point in the history