Skip to content

Releases: roboflow/roboflow-python

V1.0.4

Choose a tag to compare

@tonylampada tonylampada released this 14 Apr 14:31
8c997ab

Adds the ability to download model weights via Version.get_pt_weights()

Fix Windows Config

Choose a tag to compare

@Jacobsolawetz Jacobsolawetz released this 07 Apr 16:09
071bf45

In this release we support windows with new login saved configuration files.

Cheers!

Avoid Cache For Model Upload API

Choose a tag to compare

@paulguerrie paulguerrie released this 31 Mar 18:19
3ea6260

A small improvement to the deploy() function by avoiding caching for an API ensuring we are operating on the most up to date data.

v1.0.1

Choose a tag to compare

@paulguerrie paulguerrie released this 14 Mar 21:13
de4090f

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

Choose a tag to compare

@Jacobsolawetz Jacobsolawetz released this 14 Mar 14:34
b22780d

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

Choose a tag to compare

@Jacobsolawetz Jacobsolawetz released this 10 Mar 21:23
794f864

We removed the test pypi publish from our publish action, as we often do that manually ahead of time

0.2.33

Choose a tag to compare

@Jacobsolawetz Jacobsolawetz released this 10 Mar 21:04
ca98bd7

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

0.2.32

Choose a tag to compare

@hansent hansent released this 27 Feb 19:28
9aac59f
  • 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

Choose a tag to compare

@ogjaylowe ogjaylowe released this 18 Feb 05:27
e3605db

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

Multiple feature upgrades Feb 17 2023.

Choose a tag to compare

@bigbitbus bigbitbus released this 17 Feb 17:26
c0b6bf0

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)