Data-gradients

Latest version: v0.3.2

Safety actively analyzes 622894 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.3.2

What's Changed
* improve is_label_first error handling by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/217
* Feature/dg 1111 add perimeter claculation by shanibenbaruch in https://github.com/Deci-AI/data-gradients/pull/218


**Full Changelog**: https://github.com/Deci-AI/data-gradients/compare/0.3.1...0.3.2

0.3.1

What's Changed
* minor format fixes by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/95
* Normalize Class Count by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/96
* Fix json by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/97
* Release test by ranrubin in https://github.com/Deci-AI/data-gradients/pull/99
* Update `n_cols` and `n_rows` in sample visualization by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/98
* Feature/sg 832 improve plot text by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/101
* Feature/sg 832 add config to readme by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/100
* Add traceback and new error json by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/102
* Prepare the logging for DataConfig by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/103
* Add table of content by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/104
* Feature/sg 845 add dataconfig with cache by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/93
* Feature Descriptions by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/105
* Update Readme by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/107
* Add mkdocs by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/106
* Create dir if not exist by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/110
* Fixing graph visualization by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/108
* add appdir by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/111
* added common names for each format by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/112
* added a flag to delete the plots at the end of the run (true by default) by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/113
* Update mkdocs.yml by RanZilberstein in https://github.com/Deci-AI/data-gradients/pull/115
* allow passing feature extractors on init by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/116
* Add Yolo Format Dataset by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/114
* Fix Average Brightness by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/119
* fix installing from master by shaydeci in https://github.com/Deci-AI/data-gradients/pull/122
* fix summary assuming val split exists by shaydeci in https://github.com/Deci-AI/data-gradients/pull/120
* Feature/sg 953 add XML/VOC datasets by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/117
* Feature/sg 890 Quickfix for high num_classes by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/121
* Fix how we count bbox per image by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/124
* Fix title by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/123
* show long class_name by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/125
* Fix bug where code could crash when there is no bbox by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/127
* Feature/sg 953 simplify iterator logic by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/132
* Rename "image_count" to "num_samples" and "annotation_count" to "num_annotations" by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/133
* Drop-in replacement of appdirs to platformdirs by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/134
* fix visualization of normalized images by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/137
* Fix test by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/138
* Update README.md by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/139
* added issue templates by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/141
* Create CONTRIBUTING.md by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/140
* Improve visualization of bbox by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/135
* Feature/sg 912 duplicates by shaydeci in https://github.com/Deci-AI/data-gradients/pull/136
* Feature/sg 890 add filter option for multiclass by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/129
* Feature/sg 953 generalise dataset logic by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/131
* Fix segmentation processor by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/144
* fix title by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/142
* fix notifications by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/145
* version bumped by shaydeci in https://github.com/Deci-AI/data-gradients/pull/143
* Fix batch unsqueezing and onehot by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/146
* add to readme by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/147
* Remove default value for batches_early_stop parameter by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/150
* Added logging of the event if feature extractor failed by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/148
* fixed empty page bug by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/153
* fixed link in pdf by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/154
* Feature/dg 000 add to readme by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/155
* version bumped by shaydeci in https://github.com/Deci-AI/data-gradients/pull/156
* Bugfix/sg 000 fix import type iterable by shaydeci in https://github.com/Deci-AI/data-gradients/pull/157
* add to readme by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/161
* Hotfix/dg 000 fix empty batch detection by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/160
* black PR by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/164
* Rename `DatasetAdapter` to `DatasetOutputMapper` by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/166
* Feature/dg 979 support classification by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/149
* Feature/sg 953 add voc seg dataset by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/151
* Coco segmentation by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/130
* Feature/sg 945 move summary before adding adapter by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/167
* Adding Coco Detection Dataset by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/118
* add impossible object count by resolution to DG by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/171
* Improve heatmap description by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/170
* Decoupling DatasetAdapter to the AnalysisManager by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/163
* Feature/sg 996 add reports to s3 by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/173
* Improve introduction readability by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/178
* Feature/alg 1639 add proxy information by shanibenbaruch in https://github.com/Deci-AI/data-gradients/pull/180
* Moving Dataset Exctractors outside of main README by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/177
* Automatize dataset description by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/179
* Hotfix/sg 000 fix 06empty batch by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/184
* Add is_batch by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/185
* change reference location links to external links and add the relativ… by rotemy-x10 in https://github.com/Deci-AI/data-gradients/pull/182
* Add option to update state from cache file by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/186
* Feature/sg 1085 docs for image dups by shaydeci in https://github.com/Deci-AI/data-gradients/pull/183
* Feature/sg 000 add datasetadapter features by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/187
* Hotfix/sg 000 add classnames to config by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/191
* Hotfix/sg 000 refacto ask user questions by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/194
* Hotfix/sg 000 move n image channels to dataconfig by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/192
* Hotfix/sg 000 move image format to dataconfig by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/193
* Hotfix/sg 1101 add classnames to questions by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/195
* Fix questions display when asking n_channels by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/198
* Feature/sg 1155 support pil by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/199
* Hotfix/sg 000 fix question display n channel by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/200
* Bump Version of DG to 0.2.0 by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/201
* Fix caching of channels by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/202
* bump version to 0.2.1 by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/203
* use categorical mask by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/204
* Feature/sg 1182 support sparse class representation by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/205
* Feature/sg 1070 Remove `description` property -> include it in `update` instead + add docstrings by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/206
* version fixed by shaydeci in https://github.com/Deci-AI/data-gradients/pull/208
* Add classification features to the documentation by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/207
* Fix channel_str exception text by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/211
* Fix classnames by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/210
* Hotfix/sg 00 fix class name by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/212
* Misc small fixes by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/213
* Add image channels param to analysis managers by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/215
* Bump version by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/216

New Contributors
* RanZilberstein made their first contribution in https://github.com/Deci-AI/data-gradients/pull/115
* shanibenbaruch made their first contribution in https://github.com/Deci-AI/data-gradients/pull/180
* rotemy-x10 made their first contribution in https://github.com/Deci-AI/data-gradients/pull/182

**Full Changelog**: https://github.com/Deci-AI/data-gradients/compare/0.0.5...0.3.1

0.3.0

What's Changed
* minor format fixes by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/95
* Normalize Class Count by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/96
* Fix json by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/97
* Release test by ranrubin in https://github.com/Deci-AI/data-gradients/pull/99
* Update `n_cols` and `n_rows` in sample visualization by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/98
* Feature/sg 832 improve plot text by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/101
* Feature/sg 832 add config to readme by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/100
* Add traceback and new error json by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/102
* Prepare the logging for DataConfig by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/103
* Add table of content by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/104
* Feature/sg 845 add dataconfig with cache by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/93
* Feature Descriptions by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/105
* Update Readme by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/107
* Add mkdocs by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/106
* Create dir if not exist by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/110
* Fixing graph visualization by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/108
* add appdir by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/111
* added common names for each format by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/112
* added a flag to delete the plots at the end of the run (true by default) by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/113
* Update mkdocs.yml by RanZilberstein in https://github.com/Deci-AI/data-gradients/pull/115
* allow passing feature extractors on init by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/116
* Add Yolo Format Dataset by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/114
* Fix Average Brightness by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/119
* fix installing from master by shaydeci in https://github.com/Deci-AI/data-gradients/pull/122
* fix summary assuming val split exists by shaydeci in https://github.com/Deci-AI/data-gradients/pull/120
* Feature/sg 953 add XML/VOC datasets by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/117
* Feature/sg 890 Quickfix for high num_classes by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/121
* Fix how we count bbox per image by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/124
* Fix title by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/123
* show long class_name by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/125
* Fix bug where code could crash when there is no bbox by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/127
* Feature/sg 953 simplify iterator logic by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/132
* Rename "image_count" to "num_samples" and "annotation_count" to "num_annotations" by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/133
* Drop-in replacement of appdirs to platformdirs by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/134
* fix visualization of normalized images by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/137
* Fix test by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/138
* Update README.md by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/139
* added issue templates by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/141
* Create CONTRIBUTING.md by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/140
* Improve visualization of bbox by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/135
* Feature/sg 912 duplicates by shaydeci in https://github.com/Deci-AI/data-gradients/pull/136
* Feature/sg 890 add filter option for multiclass by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/129
* Feature/sg 953 generalise dataset logic by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/131
* Fix segmentation processor by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/144
* fix title by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/142
* fix notifications by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/145
* version bumped by shaydeci in https://github.com/Deci-AI/data-gradients/pull/143
* Fix batch unsqueezing and onehot by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/146
* add to readme by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/147
* Remove default value for batches_early_stop parameter by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/150
* Added logging of the event if feature extractor failed by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/148
* fixed empty page bug by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/153
* fixed link in pdf by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/154
* Feature/dg 000 add to readme by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/155
* version bumped by shaydeci in https://github.com/Deci-AI/data-gradients/pull/156
* Bugfix/sg 000 fix import type iterable by shaydeci in https://github.com/Deci-AI/data-gradients/pull/157
* add to readme by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/161
* Hotfix/dg 000 fix empty batch detection by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/160
* black PR by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/164
* Rename `DatasetAdapter` to `DatasetOutputMapper` by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/166
* Feature/dg 979 support classification by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/149
* Feature/sg 953 add voc seg dataset by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/151
* Coco segmentation by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/130
* Feature/sg 945 move summary before adding adapter by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/167
* Adding Coco Detection Dataset by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/118
* add impossible object count by resolution to DG by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/171
* Improve heatmap description by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/170
* Decoupling DatasetAdapter to the AnalysisManager by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/163
* Feature/sg 996 add reports to s3 by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/173
* Improve introduction readability by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/178
* Feature/alg 1639 add proxy information by shanibenbaruch in https://github.com/Deci-AI/data-gradients/pull/180
* Moving Dataset Exctractors outside of main README by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/177
* Automatize dataset description by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/179
* Hotfix/sg 000 fix 06empty batch by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/184
* Add is_batch by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/185
* change reference location links to external links and add the relativ… by rotemy-x10 in https://github.com/Deci-AI/data-gradients/pull/182
* Add option to update state from cache file by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/186
* Feature/sg 1085 docs for image dups by shaydeci in https://github.com/Deci-AI/data-gradients/pull/183
* Feature/sg 000 add datasetadapter features by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/187
* Hotfix/sg 000 add classnames to config by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/191
* Hotfix/sg 000 refacto ask user questions by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/194
* Hotfix/sg 000 move n image channels to dataconfig by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/192
* Hotfix/sg 000 move image format to dataconfig by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/193
* Hotfix/sg 1101 add classnames to questions by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/195
* Fix questions display when asking n_channels by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/198
* Feature/sg 1155 support pil by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/199
* Hotfix/sg 000 fix question display n channel by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/200
* Bump Version of DG to 0.2.0 by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/201
* Fix caching of channels by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/202
* bump version to 0.2.1 by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/203
* use categorical mask by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/204
* Feature/sg 1182 support sparse class representation by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/205
* Feature/sg 1070 Remove `description` property -> include it in `update` instead + add docstrings by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/206
* version fixed by shaydeci in https://github.com/Deci-AI/data-gradients/pull/208

New Contributors
* RanZilberstein made their first contribution in https://github.com/Deci-AI/data-gradients/pull/115
* shanibenbaruch made their first contribution in https://github.com/Deci-AI/data-gradients/pull/180
* rotemy-x10 made their first contribution in https://github.com/Deci-AI/data-gradients/pull/182

**Full Changelog**: https://github.com/Deci-AI/data-gradients/compare/0.0.5...0.3.0

0.2.2

What's Changed
* minor format fixes by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/95
* Normalize Class Count by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/96
* Fix json by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/97
* Release test by ranrubin in https://github.com/Deci-AI/data-gradients/pull/99
* Update `n_cols` and `n_rows` in sample visualization by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/98
* Feature/sg 832 improve plot text by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/101
* Feature/sg 832 add config to readme by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/100
* Add traceback and new error json by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/102
* Prepare the logging for DataConfig by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/103
* Add table of content by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/104
* Feature/sg 845 add dataconfig with cache by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/93
* Feature Descriptions by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/105
* Update Readme by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/107
* Add mkdocs by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/106
* Create dir if not exist by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/110
* Fixing graph visualization by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/108
* add appdir by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/111
* added common names for each format by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/112
* added a flag to delete the plots at the end of the run (true by default) by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/113
* Update mkdocs.yml by RanZilberstein in https://github.com/Deci-AI/data-gradients/pull/115
* allow passing feature extractors on init by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/116
* Add Yolo Format Dataset by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/114
* Fix Average Brightness by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/119
* fix installing from master by shaydeci in https://github.com/Deci-AI/data-gradients/pull/122
* fix summary assuming val split exists by shaydeci in https://github.com/Deci-AI/data-gradients/pull/120
* Feature/sg 953 add XML/VOC datasets by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/117
* Feature/sg 890 Quickfix for high num_classes by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/121
* Fix how we count bbox per image by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/124
* Fix title by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/123
* show long class_name by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/125
* Fix bug where code could crash when there is no bbox by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/127
* Feature/sg 953 simplify iterator logic by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/132
* Rename "image_count" to "num_samples" and "annotation_count" to "num_annotations" by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/133
* Drop-in replacement of appdirs to platformdirs by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/134
* fix visualization of normalized images by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/137
* Fix test by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/138
* Update README.md by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/139
* added issue templates by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/141
* Create CONTRIBUTING.md by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/140
* Improve visualization of bbox by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/135
* Feature/sg 912 duplicates by shaydeci in https://github.com/Deci-AI/data-gradients/pull/136
* Feature/sg 890 add filter option for multiclass by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/129
* Feature/sg 953 generalise dataset logic by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/131
* Fix segmentation processor by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/144
* fix title by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/142
* fix notifications by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/145
* version bumped by shaydeci in https://github.com/Deci-AI/data-gradients/pull/143
* Fix batch unsqueezing and onehot by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/146
* add to readme by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/147
* Remove default value for batches_early_stop parameter by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/150
* Added logging of the event if feature extractor failed by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/148
* fixed empty page bug by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/153
* fixed link in pdf by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/154
* Feature/dg 000 add to readme by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/155
* version bumped by shaydeci in https://github.com/Deci-AI/data-gradients/pull/156
* Bugfix/sg 000 fix import type iterable by shaydeci in https://github.com/Deci-AI/data-gradients/pull/157
* add to readme by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/161
* Hotfix/dg 000 fix empty batch detection by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/160
* black PR by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/164
* Rename `DatasetAdapter` to `DatasetOutputMapper` by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/166
* Feature/dg 979 support classification by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/149
* Feature/sg 953 add voc seg dataset by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/151
* Coco segmentation by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/130
* Feature/sg 945 move summary before adding adapter by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/167
* Adding Coco Detection Dataset by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/118
* add impossible object count by resolution to DG by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/171
* Improve heatmap description by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/170
* Decoupling DatasetAdapter to the AnalysisManager by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/163
* Feature/sg 996 add reports to s3 by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/173
* Improve introduction readability by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/178
* Feature/alg 1639 add proxy information by shanibenbaruch in https://github.com/Deci-AI/data-gradients/pull/180
* Moving Dataset Exctractors outside of main README by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/177
* Automatize dataset description by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/179
* Hotfix/sg 000 fix 06empty batch by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/184
* Add is_batch by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/185
* change reference location links to external links and add the relativ… by rotemy-x10 in https://github.com/Deci-AI/data-gradients/pull/182
* Add option to update state from cache file by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/186
* Feature/sg 1085 docs for image dups by shaydeci in https://github.com/Deci-AI/data-gradients/pull/183
* Feature/sg 000 add datasetadapter features by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/187
* Hotfix/sg 000 add classnames to config by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/191
* Hotfix/sg 000 refacto ask user questions by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/194
* Hotfix/sg 000 move n image channels to dataconfig by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/192
* Hotfix/sg 000 move image format to dataconfig by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/193
* Hotfix/sg 1101 add classnames to questions by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/195
* Fix questions display when asking n_channels by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/198
* Feature/sg 1155 support pil by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/199
* Hotfix/sg 000 fix question display n channel by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/200
* Bump Version of DG to 0.2.0 by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/201
* Fix caching of channels by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/202
* bump version to 0.2.1 by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/203

