-
Notifications
You must be signed in to change notification settings - Fork 41
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: Move Python-only components to Python directory and adjust code and setup for generating Dash components #1674
Conversation
…ed code and setup - Created wrapper components for `typescript/packages` - Removed stories and tests in Python directory - Adjusted package.json entry points in `group-tree` package - Added `DashSubsurfaceViewer` to `subsurface-viewer` package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! LGTM.
.github/workflows/python.yml
Outdated
matrix: | ||
include: | ||
- python-version: "3.8" | ||
- python-version: "3.9" | ||
- python-version: "3.10" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be simplified to
matrix: | |
include: | |
- python-version: "3.8" | |
- python-version: "3.9" | |
- python-version: "3.10" | |
matrix: | |
python-version: ["3.8", "3.9", "3.19"] |
🎉 This PR is included in version 0.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 0.2.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version [email protected] 🎉 The release is available on GitHub release |
typescript/packages
group-tree
packageDashSubsurfaceViewer
tosubsurface-viewer
package