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

chore: new dev release #474

Merged
merged 1 commit into from
Dec 1, 2024
Merged

chore: new dev release #474

merged 1 commit into from
Dec 1, 2024

Conversation

jamescalam
Copy link
Member

@jamescalam jamescalam commented Dec 1, 2024

PR Type

enhancement, documentation


Description

  • Updated the project version from 0.1.0.dev2 to 0.1.0.dev3 across multiple files, including configuration and documentation.
  • Modified installation commands in Jupyter Notebooks to reflect the new version.
  • Changed references from RouteLayer to Router in the introduction notebook, updating import statements and usage examples.

Changes walkthrough 📝

Relevant files
Configuration changes
conf.py
Update release version in Sphinx configuration                     

docs/source/conf.py

  • Updated the release version from 0.1.0.dev2 to 0.1.0.dev3.
+1/-1     
__init__.py
Update version number in package init file                             

semantic_router/init.py

  • Updated the version number from 0.1.0.dev2 to 0.1.0.dev3.
+1/-1     
pyproject.toml
Update project version in pyproject.toml                                 

pyproject.toml

  • Updated the project version from 0.1.0.dev2 to 0.1.0.dev3.
+1/-1     
Documentation
00-introduction.ipynb
Update installation and usage examples in introduction notebook

docs/00-introduction.ipynb

  • Updated installation command to specify version 0.1.0.dev3.
  • Changed references from RouteLayer to Router.
  • Updated import statements to use SemanticRouter.
  • +19/-21 
    hybrid-router.ipynb
    Update installation command in hybrid-router example         

    docs/examples/hybrid-router.ipynb

    • Updated installation command to specify version 0.1.0.dev3.
    +1/-1     
    pinecone-sync-routes.ipynb
    Update installation command in Pinecone sync routes example

    docs/indexes/pinecone-sync-routes.ipynb

    • Updated installation command to specify version 0.1.0.dev3.
    +1/-1     

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    Copy link

    github-actions bot commented Dec 1, 2024

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No major issues detected

    Copy link

    github-actions bot commented Dec 1, 2024

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    Copy link

    codecov bot commented Dec 1, 2024

    Codecov Report

    All modified and coverable lines are covered by tests ✅

    Project coverage is 73.51%. Comparing base (89b3afe) to head (97b15ba).
    Report is 3 commits behind head on main.

    Additional details and impacted files
    @@           Coverage Diff           @@
    ##             main     #474   +/-   ##
    =======================================
      Coverage   73.51%   73.51%           
    =======================================
      Files          43       43           
      Lines        3545     3545           
    =======================================
      Hits         2606     2606           
      Misses        939      939           

    ☔ View full report in Codecov by Sentry.
    📢 Have feedback on the report? Share it here.

    @jamescalam jamescalam merged commit 26e29a2 into main Dec 1, 2024
    9 checks passed
    @jamescalam jamescalam deleted the james/0.1.0.dev3 branch December 1, 2024 21:13
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant