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

Merge release/v1.0.1 to develop #4911

Merged
merged 4 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions docs/source/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,41 @@ FiftyOne Release Notes

.. default-role:: code

FiftyOne Teams 2.1.1
--------------------
*Released October 11, 2024*

Includes all updates from :ref:`FiftyOne 1.0.1 <release-notes-v1.0.1>`, plus:

- Fixed an issue with Auth0 connections for deployments behind proxies
- Bumped dependency requirement `voxel51-eta>=0.13`

.. _release-notes-v1.0.1:

FiftyOne 1.0.1
--------------
*Released October 11, 2024*

App

- Video playback now supports the timeline API
`#4878 <https://github.com/voxel51/fiftyone/pull/4878>`_
- Added utils to support a `rerun <https://rerun.io>`_ panel
`#4876 <https://github.com/voxel51/fiftyone/pull/4876>`_
- Fixed a bug that prevented |Classifications| labels from rendering
`#4891 <https://github.com/voxel51/fiftyone/pull/4891>`_
- Fixed a bug that prevented the `fiftyone quickstart` and
`fiftyone app launch` commands from launching the App
`#4888 <https://github.com/voxel51/fiftyone/pull/4888>`_

Core

- COCO exports now use 1-based categories
`#4884 <https://github.com/voxel51/fiftyone/pull/4884>`_
- Fixed a bug when passing the `classes` argument to load specific classes in
:ref:`COCO format <COCODetectionDataset-import>`
`#4884 <https://github.com/voxel51/fiftyone/pull/4884>`_

FiftyOne Teams 2.1.0
--------------------
*Released October 1, 2024*
Expand Down
3 changes: 3 additions & 0 deletions docs/source/user_guide/app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ opened in a new tab of your web browser. See
# Blocks execution until the App is closed
session.wait()
# Or block execution indefinitely with a negative wait value
# session.wait(-1)
.. note::

When working inside a Docker container, FiftyOne should automatically
Expand Down
Loading