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

Code cleaning after classification refactor 2/n #1252

Merged
merged 77 commits into from
Nov 22, 2022
Merged

Code cleaning after classification refactor 2/n #1252

merged 77 commits into from
Nov 22, 2022

Commits on Oct 5, 2022

  1. functionals cleanup

    SkafteNicki committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    f0f8dce View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. remove old functions

    SkafteNicki committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a2c42b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f3328c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0a3d3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0d8e06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80815f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

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

Commits on Oct 22, 2022

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

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    67b8dcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e17049 View commit details
    Browse the repository at this point in the history
  3. clean docstring

    SkafteNicki committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    16b4295 View commit details
    Browse the repository at this point in the history
  4. more docstring cleaning

    SkafteNicki committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    282751b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. remaining changes to impl

    SkafteNicki committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    7e246a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b86eab View commit details
    Browse the repository at this point in the history
  3. fix imports

    SkafteNicki committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    619ddf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a7d89b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    6a1df14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dded5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08958e1 View commit details
    Browse the repository at this point in the history
  4. remove old warning

    SkafteNicki committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    6fc8573 View commit details
    Browse the repository at this point in the history
  5. changelog

    SkafteNicki committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    8b72a67 View commit details
    Browse the repository at this point in the history
  6. change to object

    SkafteNicki committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    397c0d2 View commit details
    Browse the repository at this point in the history
  7. remove old docstrings

    SkafteNicki committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    d11b8ee View commit details
    Browse the repository at this point in the history
  8. merge

    SkafteNicki committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    d9f14ff View commit details
    Browse the repository at this point in the history
  9. fix a lot of issues

    SkafteNicki committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    220f0d3 View commit details
    Browse the repository at this point in the history
  10. fix docstrings

    SkafteNicki committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    66e9d52 View commit details
    Browse the repository at this point in the history
  11. fix arg ordering

    SkafteNicki committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    16f8042 View commit details
    Browse the repository at this point in the history
  12. fix

    SkafteNicki committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    5c93067 View commit details
    Browse the repository at this point in the history
  13. another fix

    SkafteNicki committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    bd9478a View commit details
    Browse the repository at this point in the history
  14. doc fix

    SkafteNicki committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    19027ac View commit details
    Browse the repository at this point in the history
  15. fix import

    SkafteNicki committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    ae7379d View commit details
    Browse the repository at this point in the history
  16. try fixing docs

    SkafteNicki committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    07c40ef View commit details
    Browse the repository at this point in the history
  17. fix integration testing

    SkafteNicki committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    cc79a76 View commit details
    Browse the repository at this point in the history
  18. fix top_k arg

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

Commits on Nov 6, 2022

  1. missing assert

    SkafteNicki committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    20589ce View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. get dice working

    SkafteNicki committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    86a5512 View commit details
    Browse the repository at this point in the history
  2. fix docs

    SkafteNicki committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    49a6be1 View commit details
    Browse the repository at this point in the history
  3. mistake fix

    SkafteNicki committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    cf2bbd7 View commit details
    Browse the repository at this point in the history
  4. fix

    SkafteNicki committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    8fccc4b View commit details
    Browse the repository at this point in the history
  5. update doctests

    SkafteNicki committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    284129d View commit details
    Browse the repository at this point in the history
  6. fix

    SkafteNicki committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    204bb1f View commit details
    Browse the repository at this point in the history
  7. please work

    SkafteNicki committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3455f36 View commit details
    Browse the repository at this point in the history
  8. fix doctests

    SkafteNicki committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    4ec6a0a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8ca9a6 View commit details
    Browse the repository at this point in the history
  10. fix

    SkafteNicki committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    194469c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

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

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    0f17037 View commit details
    Browse the repository at this point in the history
  2. fix broken tests

    SkafteNicki committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    7c2da30 View commit details
    Browse the repository at this point in the history
  3. fix more unittests

    SkafteNicki committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    33e5604 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. fix unittesting

    SkafteNicki committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    268de19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebaa7cf View commit details
    Browse the repository at this point in the history
  3. fix unittests

    SkafteNicki committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    ea8c997 View commit details
    Browse the repository at this point in the history
  4. fix unittests

    SkafteNicki committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    37a47c3 View commit details
    Browse the repository at this point in the history
  5. fix readme

    SkafteNicki committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    4f8997c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bfb106 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. fix more unittests

    SkafteNicki committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    0b98a0c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    6065fdb View commit details
    Browse the repository at this point in the history
  2. another fix

    SkafteNicki committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e3f19e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

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

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    305b860 View commit details
    Browse the repository at this point in the history
  2. rev doctests

    Borda committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1f422c0 View commit details
    Browse the repository at this point in the history
  3. rev doctests

    Borda committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    7cbbabf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7206fd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    228b6a5 View commit details
    Browse the repository at this point in the history
  6. tasks

    Borda committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    69725b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    146c014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a4cb50 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

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

Commits on Nov 21, 2022

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

Commits on Nov 22, 2022

  1. fix doctests

    SkafteNicki committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    1f8054d View commit details
    Browse the repository at this point in the history
  2. fix more doctests

    SkafteNicki committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    8a03195 View commit details
    Browse the repository at this point in the history
  3. fix more doctests

    SkafteNicki committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    6c6e6d4 View commit details
    Browse the repository at this point in the history
  4. fix mypy

    SkafteNicki committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    6a726fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2202d4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80c4e1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    694421a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2037602 View commit details
    Browse the repository at this point in the history