Skip to content

Commit 9815f30

Browse files
committed
releases 0.8.0
1 parent 4ee558a commit 9815f30

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7+
8+
## [0.8.0]
79
Supports pytorch 1.8
810
### Added
911
- `iou_thresholds` parameter to `COCOMetric`
@@ -16,7 +18,6 @@ Supports pytorch 1.8
1618
- rgb_shift_limit changed from 20 to 10
1719
- VOC parser uses image sizes from annotation file instead of image
1820
- bumps fastai to latest version (<2.4)
19-
### Deleted
2021

2122
## [0.7.0]
2223
**BREAKING:** API Refactor

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[metadata]
44
name = icevision
5-
version = 0.8.0rc1
5+
version = 0.8.0
66
author = Lucas Goulart Vazquez, Farid Hassainia
77
88
description = Agnostic Computer Vision Framework

0 commit comments

Comments
 (0)