diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index d175da6291..14ffa9a0be 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -3,6 +3,72 @@ FiftyOne Release Notes .. default-role:: code +FiftyOne Teams 2.0.1 +-------------------- +*Released September 6, 2024* + +Includes all updates from :ref:`FiftyOne 0.25.1 `, plus: + +- Optimized the `Manage > Access` page for datasets +- Added support for configuring a deployment to allow Guests to run custom + plugins +- Fixed a bug where dataset permissions assigned to + :ref:`groups ` were not correctly applied to users that do not + otherwise have access to the dataset +- Fixed a bug where a deployment's default user role as configured on the + `Security > Config` page would not be respected +- Fixed a bug that could cause 3D scenes stored in Azure to fail to load +- Fixed a bug that erroneously caused the currently selected samples to be + cleared when navigating between samples or closing the sample modal + +.. _release-notes-v0.25.1: + +FiftyOne 0.25.1 +--------------- +*Released September 6, 2024* + +App + +- Fixed an issue with sidebar state persistence when opening and closing the + sample modal + `#4745 `_ +- Fixed a bug with sample selection in the :ref:`Map panel ` + when the grid is reset + `#4739 `_ +- Fixed a bug when filtering |Keypoint| fields using the App sidebar + `#4735 `_ +- Fixed a bug when tagging in the sample modal with active sidebar filters + `#4723 `_ +- Disabled ``fiftyone-desktop`` builds until package size can be optimized + `#4746 `_ + +SDK + +- Added support for loading lists of TXT files in + :ref:`YOLOv5 format ` + `#4742 `_ +- Fixed a bug with the ``match_expr`` argument of + :meth:`group_by() ` + `#4754 `_ +- Fixed a regression when running inference with + :ref:`Ultralytics models ` that don't support track + IDs + `#4720 `_ + +Plugins + +- Fixed a bug that caused :class:`TabsView ` + components to erroneously reset to their default state + `#4732 `_ +- Fixed a bug where calling + :meth:`set_state() ` and + :meth:`set_data() ` to patch + state/data would inadvertently clobber other existing values + `#4753 `_ +- Fixed a spurious warning that would appear for delegated operations that + don't return outputs + `#4715 `_ + FiftyOne Teams 2.0.0 -------------------- *Released August 20, 2024*