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

refactor: Populate pydrex namespace and adjust some symbol names #165

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

adigitoleo
Copy link
Member

  • adjust src/pydrex/__init__.py to populate top-level namespace (i.e. what symbols you get from simply doing import pydrex)
  • LOGGER_CONSOLE -> CONSOLE_LOGGER to match our documentation
  • pydrex.diagnostics.symmetry -> pydrex.diagnostics.symmetry_pgr to avoid future namespace conflicts
  • delete useless meshio.read wrapper, just use meshio.read directly

@adigitoleo
Copy link
Member Author

Final touches to get ready for a zenodo/PyPi release

- adjust `src/pydrex/__init__.py` to populate top-level namespace (i.e.
  what symbols you get from simply doing `import pydrex`)
- `LOGGER_CONSOLE` -> `CONSOLE_LOGGER` to match our documentation
- `pydrex.diagnostics.symmetry` -> `pydrex.diagnostics.symmetry_pgr` to
  avoid future namespace conflicts
- delete useless `meshio.read` wrapper, just use `meshio.read` directly
Copy link
Member

@Patol75 Patol75 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@Patol75 Patol75 merged commit 356a849 into main Feb 23, 2024
4 checks passed
@adigitoleo adigitoleo deleted the scratch branch February 26, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants