From dcb5570118231dcbe19563a0d1671460cda810a8 Mon Sep 17 00:00:00 2001 From: brimoor Date: Wed, 4 Sep 2024 00:51:40 -0400 Subject: [PATCH 1/2] adding 0.25.1 release notes --- docs/source/release-notes.rst | 63 +++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index d175da6291..1978b44da6 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -3,6 +3,69 @@ 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 `_ + FiftyOne Teams 2.0.0 -------------------- *Released August 20, 2024* From 9a4b0193306e1dfb58105174a5163ba1cc9c4d15 Mon Sep 17 00:00:00 2001 From: brimoor Date: Wed, 4 Sep 2024 10:08:24 -0400 Subject: [PATCH 2/2] adding release note --- docs/source/release-notes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index 1978b44da6..14ffa9a0be 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -65,6 +65,9 @@ Plugins :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 --------------------