Skip to content

Releases: roboflow/roboflow-python

0.2.33

10 Mar 21:04
ca98bd7
Compare
Choose a tag to compare

We fixed a bug with classification inference response decoding from the new Roboflow Inference server

0.2.32

27 Feb 19:28
9aac59f
Compare
Choose a tag to compare
  • fix bug in download version for datasets that don't have a data.yaml file or when the project url
  • fix bug in upload annotation function when project url is different than the project name

0.2.31

18 Feb 05:27
e3605db
Compare
Choose a tag to compare

Added support for uploading classification annotation file names in the __annotation_upload() function. See PR: #116

Multiple feature upgrades Feb 17 2023.

17 Feb 17:26
c0b6bf0
Compare
Choose a tag to compare

Key features upgraded in this release:

  • Fixes Yolov8 data loader (#113)
  • Image tag upload support (#114)
  • Support for Yolov7 model upload for segmentation (#111)
  • Sequence number ordering upload support (#115)

0.2.29

27 Jan 15:56
9246b1a
Compare
Choose a tag to compare
  • 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

26 Jan 22:13
07cb243
Compare
Choose a tag to compare

In this release, we provide support for YOLOv5 external model uploads to Roboflow Deploy 🚀

0.2.27

24 Jan 03:48
be09139
Compare
Choose a tag to compare

In this release, we back-support older versions of ultralytics yolov8 uploads.

0.2.26

23 Jan 17:42
36f185b
Compare
Choose a tag to compare

In this release, we fix a bug with Ultryaltics YOLOv8 weights upload. The YOLO model object changed some of it's variable types.

0.2.25

12 Jan 16:51
b5495c1
Compare
Choose a tag to compare

In this release we add an ability to check if a dataset is already downloaded before re-downloading in version.download()

We also provide better Roboflow app and universe links when an external model is being deployed.

v0.2.24

10 Jan 13:07
cbc2a85
Compare
Choose a tag to compare

Fixes a bug with the new YOLOv8 dataset format.