Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
brimoor committed Oct 25, 2024
1 parent 6daea1e commit 586159b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions docs/source/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,45 @@ FiftyOne Release Notes

.. default-role:: code

FiftyOne Teams 2.1.2
--------------------
*Released October 25, 2024*

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

- Fixed an issue that prevented `delegation_target` from being properly set when
running delegated operations with orchestrator registration enabled
- Resolved a `RuntimeError` that could occur due to concurrency issues when
applying operations that download data from cloud buckets

.. _release-notes-v1.0.2:

FiftyOne 1.0.2
--------------
*Released October 25, 2024*

Zoo

- Added :ref:`SAM 2.1 <model-zoo-segment-anything-2.1-hiera-base-plus-image-torch>`
to the :ref:`Model Zoo <model-zoo>`
`#4979 <https://github.com/voxel51/fiftyone/pull/4979>`_
- Added :ref:`YOLO11 <ultralytics-instance-segmentation>` to the
:ref:`Model Zoo <model-zoo>`
`#4899 <https://github.com/voxel51/fiftyone/pull/4899>`_
- Added generic model architecture and backbone tags to all relevant models
:ref:`in the zoo <model-zoo-models>` for easier navigation
`#4899 <https://github.com/voxel51/fiftyone/pull/4899>`_

App

- Added a new :ref:`TimelineView <fiftyone.operators.types.TimelineView>` for
building custom animations
`#4965 <https://github.com/voxel51/fiftyone/pull/4965>`_
- Fixed overlay z-index and overflow for panels
`#4956 <https://github.com/voxel51/fiftyone/pull/4956>`_
- Fixed bug where timeline name wasn't being forwarded in seek utils
`#4975 <https://github.com/voxel51/fiftyone/pull/4975>`_

FiftyOne Teams 2.1.1
--------------------
*Released October 14, 2024*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from setuptools import setup, find_packages


VERSION = "1.0.1"
VERSION = "1.0.2"


def get_version():
Expand Down

0 comments on commit 586159b

Please sign in to comment.