-
Notifications
You must be signed in to change notification settings - Fork 2
[feat] Update scripts and README #42
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
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
36758ac to
538e5e7
Compare
c4af6e0 to
3b3e96b
Compare
538e5e7 to
e856966
Compare
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.
Pull Request Overview
This PR updates the project's tooling and documentation to reflect a migration from pip to uv and from setup.py to pyproject.toml configuration. It provides comprehensive development setup instructions and modernizes the Bokeh version update automation script.
Key changes:
- Replaced all pip commands with uv in installation and development instructions
- Added detailed development setup guide with prerequisites, environment setup, and testing instructions
- Refactored the Bokeh version update script to work with pyproject.toml instead of setup.py, including support for multiple configuration files and TypeScript loader updates
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| scripts/update_bokeh_version.py | Migrated from setup.py to pyproject.toml for version management, added TOML parsing, updated file paths to match new project structure (frontend/src/assets), and added TypeScript loader update functionality |
| README.md | Updated installation commands to use uv instead of pip, added comprehensive development section with environment setup, build instructions, and testing workflows |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sfc-gh-nbellante
left a comment
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.
LGTM 👍
e856966 to
a847439
Compare
3b3e96b to
b3240c9
Compare
a847439 to
0b8af18
Compare
b3240c9 to
c95faab
Compare
0b8af18 to
54c0adc
Compare
54c0adc to
a460583
Compare
684d3da to
98c3504
Compare
3f1dd80 to
a26d63b
Compare
98c3504 to
dee5c67
Compare
a26d63b to
aed8453
Compare
dee5c67 to
9bda170
Compare
aed8453 to
18df822
Compare
5177733 to
5010145
Compare
18df822 to
bcd4cb9
Compare
5010145 to
d96432e
Compare
bcd4cb9 to
d16580e
Compare
d16580e to
f69a165
Compare

What changed?
pipwithuvin installation instructions