Skip to content

Releases: roboflow/roboflow-python

1.1.12

04 Dec 14:35
d419158
Compare
Choose a tag to compare

This PR allows a user to pass a custom fps to the video inference API.

1.1.11

01 Dec 16:58
804f60e
Compare
Choose a tag to compare

This PR allows a user to pass a custom fps to the video inference API.

1.1.10

29 Nov 17:58
Compare
Choose a tag to compare

This release adds a new CLI tool, so the user can download and upload from the command line

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.