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: Maintain tagging in methods inherited from Table class #332

Merged

Commits on May 29, 2023

  1. Add exception classes

    zzril committed May 29, 2023
    Configuration menu
    Copy the full SHA
    0a5c611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    615d10a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ab4c93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1183c3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09110ca View commit details
    Browse the repository at this point in the history
  6. Add return type annotations

    zzril committed May 29, 2023
    Configuration menu
    Copy the full SHA
    ce347fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24c6aef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc6de53 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd5e6ab View commit details
    Browse the repository at this point in the history
  10. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of github.com:Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    zzril committed May 29, 2023
    Configuration menu
    Copy the full SHA
    e6da4d2 View commit details
    Browse the repository at this point in the history
  11. Add add_columns implementation

    zzril committed May 29, 2023
    Configuration menu
    Copy the full SHA
    5370f9f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b2846b View commit details
    Browse the repository at this point in the history
  13. Add more implementations

    zzril committed May 29, 2023
    Configuration menu
    Copy the full SHA
    46aa81a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f9f302c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    18d37fb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    30b85b6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6a637a7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4f0fc80 View commit details
    Browse the repository at this point in the history
  19. Fix typo in todo comment

    zzril committed May 29, 2023
    Configuration menu
    Copy the full SHA
    c02a34a View commit details
    Browse the repository at this point in the history
  20. Catch correct exception

    zzril committed May 29, 2023
    Configuration menu
    Copy the full SHA
    ab44cf8 View commit details
    Browse the repository at this point in the history
  21. Add tests

    zzril committed May 29, 2023
    Configuration menu
    Copy the full SHA
    e6621f3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    973f907 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c8ecbef View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9f9e03a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    348ab72 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f111adf View commit details
    Browse the repository at this point in the history
  27. Implement remove_columns_with_non_numerical_values

    Also added tests.
    zzril committed May 29, 2023
    Configuration menu
    Copy the full SHA
    eae61a9 View commit details
    Browse the repository at this point in the history
  28. Implement more row removing functions

    Also added tests.
    zzril committed May 29, 2023
    Configuration menu
    Copy the full SHA
    2a0fac8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f691f5b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    20b00de View commit details
    Browse the repository at this point in the history
  31. Add test for filter_rows

    zzril committed May 29, 2023
    Configuration menu
    Copy the full SHA
    e4f9b19 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    28474b8 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d71b572 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    ce68cc9 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c59f552 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Implement shuffle_rows

    zzril committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d42a9b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b0a713 View commit details
    Browse the repository at this point in the history
  3. Override slice_rows

    zzril committed May 30, 2023
    Configuration menu
    Copy the full SHA
    1ccf1dd View commit details
    Browse the repository at this point in the history
  4. Override sort_columns

    zzril committed May 30, 2023
    Configuration menu
    Copy the full SHA
    2d28696 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5df6fba View commit details
    Browse the repository at this point in the history
  6. Override sort_rows

    zzril committed May 30, 2023
    Configuration menu
    Copy the full SHA
    34376ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f1b19f View commit details
    Browse the repository at this point in the history
  8. Override transform_column

    zzril committed May 30, 2023
    Configuration menu
    Copy the full SHA
    20a4856 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    9dfab62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ad330a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71ed46a View commit details
    Browse the repository at this point in the history
  4. feat: Override transform_table

    zzril committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    319f44f View commit details
    Browse the repository at this point in the history
  5. Move import to type checking block

    Because the linter said so.
    zzril committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    0a23638 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af72037 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab40aaa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b42a8a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    131bf7a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b7919d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1984707 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8925a17 View commit details
    Browse the repository at this point in the history
  13. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of github.com:Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    zzril committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    f682b6a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2bf77fa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ec37d56 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

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

