Skip to content

Commit

Permalink
releases 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgvaz committed May 12, 2021
1 parent 4ee558a commit 9815f30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.8.0]
Supports pytorch 1.8
### Added
- `iou_thresholds` parameter to `COCOMetric`
Expand All @@ -16,7 +18,6 @@ Supports pytorch 1.8
- rgb_shift_limit changed from 20 to 10
- VOC parser uses image sizes from annotation file instead of image
- bumps fastai to latest version (<2.4)
### Deleted

## [0.7.0]
**BREAKING:** API Refactor
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = icevision
version = 0.8.0rc1
version = 0.8.0
author = Lucas Goulart Vazquez, Farid Hassainia
author_email = [email protected], [email protected]
description = Agnostic Computer Vision Framework
Expand Down

0 comments on commit 9815f30

Please sign in to comment.