Skip to content

Commit 3b09c7d

Browse files
authored
Merge branch 'master' into develop
2 parents 583e786 + 7bb37e0 commit 3b09c7d

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.github/workflows/pre_release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ jobs:
2424
uses: pypa/gh-action-pypi-publish@master
2525
with:
2626
password: ${{ secrets.pypi_password }}
27-

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22
All release higlighths of this project will be documented in this file.
3+
## 4.3.1 - March 20 2022
4+
### Added
5+
- `get_integrations()` to list all existing integrations with cloud storages.
6+
- `attach_items_from_integrated_storage()` to attach items from an integrated cloud storage.
7+
- `upload_priority_scores()` to set priority scores for a given list of items.
8+
### Updated
9+
- `JSON Schema` to version `1.0.40` to add instance type differentiation for text annotations and `"exclude"` key for subtracted polygon instances for image annotations.
10+
- `validate_annotations()` to validate text and image annotations based on JSON schema version `1.0.40`.
11+
- `get_annotations()` to get annotation instances based on JSON schema version `1.0.40`.
12+
- `prepare_export()` to prepare for the download annotations with based on JSON schema version `1.0.40`.
13+
- `upload_annotations_from_folder_to_project()` & `upload_preannotations_from_folder_to_project()` to handle upload based on JSON schema version `1.0.40`.
14+
- `create_project()` to add `"status"` key in returned metadata.
15+
- `get_project_metadata()` to add `"status"` key.
16+
- `create_project_from_project_metadata()` to make `"description"` key not required.
17+
- `clone_project()` to add generic `"description"`.
18+
### Fixed
19+
- `sa.get_annotations_per_frame()` to take correct attributes.
20+
- `sa.get_annotations_per_frame()` & `get_annotations()` to eliminate duplicate instances.
21+
###
322
## 4.3.0 - Feb 27 2022
423
### Added
524
- `get_annotations` to load annotations for the list of items.

requirements_prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
superannotate_schemas
1+
superannotate_schemas==1.0.40

0 commit comments

Comments
 (0)