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

Update package names #208

Merged
merged 11 commits into from
Sep 21, 2021
Merged

Update package names #208

merged 11 commits into from
Sep 21, 2021

Commits on Sep 17, 2021

  1. Rename emmo folder to emmopy

    CasperWA committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    75c4ae6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5916fa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e26828c View commit details
    Browse the repository at this point in the history
  4. Reorder to have emmopy and ontopy packages

    They are installable under the EMMOntoPy name.
    CasperWA committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    5c4453b View commit details
    Browse the repository at this point in the history
  5. Move non-EMMO modules to ontopy

    Have absolute imports everywhere except `__init__.py` files.
    CasperWA committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    465ab69 View commit details
    Browse the repository at this point in the history
  6. Update setup.py

    Update version retrieval by pointing it to `ontopy` instead of `emmopy`.
    CasperWA committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    2f98c15 View commit details
    Browse the repository at this point in the history
  7. Satisfy flake8

    CasperWA committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    7cd977a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba07185 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c55b8e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e838f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Update EMMO-python -> EMMOntoPy where applicable

    This still cannot be updated for GitHub links and the Dockerfile.
    While the first is obvious (the repository still has not been renamed),
    the latter is less so. The main reason here is that the Docker
    instructions outline how one installs the package in within the Docker
    container. And the `setup.py` file instructs to find data files in the
    shared folder `EMMO-python`.
    CasperWA committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7bca684 View commit details
    Browse the repository at this point in the history