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

Release notes v1.0.0 #4839

Merged
merged 6 commits into from
Sep 30, 2024
Merged

Release notes v1.0.0 #4839

merged 6 commits into from
Sep 30, 2024

Conversation

brimoor
Copy link
Contributor

@brimoor brimoor commented Sep 25, 2024

Summary by CodeRabbit

  • New Features

    • Introduced FiftyOne Teams 2.1.0 with super admin capabilities for deployment migration and user invitations.
    • Released FiftyOne 1.0.0 featuring open-sourced FiftyOne Brain, Modal Panels, and enhanced dataset management.
    • Added support for loading Med-SAM2 in the model zoo.
    • Improved UI and documentation with numerous built-in operators and enhancements.
  • Bug Fixes

    • Fixed BSON serialization bug affecting dataset view cloning and exporting.
  • Documentation

    • Updated release notes to reflect new features and improvements.

@brimoor brimoor added the documentation Documentation work label Sep 25, 2024
Copy link
Contributor

coderabbitai bot commented Sep 25, 2024

Walkthrough

The pull request updates the release notes for FiftyOne Teams 2.1.0 and FiftyOne 1.0.0, both released on October 1, 2024. Key enhancements include new super admin features, performance optimizations, and bug fixes. The release notes also highlight significant updates such as the open-sourcing of FiftyOne Brain, new UI components, and improvements to dataset management. Additionally, deprecated methods and Python 3.8 support have been addressed.

Changes

File Path Change Summary
docs/source/release-notes.rst Updated with release notes for FiftyOne Teams 2.1.0 and FiftyOne 1.0.0, detailing new features, bug fixes, and deprecations.

Possibly related PRs

Suggested reviewers

  • findtopher

🐇 In the land of FiftyOne, where data does play,
New features emerge, brightening the day.
Super admins rejoice, with tools now in hand,
As we hop through the updates, oh isn’t it grand!
Bugs squashed and optimized, our journey is sweet,
Here’s to the changes, a marvelous feat! 🌟


📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between 70aead6 and 21531d8.

📒 Files selected for processing (1)
  • docs/source/release-notes.rst (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs/source/release-notes.rst

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ 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 resolve resolve all the CodeRabbit review comments.
  • @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.

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.

findtopher
findtopher previously approved these changes Sep 25, 2024
Copy link
Member

@findtopher findtopher left a comment

Choose a reason for hiding this comment

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

sure?

@brimoor brimoor changed the title Release notes v1.0.0 [HOLD] Release notes v1.0.0 Sep 25, 2024
@brimoor brimoor changed the base branch from develop to release/v1.0.0 September 26, 2024 04:26
@brimoor brimoor dismissed findtopher’s stale review September 26, 2024 04:26

The base branch was changed.

@brimoor brimoor changed the title [HOLD] Release notes v1.0.0 Release notes v1.0.0 Sep 26, 2024
@brimoor brimoor requested a review from ritch September 26, 2024 04:27
@brimoor brimoor force-pushed the release-notes branch 2 times, most recently from 2658b95 to 59e2cba Compare September 27, 2024 00:28
Copy link
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

🧹 Outside diff range and nitpick comments (1)
docs/source/user_guide/using_datasets.rst (1)

Line range hint 1663-1685: Well-explained problem and solution for efficient querying.

This section effectively outlines the inefficiency of directly querying frame-level fields in large datasets and introduces the create_summary_field() method as a solution. The explanation is clear, and the code examples demonstrate the usage well.

Consider adding a brief comment in the code example to explain what the frames_detections_label field represents after it's created. This would help users understand the output more clearly.

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between 2658b95 and 59e2cba.

⛔ Files ignored due to path filters (1)
  • docs/source/images/datasets/quickstart-video-summary-fields.gif is excluded by !**/*.gif, !**/*.gif
📒 Files selected for processing (5)
  • docs/scripts/make_model_zoo_docs.py (2 hunks)
  • docs/source/deprecation.rst (1 hunks)
  • docs/source/plugins/developing_plugins.rst (4 hunks)
  • docs/source/release-notes.rst (1 hunks)
  • docs/source/user_guide/using_datasets.rst (3 hunks)
🚧 Files skipped from review as they are similar to previous changes (4)
  • docs/scripts/make_model_zoo_docs.py
  • docs/source/deprecation.rst
  • docs/source/plugins/developing_plugins.rst
  • docs/source/release-notes.rst
🔇 Additional comments (3)
docs/source/user_guide/using_datasets.rst (3)

1638-1645: Clear and informative introduction to summary fields.

This addition provides a concise explanation of summary fields and their purpose in FiftyOne datasets. It effectively sets the context for the following example and highlights the benefits of using summary fields for efficient querying on large datasets.


1657-1662: Helpful visual demonstration added.

The inclusion of the code snippet to launch the FiftyOne app and the accompanying image of the quickstart-video dataset enhances the documentation. This visual aid helps users better understand the context and appearance of the dataset being discussed.


1764-1785: Effective conclusion and helpful App-related information.

This section provides a strong conclusion to the explanation of summary fields, emphasizing their benefits for performant filtering. The added note about summary fields being automatically organized in the App's sidebar is particularly useful for users working with the FiftyOne App interface.

Copy link
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

🧹 Outside diff range and nitpick comments (1)
docs/source/index.rst (1)

184-187: LGTM! Consider adding an integration page for Segments.

The addition of the Segments integration looks good and follows the established pattern for custom image links in this file. The positioning and content are appropriate.

For consistency with other integrations, consider creating a dedicated integration page for Segments (e.g., integrations/segments.html) and updating the :image_link: to point to this new page instead of directly to the GitHub repository. This would provide users with more detailed information about the integration within the FiftyOne documentation.

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between 59e2cba and 133f7f5.

📒 Files selected for processing (1)
  • docs/source/index.rst (1 hunks)

Copy link
Contributor

@benjaminpkane benjaminpkane left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@findtopher findtopher left a comment

Choose a reason for hiding this comment

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

sure thing!

@brimoor brimoor merged commit e666b66 into release/v1.0.0 Sep 30, 2024
12 checks passed
@brimoor brimoor deleted the release-notes branch September 30, 2024 17:19
@coderabbitai coderabbitai bot mentioned this pull request Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants