Skip to content

Commit 40fc6fb

Browse files
authored
Merge branch 'master' into develop
2 parents 3258e3d + 08fa5cc commit 40fc6fb

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
pip install setuptools wheel twine
19+
pip install setuptools wheel twine packaging
2020
- name: Create distribution files
2121
run: python setup.py sdist
2222
- name: Publish distribution to PyPI

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22
All release higlighths of this project will be documented in this file.
3+
## 4.3.2 - April 10 2022
4+
### Added
5+
- `query()` function to run SAQuL queries via SDK.
6+
- `search_items()` function to search items by various filtering criteria for all supported project types. `search_images()` and `search_images_all_folders()` functions will be deprecated.
7+
- `get_item_metadata()` function to get item metadata for all supported project types. `get_image_metadata()` will be deprecated.
8+
### Updated
9+
- `search_projects()` function to add new parameter that gives an option to filter projects by project `status`.
10+
- `get_annotation_per_frame()` function to add a unique identifier for each annotation instance.
11+
### Fixed
12+
- pixel annotations to address the issue with the hex code.
13+
- `sa.validate_annotations()` function to address the incorrect error message.
14+
- `create_project_from_metadata()` function to address the issue with instructions.
15+
### Removed
16+
- `get_image_annotations()` function. Please use `get_annotations()`
17+
- `upload_images_from_public_urls()` function.
18+
###
319
## 4.3.1 - March 20 2022
420
### Added
521
- `get_integrations()` to list all existing integrations with cloud storages.

requirements_prod.txt

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

src/superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.3.3b5"
1+
__version__ = "4.3.3"

0 commit comments

Comments
 (0)