Releases: roboflow/roboflow-python
Releases · roboflow/roboflow-python
v1.0.1
Added support for more model deploy types. Supported types are:
- YOLOv5 Object Detection
- YOLOv5 Instance Segmentation
- YOLOv7 Instance Segmentation
- YOLOv8 Object Detection
- YOLOv8 Instance Segmentation
- YOLOv8 Classification
v1.0.0
In this PR we release a few new top level methods:
.login()
.load_model()
And a cool new model method:
.webcam()
.login() will make life a lot easier, and we'll be working to propagate it throughout out docs + tutorials.
Cheers,
Team Roboflow
v0.2.34
We removed the test pypi publish from our publish action, as we often do that manually ahead of time
0.2.33
We fixed a bug with classification inference response decoding from the new Roboflow Inference server
0.2.32
0.2.31
Multiple feature upgrades Feb 17 2023.
0.2.29
- fix version conversion number in
util.version
- better error messages when downloading a dataset
- additional check for
ultralytics
when downloading an exported dataset
0.2.28
In this release, we provide support for YOLOv5 external model uploads to Roboflow Deploy 🚀
0.2.27
In this release, we back-support older versions of ultralytics
yolov8 uploads.