From 3e4cb6df42989d8dd9779893eb5aad98f83bb56d Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Thu, 29 Jun 2023 15:01:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=B5=20updating=20change=20log=20before?= =?UTF-8?q?=20`0.11.1`=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- docs/changelog.md | 4 ++++ supervision/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 51200e67e..427d54e11 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,7 +2,7 @@ cff-version: 1.2.0 author: Roboflow message: If you use this software, please cite it as below. title: supervision -version: 0.11.0 +version: 0.11.1 date-released: 2023-01-19 license: MIT repository-code: https://github.com/roboflow/supervision diff --git a/docs/changelog.md b/docs/changelog.md index 1b4fc099c..bc41ae0f8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,7 @@ +### 0.11.1 June 29, 2023 + +- Fix [[#165](https://github.com/roboflow/supervision/pull/165)]: [`as_folder_structure`](https://roboflow.github.io/supervision/dataset/core/#supervision.dataset.core.ClassificationDataset.as_folder_structure) fails to save [`sv.ClassificationDataset`](https://roboflow.github.io/supervision/dataset/core/#classificationdataset) when it is result of inference. + ### 0.11.0 June 28, 2023 - Added [[#150](https://github.com/roboflow/supervision/pull/150)]: ability to load and save [`sv.DetectionDataset`](https://roboflow.github.io/supervision/dataset/core/#detectiondataset) in COCO format using [`as_coco`](https://roboflow.github.io/supervision/dataset/core/#supervision.dataset.core.DetectionDataset.as_coco) and [`from_coco`](https://roboflow.github.io/supervision/dataset/core/#supervision.dataset.core.DetectionDataset.from_coco) methods. diff --git a/supervision/__init__.py b/supervision/__init__.py index 9756d474c..30694450b 100644 --- a/supervision/__init__.py +++ b/supervision/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.11.0" +__version__ = "0.11.1" from supervision.classification.core import Classifications from supervision.dataset.core import (