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

Create py.typed #554

Merged
merged 9 commits into from
Aug 20, 2024
Merged

Create py.typed #554

merged 9 commits into from
Aug 20, 2024

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    b6a8eb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ACEsuit#516 from ACEsuit/develop

    remove Literal for python >3.9
    ilyes319 authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2d89108 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Merge pull request ACEsuit#529 from ACEsuit/develop

    remove mypy from checks
    ilyes319 authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    126f490 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Merge pull request ACEsuit#548 from ACEsuit/develop

    Fix MAE table for universal loss
    ilyes319 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    575af01 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Create py.typed

    As recommended in [pep 0561](https://peps.python.org/pep-0561/), a blank `py.typed` marker should be included when type hints are used so downstream codes can type check with `mypy` and similar tools.
    Andrew-S-Rosen authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    cd89ada View commit details
    Browse the repository at this point in the history
  2. Update pyproject.toml

    Andrew-S-Rosen authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    cc06aef View commit details
    Browse the repository at this point in the history
  3. Update pyproject.toml

    Andrew-S-Rosen authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    263265a View commit details
    Browse the repository at this point in the history
  4. Update pyproject.toml

    Andrew-S-Rosen authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    e05b11b View commit details
    Browse the repository at this point in the history
  5. Create MANIFEST.in

    Andrew-S-Rosen authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    77ae06f View commit details
    Browse the repository at this point in the history