New Contributors
* RanZilberstein made their first contribution in https://github.com/Deci-AI/data-gradients/pull/115
* shanibenbaruch made their first contribution in https://github.com/Deci-AI/data-gradients/pull/180
* rotemy-x10 made their first contribution in https://github.com/Deci-AI/data-gradients/pull/182

**Full Changelog**: https://github.com/Deci-AI/data-gradients/compare/0.0.5...0.2.2

0.2.1

What's Changed
* minor format fixes by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/95
* Normalize Class Count by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/96
* Fix json by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/97
* Release test by ranrubin in https://github.com/Deci-AI/data-gradients/pull/99
* Update `n_cols` and `n_rows` in sample visualization by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/98
* Feature/sg 832 improve plot text by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/101
* Feature/sg 832 add config to readme by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/100
* Add traceback and new error json by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/102
* Prepare the logging for DataConfig by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/103
* Add table of content by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/104
* Feature/sg 845 add dataconfig with cache by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/93
* Feature Descriptions by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/105
* Update Readme by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/107
* Add mkdocs by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/106
* Create dir if not exist by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/110
* Fixing graph visualization by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/108
* add appdir by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/111
* added common names for each format by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/112
* added a flag to delete the plots at the end of the run (true by default) by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/113
* Update mkdocs.yml by RanZilberstein in https://github.com/Deci-AI/data-gradients/pull/115
* allow passing feature extractors on init by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/116
* Add Yolo Format Dataset by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/114
* Fix Average Brightness by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/119
* fix installing from master by shaydeci in https://github.com/Deci-AI/data-gradients/pull/122
* fix summary assuming val split exists by shaydeci in https://github.com/Deci-AI/data-gradients/pull/120
* Feature/sg 953 add XML/VOC datasets by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/117
* Feature/sg 890 Quickfix for high num_classes by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/121
* Fix how we count bbox per image by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/124
* Fix title by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/123
* show long class_name by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/125
* Fix bug where code could crash when there is no bbox by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/127
* Feature/sg 953 simplify iterator logic by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/132
* Rename "image_count" to "num_samples" and "annotation_count" to "num_annotations" by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/133
* Drop-in replacement of appdirs to platformdirs by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/134
* fix visualization of normalized images by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/137
* Fix test by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/138
* Update README.md by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/139
* added issue templates by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/141
* Create CONTRIBUTING.md by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/140
* Improve visualization of bbox by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/135
* Feature/sg 912 duplicates by shaydeci in https://github.com/Deci-AI/data-gradients/pull/136
* Feature/sg 890 add filter option for multiclass by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/129
* Feature/sg 953 generalise dataset logic by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/131
* Fix segmentation processor by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/144
* fix title by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/142
* fix notifications by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/145
* version bumped by shaydeci in https://github.com/Deci-AI/data-gradients/pull/143
* Fix batch unsqueezing and onehot by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/146
* add to readme by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/147
* Remove default value for batches_early_stop parameter by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/150
* Added logging of the event if feature extractor failed by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/148
* fixed empty page bug by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/153
* fixed link in pdf by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/154
* Feature/dg 000 add to readme by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/155
* version bumped by shaydeci in https://github.com/Deci-AI/data-gradients/pull/156
* Bugfix/sg 000 fix import type iterable by shaydeci in https://github.com/Deci-AI/data-gradients/pull/157
* add to readme by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/161
* Hotfix/dg 000 fix empty batch detection by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/160
* black PR by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/164
* Rename `DatasetAdapter` to `DatasetOutputMapper` by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/166
* Feature/dg 979 support classification by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/149
* Feature/sg 953 add voc seg dataset by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/151
* Coco segmentation by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/130
* Feature/sg 945 move summary before adding adapter by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/167
* Adding Coco Detection Dataset by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/118
* add impossible object count by resolution to DG by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/171
* Improve heatmap description by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/170
* Decoupling DatasetAdapter to the AnalysisManager by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/163
* Feature/sg 996 add reports to s3 by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/173
* Improve introduction readability by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/178
* Feature/alg 1639 add proxy information by shanibenbaruch in https://github.com/Deci-AI/data-gradients/pull/180
* Moving Dataset Exctractors outside of main README by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/177
* Automatize dataset description by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/179
* Hotfix/sg 000 fix 06empty batch by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/184
* Add is_batch by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/185
* change reference location links to external links and add the relativ… by rotemy-x10 in https://github.com/Deci-AI/data-gradients/pull/182
* Add option to update state from cache file by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/186
* Feature/sg 1085 docs for image dups by shaydeci in https://github.com/Deci-AI/data-gradients/pull/183
* Feature/sg 000 add datasetadapter features by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/187
* Hotfix/sg 000 add classnames to config by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/191
* Hotfix/sg 000 refacto ask user questions by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/194
* Hotfix/sg 000 move n image channels to dataconfig by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/192
* Hotfix/sg 000 move image format to dataconfig by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/193
* Hotfix/sg 1101 add classnames to questions by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/195
* Fix questions display when asking n_channels by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/198
* Feature/sg 1155 support pil by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/199
* Hotfix/sg 000 fix question display n channel by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/200
* Bump Version of DG to 0.2.0 by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/201
* Fix caching of channels by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/202
* bump version to 0.2.1 by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/203

