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

Fix mypy errors in core.py #150

Merged
merged 46 commits into from
Oct 6, 2022
Merged

Commits on Sep 23, 2022

  1. Fix mypy errors

    Illviljan committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    67a89ba View commit details
    Browse the repository at this point in the history
  2. Turn on mypy ci

    Illviljan committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    01154ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baae520 View commit details
    Browse the repository at this point in the history
  4. mostly type corrections

    Illviljan committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    a538524 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0874e48 View commit details
    Browse the repository at this point in the history
  6. Update core.py

    Illviljan committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    d1a611b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ead63d View commit details
    Browse the repository at this point in the history
  8. Update core.py

    Illviljan committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    b2fc2a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Update core.py

    Illviljan committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    9f10ff2 View commit details
    Browse the repository at this point in the history
  2. undo some changes

    Illviljan committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    06ad423 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3118e7b View commit details
    Browse the repository at this point in the history
  4. Update core.py

    Illviljan committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    6170791 View commit details
    Browse the repository at this point in the history
  5. Update core.py

    Illviljan committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    dfa2ad5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c94eea6 View commit details
    Browse the repository at this point in the history
  7. tuple to None

    Illviljan committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    96fea1a View commit details
    Browse the repository at this point in the history
  8. Please be this

    Illviljan committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    018aec5 View commit details
    Browse the repository at this point in the history
  9. Ok! Now chunck_reduce

    Illviljan committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    e8743ab View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. string is a sequence

    Illviljan committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    b1f3f36 View commit details
    Browse the repository at this point in the history
  2. reduce len calcs

    Illviljan committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    6e7ed3f View commit details
    Browse the repository at this point in the history
  3. reindex_out is FAlse

    Illviljan committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    33b6c3a View commit details
    Browse the repository at this point in the history
  4. rename axis -> axis_

    Illviljan committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    451ff57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6603ccf View commit details
    Browse the repository at this point in the history
  6. min_count can be None

    Illviljan committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    cd087cd View commit details
    Browse the repository at this point in the history
  7. more renaming

    Illviljan committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    c926b54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0eb8ecd View commit details
    Browse the repository at this point in the history
  9. Update core.py

    Illviljan committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    3a09b4a View commit details
    Browse the repository at this point in the history
  10. Update core.py

    Illviljan committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    ba55c70 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    71da838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a842c4 View commit details
    Browse the repository at this point in the history
  3. Tighten checks.

    Illviljan committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    c08bc1c View commit details
    Browse the repository at this point in the history
  4. Revert "Tighten checks."

    This reverts commit c08bc1c.
    Illviljan committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    877bb22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dbe7d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93d715d View commit details
    Browse the repository at this point in the history
  7. Update core.py

    Illviljan committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    512dcb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. rename T_Axiss to T_Axes

    Illviljan committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    2327746 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a6cc09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a59977 View commit details
    Browse the repository at this point in the history
  4. Remove factorize comment

    Illviljan committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    b51269b View commit details
    Browse the repository at this point in the history
  5. use math.prod

    Illviljan committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    b3ac6a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    436043b View commit details
    Browse the repository at this point in the history
  7. fix typo in TODO comment

    Illviljan committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3755045 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83cdca9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd30b94 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. comments

    Illviljan committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    d435c7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e6e0f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. AxesOpt

    dcherian committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3bc7d61 View commit details
    Browse the repository at this point in the history