Releases: roboflow/roboflow-python
Releases · roboflow/roboflow-python
v1.1.44
What's Changed
- Feat: Multi-label support by @balthazur in #320
New Contributors
- @balthazur made their first contribution in #320
Full Changelog: v1.1.43...v1.1.44
v1.1.43
What's Changed
- Fix yolov10 version deploy by @grzegorz-roboflow in #319
Full Changelog: v1.1.42...v1.1.43
v1.1.42
v1.1.41
What's Changed
- Refactoring dataset upload by @lrosemberg in #312
- Dedicated deployment: update args; add roboflow --version and whoami by @PacificDou in #315
New Contributors
- @lrosemberg made their first contribution in #312
Full Changelog: v1.1.40...v1.1.41
v1.1.40
What's Changed
- change domain name for dedicated deployment by @PacificDou in #307
- fix: raise UploadErrors for images and annotations by @caiquejjx in #266
- chore(pre_commit): ⬆ pre_commit autoupdate by @pre-commit-ci in #306
- Add args for dedicated deployment: duration, deletion_on_expiration by @PacificDou in #308
New Contributors
- @caiquejjx made their first contribution in #266
Full Changelog: v1.1.39...v1.1.40
v1.1.39
v1.1.38
What's Changed
- chore(pre_commit): ⬆ pre_commit autoupdate by @pre-commit-ci in #300
- add cli interface for dedicated deployment by @PacificDou in #301
- Change args for roboflow deployment by @PacificDou in #305
- chardet is not required for anything by @tonylampada in #304
New Contributors
- @PacificDou made their first contribution in #301
Full Changelog: v1.1.37...v1.1.38
v1.1.37
What's Changed
- Active Learning - Ability to change inference server path. by @reedajohns in #290
- Warn users about correct model type string for hf uploads by @probicheaux in #286
- Ban module level imports for
cv2
,matplotlib
andnumpy
by @iurisilvio in #292 - bugfix: login breaks if ~/.config doesn't exist by @tonylampada in #298
Full Changelog: v1.1.36...v1.1.37
v1.1.36
v1.1.35
What's Changed
- api key precedence #288 by @ryanjball
- Enhance type checking with mypy and improve code quality #285 by @cdragos
- Add warning for mismatched mimetype and filename extension #284 by @iurisilvio
- enhance pre-commit setup and correct installation instructions streamline linting and formatting process #282 by @cdragos