Skip to content

Commit 2fb3d99

Browse files
authored
Create CHANGELOG.md
1 parent 96c2505 commit 2fb3d99

File tree

1 file changed

+122
-0
lines changed

1 file changed

+122
-0
lines changed

CHANGELOG.md

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
# Changelog
2+
All release higlighths of this project will be documented in this file.
3+
## 4.2.8 - Jan 9 2022
4+
### Added
5+
- `invite_contributers_to_team()` for bulk team invite.
6+
- `add_contributors_to_project()` for bulk project sharing.
7+
### Updated
8+
- `upload_images_from_folder_to_project()` for non existing S3 path handling.
9+
- `upload_annotations_from_folder_to_project()` for template name and class processing on template annotation upload.
10+
- `add_annotation_comment_to_image()` for unrecognized author processing.
11+
- `add_annotation_point_to_image()` for valid point addition on empty state.
12+
- `add_annotation_bbox_to_image()` for valid bbox addition on empty state.
13+
- `add_annotation_comment_to_image()` for valid comment addition on empty state.
14+
### Fixed
15+
- `superannotatecli upload_images` to accept default list of image extensions.
16+
### Removed
17+
- `invite_contributor_to_team()` use `invite_contributors_to_team()` instead.
18+
###
19+
## 4.2.7 - Dec 12 2021
20+
### Added
21+
- Logging mechanism.
22+
### Updated
23+
- Cloning projects with attached URLs.
24+
- Improve relation between image status and annotations.
25+
- Deprecate functions of zero usage.
26+
### Fixed
27+
- Small bug fix & enhancements.
28+
###
29+
## 4.2.6 - Nov 21 2021
30+
### Added
31+
- Validation schemas for annotations.
32+
- Dataframe aggregation for video projects.
33+
### Fixed
34+
- Minor bug fixes and enhancements.
35+
###
36+
## 4.2.4 - Nov 2 2021
37+
### Fixed
38+
- Minor bug fixes and enhancements.
39+
###
40+
## 4.2.3 - Oct 31 2021
41+
### Fixed
42+
- Minor bug fixes and enhancements.
43+
###
44+
## 4.2.2 - Oct 22 2021
45+
### Fixed
46+
- Minor bug fixes and enhancements.
47+
###
48+
## 4.2.1 - Oct 13 2021
49+
### Fixed
50+
- `init` functionality.
51+
- `upload_annotation` functionality.
52+
###
53+
## 4.2.0 - Oct 10 2021
54+
### Added
55+
- `delete_annotations()` for bulk annotation delete.
56+
### Updated
57+
- Project/folder limitations.
58+
### Fixed
59+
- Refactor and major bug fix.
60+
## 4.1.9 - Sep 22 2021
61+
### Added
62+
- Text project support.
63+
## 4.1.8 - Aug 15 2021
64+
### Added
65+
- Video project release.
66+
###
67+
## 4.1.7 - Aug 1 2021
68+
### Fixed
69+
- Video upload refinements.
70+
###
71+
## 4.1.6 - Jul 19 2021
72+
### Added
73+
- Training/Test data with folder structure.
74+
- Token validation.
75+
### Updated
76+
- Add success property on mixpanel events.
77+
### Fixed
78+
- Upload template enhancements.
79+
###
80+
## 4.1.5 - Jun 16 2021
81+
### Added
82+
- Folder assignment.
83+
### Updated
84+
- COCO keypoint enhancements.
85+
###
86+
## 4.1.4 - May 26 2021
87+
### Added
88+
- Mixpanel Integration.
89+
### Updated
90+
- Image upload enhancements.
91+
- Video upload enhancements.
92+
- Annotation upload enhancements.
93+
- Consensus enhancements.
94+
- Image copy/move enhancements.
95+
- COCO import/export enhancements.
96+
- AWS region enhancements.
97+
###
98+
## 4.1.3 - Apr 19 2021
99+
### Added
100+
- Folder limitations.
101+
###
102+
## 4.1.2 - Apr 1 2021
103+
### Fixed
104+
- Video upload to folder.
105+
###
106+
## 4.1.1 - Mar 31 2021
107+
### Added
108+
- Attach image URLs.
109+
###
110+
## 4.1.0 - Mar 22 2021
111+
### Added
112+
- Folder structure on platform.
113+
###
114+
## 4.0.1 - Mar 15 2021
115+
### Updated
116+
- The FPS change during video upload has more stable frame choosing algorithm now.
117+
###
118+
## 4.0.0 - Feb 28 2021
119+
### Updated
120+
- Improved image storage structure on platform, which requires this upgrade in SDK. This change in platform is backward incompatible with previous versions of SDK.
121+
###
122+
Changelog not maintained before version 4.0.0.

0 commit comments

Comments
 (0)