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

feat: join #870

Merged
merged 42 commits into from
Jul 19, 2024
Merged

feat: join #870

merged 42 commits into from
Jul 19, 2024

Commits on Jun 21, 2024

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

Commits on Jun 28, 2024

  1. first try

    grefrathc committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4081bca View commit details
    Browse the repository at this point in the history
  2. finished ISSUE 745 join

    grefrathc committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4fdface View commit details
    Browse the repository at this point in the history
  3. import warning fixed

    grefrathc committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7fb0b7a View commit details
    Browse the repository at this point in the history
  4. linter problems solved

    grefrathc committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    08ffdb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c02dce6 View commit details
    Browse the repository at this point in the history
  6. linter problems

    grefrathc committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    509c07d View commit details
    Browse the repository at this point in the history
  7. linter fixes #2

    grefrathc committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    440a89f View commit details
    Browse the repository at this point in the history
  8. linter fixes #3

    grefrathc committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    bf990a5 View commit details
    Browse the repository at this point in the history
  9. linter fixes #4

    grefrathc committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    44f3210 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f6ce318 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    76561ec View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Merge branch 'refs/heads/main' into 745-join

    # Conflicts:
    #	src/safeds/ml/classical/classification/_logistic_classifier.py
    #	tests/safeds/ml/classical/classification/test_logistic_classifier.py
    lars-reimann committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    3ce2aca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac6b862 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. documentation for join

    grefrathc committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    22faea8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af60c7e View commit details
    Browse the repository at this point in the history
  3. small changes in documentation - join

    grefrathc committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    7119cf5 View commit details
    Browse the repository at this point in the history
  4. test doc join

    grefrathc committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b54ea09 View commit details
    Browse the repository at this point in the history
  5. test rückgängig

    grefrathc committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2251f9f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. small changes

    Camilla Grefrath committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9224097 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into 745-join

    Camilla Grefrath committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0776679 View commit details
    Browse the repository at this point in the history
  3. changed None to null in documentation

    Camilla Grefrath committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4abd576 View commit details
    Browse the repository at this point in the history
  4. formatierung

    Camilla Grefrath committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    86a110b View commit details
    Browse the repository at this point in the history
  5. Validation

    Camilla Grefrath committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d550f95 View commit details
    Browse the repository at this point in the history
  6. formatierungsfehler gefixed

    Camilla Grefrath committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3e96f55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbb3576 View commit details
    Browse the repository at this point in the history
  8. tests for validation

    Camilla Grefrath committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    eab9833 View commit details
    Browse the repository at this point in the history
  9. correction

    Camilla Grefrath committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    099aaff View commit details
    Browse the repository at this point in the history
  10. linter

    Camilla Grefrath committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    55d5d2f View commit details
    Browse the repository at this point in the history
  11. literal mode

    Camilla Grefrath committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1e7af57 View commit details
    Browse the repository at this point in the history
  12. removed mode

    Camilla Grefrath committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2b2962b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    524df73 View commit details
    Browse the repository at this point in the history
  14. columnNotFound

    Camilla Grefrath committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    eafb51c View commit details
    Browse the repository at this point in the history
  15. import columnNotFoundError

    Camilla Grefrath committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    10b26fa View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4148512 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. docstrings are not redundant anymore

    Camilla Grefrath committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ce8aa8d View commit details
    Browse the repository at this point in the history
  2. tests for check column exists

    Camilla Grefrath committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    57abcee View commit details
    Browse the repository at this point in the history
  3. tests were already there so we deleted the redundant tests

    Camilla Grefrath committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    de5de4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bf76fc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    0d5edc6 View commit details
    Browse the repository at this point in the history
  2. test: parametrize test

    lars-reimann committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f65f20e View commit details
    Browse the repository at this point in the history
  3. test: parametrize test

    lars-reimann committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    172bbb8 View commit details
    Browse the repository at this point in the history