Skip to content

Expose top-level qten modules and sub-packages explicitly#170

Merged
Alphaharrius merged 1 commit into
mainfrom
bugfix/top-exports
May 24, 2026
Merged

Expose top-level qten modules and sub-packages explicitly#170
Alphaharrius merged 1 commit into
mainfrom
bugfix/top-exports

Conversation

@Alphaharrius

Copy link
Copy Markdown
Owner

See #165

Summary

Bind all top-level modules and subpackages in qten.__init__ so editor discovery and runtime access work consistently for patterns like import qten; qten.linalg and qten.abstracts.

Bind all top-level modules and subpackages in `qten.__init__` so
editor discovery and runtime access work consistently for patterns
like `import qten; qten.linalg` and `qten.abstracts`.
@Alphaharrius Alphaharrius added this to the v0.4.1-qten milestone May 23, 2026
@Alphaharrius Alphaharrius requested a review from eyjafjallac May 23, 2026 19:14
@Alphaharrius Alphaharrius self-assigned this May 23, 2026
@Alphaharrius Alphaharrius added the bug Something isn't working label May 23, 2026
@Alphaharrius Alphaharrius linked an issue May 23, 2026 that may be closed by this pull request

@eyjafjallac eyjafjallac left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Nice

@Alphaharrius Alphaharrius merged commit cc0f046 into main May 24, 2026
1 check passed
@Alphaharrius Alphaharrius deleted the bugfix/top-exports branch May 24, 2026 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Top level imports like qten.xxx are not exported by default

2 participants