Commits on Jun 6, 2023

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

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    7619a0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5545621 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    22b57b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f00be6 View commit details
    Browse the repository at this point in the history
  3. Document exceptions in parent class

    (Not actually thrown yet, as the methods are not yet overriden.)
    zzril committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    e5936b8 View commit details
    Browse the repository at this point in the history
  4. Override remove_columns

    zzril committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    0d231f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    599f8b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cdb4e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d5a574 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d846885 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23cb5f8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3bcac2 View commit details
    Browse the repository at this point in the history
  11. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of github.com:Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    zzril committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    8cc8099 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    11fd2f6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d219a4f View commit details
    Browse the repository at this point in the history
  14. feat: add remove_target_column to TaggedTable

    Also added test.
    zzril committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    eb09acc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1809eb5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    925c100 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b44e8a4 View commit details
    Browse the repository at this point in the history
  18. Override remove_column

    zzril committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    3ce32f7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ffe64f5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    de0dc57 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a1d7fb1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    adbb9bd View commit details
    Browse the repository at this point in the history
  23. Fix comments

    zzril committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1dd8256 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a3f431b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f08a8af View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Merge branch 'main' into 58-in-taggedtable-override-methods-of-table-…

    …that-return-a-table
    zzril committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    f905b32 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Merge branch 'main' into 58-in-taggedtable-override-methods-of-table-…

    …that-return-a-table
    zzril committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    bdca892 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Merge branch 'main' into 58-in-taggedtable-override-methods-of-table-…

    …that-return-a-table
    
    Sorted the exceptions in `__all__` list in `src/safeds/exceptions/__int__.py`
    to make future merge conflicts more unlikely.
    zzril committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d28763f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Merge branch 'main' into 58-in-taggedtable-override-methods-of-table-…

    …that-return-a-table
    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    ed4baa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6507824 View commit details
    Browse the repository at this point in the history
  3. Drop remove_target_column method from TaggedTable

    The `features` property already does exactly the same.
    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    76ed6ad View commit details
    Browse the repository at this point in the history
  4. Add test for to_table

    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c4185c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5696f91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68dfc00 View commit details
    Browse the repository at this point in the history
  7. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of github.com:Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8854c54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8af1153 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    94b0a18 View commit details
    Browse the repository at this point in the history
  10. Implement keep_only_columns

    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6cb25c5 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into 58-in-taggedtable-override-methods-of-table-…

    …that-return-a-table
    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    1e21156 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'main' into 58-in-taggedtable-override-methods-of-table-…

    …that-return-a-table
    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    db1a22e View commit details
    Browse the repository at this point in the history
  13. Add as_table method

    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    636a4d0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0e0e8f6 View commit details
    Browse the repository at this point in the history
  15. Rename to _as_table

    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    67f694c View commit details
    Browse the repository at this point in the history
  16. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of github.com:Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e722c91 View commit details
    Browse the repository at this point in the history
  17. Fix call in OneHotEncoder

    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    813ca3f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cbea9c3 View commit details
    Browse the repository at this point in the history
  19. Fix next call in OneHotEncoder

    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    0d3eae1 View commit details
    Browse the repository at this point in the history
  20. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of github.com:Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    32c427c View commit details
    Browse the repository at this point in the history
  21. Fix last call in OneHotEncoder

    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    ddeebd3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1a9ece7 View commit details
    Browse the repository at this point in the history
  23. Add tests for keep_only_columns

    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    256ba64 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    85125d7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    871460b View commit details
    Browse the repository at this point in the history
  26. Fix name of test function

    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    66bcf8e View commit details
    Browse the repository at this point in the history
  27. Merge branch 'main' into 58-in-taggedtable-override-methods-of-table-…

    …that-return-a-table
    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    01e09c8 View commit details
    Browse the repository at this point in the history
  28. feat: Added methods TaggedTable.add_column_as_feature and `Taggedta…

    …ble.add_columns_as_features`
    
    feat: Added specific `target_names` to each method in `TaggedTable`
    Marsmaennchen221 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e0f7587 View commit details
    Browse the repository at this point in the history
  29. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of https://github.com/Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    
    # Conflicts:
    #	src/safeds/data/tabular/containers/_tagged_table.py
    Marsmaennchen221 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    ed531d3 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8e25c86 View commit details
    Browse the repository at this point in the history
  31. Merge branch 'main' into 58-in-taggedtable-override-methods-of-table-…

    …that-return-a-table
    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    851a83a View commit details
    Browse the repository at this point in the history
  32. Apply suggestions from code review

    Co-authored-by: Alexander <[email protected]>
    zzril and Marsmaennchen221 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    1ca61c7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b29be63 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8d335a3 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    65e0e72 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    bf42687 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    da93e49 View commit details
    Browse the repository at this point in the history
  38. Add tests for remove_column

    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e3a8ce5 View commit details
    Browse the repository at this point in the history
  39. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of github.com:Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    zzril committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6bfad10 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    90a7255 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    9c2c750 View commit details
    Browse the repository at this point in the history
  42. Merge branch 'main' of https://github.com/Safe-DS/Stdlib into 58-in-t…

    …aggedtable-override-methods-of-table-that-return-a-table
    
    # Conflicts:
    #	src/safeds/data/tabular/containers/_table.py
    Marsmaennchen221 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c4c00e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Merge branch 'main' into 58-in-taggedtable-override-methods-of-table-…

    …that-return-a-table
    zzril committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    48ed202 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into 58-in-taggedtable-override-methods-of-table-…

    …that-return-a-table
    zzril committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    3018b51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7437be1 View commit details
    Browse the repository at this point in the history
  4. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of https://github.com/Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    Marsmaennchen221 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    24dc166 View commit details
    Browse the repository at this point in the history
  5. feat: Using a table instead of super in TaggedTable.__init__ becaus…

    …e of problems with deepcopy
    Marsmaennchen221 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    75b3a23 View commit details
    Browse the repository at this point in the history
  6. Fix _as_table

    zzril committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7c366dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a31769d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into 58-in-taggedtable-override-methods-of-table-…

    …that-return-a-table
    zzril committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    711943e View commit details
    Browse the repository at this point in the history
  9. Update tests for sort_rows

    zzril committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f7219d5 View commit details
    Browse the repository at this point in the history
  10. Update inplace test

    zzril committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c01f208 View commit details
    Browse the repository at this point in the history
  11. Update test for shuffle_rows

    zzril committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    1ffe1c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0af1b01 View commit details
    Browse the repository at this point in the history
  13. Update tests for replace_column

    zzril committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f38ccdc View commit details
    Browse the repository at this point in the history
  14. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of github.com:Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    zzril committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7b23f4d View commit details
    Browse the repository at this point in the history
  15. test: Moved tests from test_tagged_table.py to their own files in _…

    …tagged_table
    
    test: parametrized tests for `TaggedTable.add_column`, `TaggedTable.add_column_as_feature`, `TaggedTable.add_columns`, `TaggedTable.add_columns_as_features`
    Marsmaennchen221 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    e49ff3d View commit details
    Browse the repository at this point in the history
  16. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of https://github.com/Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    Marsmaennchen221 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    6eac3fb View commit details
    Browse the repository at this point in the history
  17. Update test_rename_column.py

    zzril committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    d50a943 View commit details
    Browse the repository at this point in the history
  18. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of github.com:Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    zzril committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    72d8907 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'main' into 58-in-taggedtable-override-methods-of-table-…

    …that-return-a-table
    
    Kept the new checks that were added in `main` to `test_tagged_table.py`.
    zzril committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a4068c6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cc26bdf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4c83491 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    1562ba9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cff102f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    c4d212e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    447dd82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1016eef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31c83f3 View commit details
    Browse the repository at this point in the history
  5. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of github.com:Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    zzril committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    192d789 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae7a105 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e3c1d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b352d53 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8ef1442 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6cffec3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9212532 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6ea0147 View commit details
    Browse the repository at this point in the history
  13. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of github.com:Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    zzril committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    121f2a1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    70f9e9b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    09bbadb View commit details
    Browse the repository at this point in the history
  16. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of github.com:Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    zzril committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    0c38d5a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aecf49a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    03efb3c View commit details
    Browse the repository at this point in the history
  19. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of github.com:Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    zzril committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    1313f2a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8e7f365 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bffa974 View commit details
    Browse the repository at this point in the history
  22. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of github.com:Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    zzril committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ec945cf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0e761d4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7fb14a8 View commit details
    Browse the repository at this point in the history
  25. test: added parametrization to tests for TaggedTable and finished t…

    …he first tests
    
    fix: Fixed bug for `TaggedTable.filter_rows`
    feat: Improved error messages for `Table.keep_only_columns`
    Marsmaennchen221 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    af7a716 View commit details
    Browse the repository at this point in the history
  26. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of https://github.com/Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    Marsmaennchen221 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3f8f816 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    afbefab View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3c6feb0 View commit details
    Browse the repository at this point in the history
  29. feat: Improved error messages for TaggedTable.remove_columns, `Tagg…

    …edTable.remove_columns_with_missing_values` and `TaggedTable.remove_columns_with_non_numerical_values`
    Marsmaennchen221 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a00f440 View commit details
    Browse the repository at this point in the history
  30. Merge branch '58-in-taggedtable-override-methods-of-table-that-return…

    …-a-table' of https://github.com/Safe-DS/Stdlib into 58-in-taggedtable-override-methods-of-table-that-return-a-table
    Marsmaennchen221 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    7c36d64 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c3bf71d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f7a8c6f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a9e5851 View commit details
    Browse the repository at this point in the history
  34. Apply suggestions from code review

    Co-authored-by: patrikguempel <[email protected]>
    Marsmaennchen221 and patrikguempel committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    0d159c2 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    168891f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Update src/safeds/data/tabular/containers/_tagged_table.py

    Co-authored-by: Simon Breuer <[email protected]>
    zzril and sibre28 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    6e65b12 View commit details
    Browse the repository at this point in the history
  2. Update tests/safeds/data/tabular/containers/_table/_tagged_table/test…

    …_remove_columns_with_non_numerical_values.py
    
    Co-authored-by: Simon Breuer <[email protected]>
    zzril and sibre28 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    d590824 View commit details
    Browse the repository at this point in the history
  3. Update tests/safeds/data/tabular/containers/_table/_tagged_table/test…

    …_keep_only_columns.py
    
    Co-authored-by: Simon Breuer <[email protected]>
    zzril and sibre28 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    fd2e1e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0f2451 View commit details
    Browse the repository at this point in the history
  5. Update src/safeds/data/tabular/containers/_tagged_table.py

    Co-authored-by: Simon Breuer <[email protected]>
    zzril and sibre28 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    ea1a46c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f37586b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0db7131 View commit details
    Browse the repository at this point in the history
  8. Update src/safeds/data/tabular/containers/_tagged_table.py

    Co-authored-by: Simon Breuer <[email protected]>
    zzril and sibre28 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    ff3782b View commit details
    Browse the repository at this point in the history