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

Rename to coglet plus reorg #5

Merged
merged 3 commits into from
Nov 18, 2024
Merged

Rename to coglet plus reorg #5

merged 3 commits into from
Nov 18, 2024

Commits on Nov 17, 2024

  1. Rename to coglet plus reorg

    so that:
    
    - `python -m coglet` is the main entrypoint
    - `cog` compatibility imports are a thin wrapper around `coglet.api` and
      are only available for import once `coglet/_compat` is put into
    `sys.path`, thus greatly reducing the likelihood of import collisions.
    - `cog/internal/` directory collapsed up a level to `coglet/` since the
      above import collision problem is fixed.
    meatballhat committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    610121a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    4504211 View commit details
    Browse the repository at this point in the history
  2. Adjust imports to use common style

    and rename test func to not shadow submodule name.
    meatballhat committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    72269f2 View commit details
    Browse the repository at this point in the history