Skip to content

Releases: roboflow/roboflow-python

1.1.14

22 Dec 20:27
542d228
Compare
Choose a tag to compare

What's Changed

Fixed a bug preventing local inference when using classification models

Full Changelog: 1.1.13...v1.1.14

1.1.13

21 Dec 22:09
d55f738
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.12...1.1.13

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