New Contributors
* RanZilberstein made their first contribution in https://github.com/Deci-AI/data-gradients/pull/115
* shanibenbaruch made their first contribution in https://github.com/Deci-AI/data-gradients/pull/180
* rotemy-x10 made their first contribution in https://github.com/Deci-AI/data-gradients/pull/182

**Full Changelog**: https://github.com/Deci-AI/data-gradients/compare/0.0.5...0.2.1

0.2.0

What's Changed
* minor format fixes by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/95
* Normalize Class Count by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/96
* Fix json by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/97
* Release test by ranrubin in https://github.com/Deci-AI/data-gradients/pull/99
* Update `n_cols` and `n_rows` in sample visualization by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/98
* Feature/sg 832 improve plot text by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/101
* Feature/sg 832 add config to readme by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/100
* Add traceback and new error json by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/102
* Prepare the logging for DataConfig by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/103
* Add table of content by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/104
* Feature/sg 845 add dataconfig with cache by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/93
* Feature Descriptions by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/105
* Update Readme by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/107
* Add mkdocs by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/106
* Create dir if not exist by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/110
* Fixing graph visualization by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/108
* add appdir by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/111
* added common names for each format by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/112
* added a flag to delete the plots at the end of the run (true by default) by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/113
* Update mkdocs.yml by RanZilberstein in https://github.com/Deci-AI/data-gradients/pull/115
* allow passing feature extractors on init by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/116
* Add Yolo Format Dataset by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/114
* Fix Average Brightness by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/119
* fix installing from master by shaydeci in https://github.com/Deci-AI/data-gradients/pull/122
* fix summary assuming val split exists by shaydeci in https://github.com/Deci-AI/data-gradients/pull/120
* Feature/sg 953 add XML/VOC datasets by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/117
* Feature/sg 890 Quickfix for high num_classes by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/121
* Fix how we count bbox per image by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/124
* Fix title by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/123
* show long class_name by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/125
* Fix bug where code could crash when there is no bbox by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/127
* Feature/sg 953 simplify iterator logic by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/132
* Rename "image_count" to "num_samples" and "annotation_count" to "num_annotations" by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/133
* Drop-in replacement of appdirs to platformdirs by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/134
* fix visualization of normalized images by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/137
* Fix test by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/138
* Update README.md by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/139
* added issue templates by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/141
* Create CONTRIBUTING.md by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/140
* Improve visualization of bbox by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/135
* Feature/sg 912 duplicates by shaydeci in https://github.com/Deci-AI/data-gradients/pull/136
* Feature/sg 890 add filter option for multiclass by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/129
* Feature/sg 953 generalise dataset logic by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/131
* Fix segmentation processor by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/144
* fix title by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/142
* fix notifications by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/145
* version bumped by shaydeci in https://github.com/Deci-AI/data-gradients/pull/143
* Fix batch unsqueezing and onehot by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/146
* add to readme by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/147
* Remove default value for batches_early_stop parameter by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/150
* Added logging of the event if feature extractor failed by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/148
* fixed empty page bug by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/153
* fixed link in pdf by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/154
* Feature/dg 000 add to readme by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/155
* version bumped by shaydeci in https://github.com/Deci-AI/data-gradients/pull/156
* Bugfix/sg 000 fix import type iterable by shaydeci in https://github.com/Deci-AI/data-gradients/pull/157
* add to readme by ofrimasad in https://github.com/Deci-AI/data-gradients/pull/161
* Hotfix/dg 000 fix empty batch detection by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/160
* black PR by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/164
* Rename `DatasetAdapter` to `DatasetOutputMapper` by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/166
* Feature/dg 979 support classification by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/149
* Feature/sg 953 add voc seg dataset by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/151
* Coco segmentation by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/130
* Feature/sg 945 move summary before adding adapter by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/167
* Adding Coco Detection Dataset by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/118
* add impossible object count by resolution to DG by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/171
* Improve heatmap description by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/170
* Decoupling DatasetAdapter to the AnalysisManager by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/163
* Feature/sg 996 add reports to s3 by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/173
* Improve introduction readability by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/178
* Feature/alg 1639 add proxy information by shanibenbaruch in https://github.com/Deci-AI/data-gradients/pull/180
* Moving Dataset Exctractors outside of main README by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/177
* Automatize dataset description by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/179
* Hotfix/sg 000 fix 06empty batch by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/184
* Add is_batch by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/185
* change reference location links to external links and add the relativ… by rotemy-x10 in https://github.com/Deci-AI/data-gradients/pull/182
* Add option to update state from cache file by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/186
* Feature/sg 1085 docs for image dups by shaydeci in https://github.com/Deci-AI/data-gradients/pull/183
* Feature/sg 000 add datasetadapter features by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/187
* Hotfix/sg 000 add classnames to config by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/191
* Hotfix/sg 000 refacto ask user questions by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/194
* Hotfix/sg 000 move n image channels to dataconfig by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/192
* Hotfix/sg 000 move image format to dataconfig by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/193
* Hotfix/sg 1101 add classnames to questions by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/195
* Fix questions display when asking n_channels by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/198
* Feature/sg 1155 support pil by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/199
* Hotfix/sg 000 fix question display n channel by Louis-Dupont in https://github.com/Deci-AI/data-gradients/pull/200
* Bump Version of DG to 0.2.0 by BloodAxe in https://github.com/Deci-AI/data-gradients/pull/201

New Contributors
* RanZilberstein made their first contribution in https://github.com/Deci-AI/data-gradients/pull/115
* shanibenbaruch made their first contribution in https://github.com/Deci-AI/data-gradients/pull/180
* rotemy-x10 made their first contribution in https://github.com/Deci-AI/data-gradients/pull/182

**Full Changelog**: https://github.com/Deci-AI/data-gradients/compare/0.0.5...0.2.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.