Skip to content

Releases: roboflow/roboflow-python

Video inference bug-fix release

03 Nov 19:44
39e838a
Compare
Choose a tag to compare

This release fixes some bugs in the previous release re: video inference.

1.1.8

03 Nov 14:29
1144f66
Compare
Choose a tag to compare

This release introduces video inference bindings for the Roboflow Python package. These bindings allow users to use the hosted Roboflow Video Inference solution.

1.1.7

22 Sep 20:18
Compare
Choose a tag to compare

Updated python version requirements to >=3.8 from 3.6 in setup.py and Readme. Python 3.8 is now the earliest version Roboflow supports because it’s the earliest version supported by our dependencies. Here’s roboflow/supervision#180 from when supervision dropped support for 3.7 a few months ago.

1.1.6

07 Sep 20:11
66aa98e
Compare
Choose a tag to compare

What's Changed

  • Add input continue warning for wrong ultralytics version in model deploy by @SolomonLake in #185

Full Changelog: v1.1.15...v1.1.6

v1.1.4

23 Aug 19:01
4f0fa63
Compare
Choose a tag to compare

bugfix: project.upload() was using a wrong parameter name for is_prediction

v1.1.3

16 Aug 12:57
5ae3e32
Compare
Choose a tag to compare

Upload of large datasets with workspace.upload_dataset() is more reliable.

  • Doesn't break upload in the middle even if it gets unexpected responses from the backend
  • Better separation of output to stdout and stderr (stderr should only have the list of problematic files)
  • Ability to resume uploads to the same project (if the workspace has a project with a matching name)

v1.1.2

20 Jul 16:07
bbf5fa5
Compare
Choose a tag to compare

Fixed logging for the version deploy method.

v1.1.1

11 Jul 21:33
781c553
Compare
Choose a tag to compare

In this release we add API support for search.

v1.1.0

21 Jun 16:50
35f38a4
Compare
Choose a tag to compare

In this release we add a feature to upload VOC and YOLO formatted datasets to Roboflow

@SkalskiP will be excited about the supervisioninclusion` which made the YOLO uploads possible.

You can turn up the parallelism to speed up dataset upload speed, but there must be some limit to that.

v1.0.9

17 May 15:29
8694dfe
Compare
Choose a tag to compare

Adding local param functionality to instance segmentation Versions.