Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Recommend installing using the developer method for python.#387

Merged
mangelajo merged 2 commits intomainfrom
recommend-devel-install-to-pip
Apr 2, 2025
Merged

Recommend installing using the developer method for python.#387
mangelajo merged 2 commits intomainfrom
recommend-devel-install-to-pip

Conversation

@mangelajo
Copy link
Copy Markdown
Member

@mangelajo mangelajo commented Apr 1, 2025

Summary by CodeRabbit

  • Documentation
    • Added a warning in the installation instructions advising users to continue using the developer install method until version 0.6.0, as the current version (0.5.0) is considered outdated and not fully available on pip.

@mangelajo mangelajo requested a review from Copilot April 1, 2025 09:12
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 1, 2025

Walkthrough

The documentation in the Python package installation file was updated by adding a warning block in the "Release install" section. This block now advises users to continue using the developer install method until version 0.6.0 is released, as version 0.5.0 is outdated and not fully available on pip. There were no modifications to the declarations of exported or public entities.

Changes

File Change Summary
docs/.../python-package.md Added a warning block in the "Release install" section advising to use the developer install method until v0.6.0.

Poem

Hopping fast through docs all day,
I spotted a warning along the way.
Version 0.5.0 sleeps in outdated dreams,
Developer installs now take the beams.
With a nimble leap and codes so bright,
This rabbit cheers the update in pure delight!
🐇✨


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Copy Markdown

Copilot AI left a 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 Python installation documentation to recommend using the developer install method over the release install for versions older than 0.6.0.

  • Added a warning block in the installation docs emphasizing that 0.5.0 is outdated and users should use the developer install method until 0.6.0 is released.
Comments suppressed due to low confidence (1)

docs/source/installation/python-package.md:6

  • [nitpick] Consider rewording the warning message for clarity. For example, instead of stating that 0.5.0 is 'heavily outdated and not fully released to pip', you could say 'Release installation via pip is not recommended until version 0.6.0 due to limitations in 0.5.0; please use the developer install method instead.'
Until we release 0.6.0 please continue to use the [developer install method](#development-install). 0.5.0 is

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 1, 2025

Deploy Preview for jumpstarter-docs ready!

Name Link
🔨 Latest commit e5ef4fd
🔍 Latest deploy log https://app.netlify.com/sites/jumpstarter-docs/deploys/67ecf4652945d50008529822
😎 Deploy Preview https://deploy-preview-387--jumpstarter-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (1)
docs/source/installation/python-package.md (1)

4-8: Effective Warning Block for Developer Install

The new warning block is well-crafted and clearly informs users to continue using the developer install method until version 0.6.0 is released, given that version 0.5.0 is outdated and not fully available on pip. This messaging aligns with the PR objective.

Nitpick: Consider rephrasing slightly for enhanced clarity. For example, you might update the text to:

"Until version 0.6.0 is released, please use the developer install method, as version 0.5.0 is outdated and not fully available on pip."

This minor adjustment could improve readability and emphasize the rationale behind the recommendation.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a521fa2 and a01bb69.

📒 Files selected for processing (1)
  • docs/source/installation/python-package.md (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (8)
  • GitHub Check: e2e
  • GitHub Check: pytest-matrix (3.13)
  • GitHub Check: pytest-matrix (3.11)
  • GitHub Check: pytest-matrix (3.12)
  • GitHub Check: build-and-push-image (jumpstarter-dev/jumpstarter-utils Dockerfile.utils)
  • GitHub Check: build-and-push-image (jumpstarter-dev/jumpstarter Dockerfile)
  • GitHub Check: build-and-push-image (jumpstarter-dev/jumpstarter-devspace .devfile/Containerfile.client)
  • GitHub Check: build-and-push-image (jumpstarter-dev/jumpstarter-dev .devfile/Containerfile)

@mangelajo mangelajo requested a review from bennyz April 2, 2025 08:36
@mangelajo mangelajo merged commit 30f786f into main Apr 2, 2025
16 checks passed
@NickCao NickCao deleted the recommend-devel-install-to-pip branch April 10, 2025 13:01
@mangelajo mangelajo added this to the 0.6.0 milestone May 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants