Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1' of https://github.com/voxel51/fiftyone
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
voxel51-bot committed Oct 10, 2024
2 parents 881f1fb + cad8d42 commit 7ef7efa
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
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 8, 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 8, 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

0 comments on commit 7ef7efa

Please sign in to comment.