diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index ec04235961..cac42ac5a5 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -3,6 +3,41 @@ FiftyOne Release Notes .. default-role:: code +FiftyOne Teams 2.1.1 +-------------------- +*Released October 8, 2024* + +Includes all updates from :ref:`FiftyOne 1.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 8, 2024* + +App + +- Video playback now supports the timeline API + `#4878 `_ +- Added utils to support a `rerun `_ panel + `#4876 `_ +- Fixed a bug that prevented |Classifications| labels from rendering + `#4891 `_ +- Fixed a bug that prevented the `fiftyone quickstart` and + `fiftyone app launch` commands from launching the App + `#4888 `_ + +Core + +- COCO exports now use 1-based categories + `#4884 `_ +- Fixed a bug when passing the `classes` argument to load specific classes in + :ref:`COCO format ` + `#4884 `_ + FiftyOne Teams 2.1.0 -------------------- *Released October 1, 2024* diff --git a/docs/source/user_guide/app.rst b/docs/source/user_guide/app.rst index bef8645d53..24257b872b 100644 --- a/docs/source/user_guide/app.rst +++ b/docs/source/user_guide/app.rst @@ -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