Skip to content

Commit 95b29a5

Browse files
committed
releases 0.7.0
1 parent 6bf41b7 commit 95b29a5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@ 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+
### Added
8+
### Changed
9+
### Deleted
10+
11+
## [0.7.0]
712
**BREAKING:** API Refactor
813

9-
## Added
14+
### Added
1015
- Metrics for mmdetection models
1116

12-
## Changed
17+
### Changed
1318
- **Breaking:** Renamed tasks `default,detect,classif` to `common,detection,classification`
1419
- **Breaking:** Renamed `imageid` to `record_id`
1520
- **Breaking:** Added parameter `is_new` to `Parser.parse_fields`
@@ -24,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2429
- pass in a dictionary mapping labels to specific colors
2530
- control label height & width padding from bbox edge
2631
- add border around label for legibility (color is a parameter)
32+
2733
**Breaking:**: Rename `labels->label_ids`, `labels_names->labels` in `LabelsRecordComponent`
2834
- Renamed torchvision resnet backbones:
2935
- resnet_fpn.resnet18 -> resnet18_fpn

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.7.0rc4
5+
version = 0.7.0
66
author = Lucas Goulart Vazquez, Farid Hassainia
77
88
description = Agnostic Computer Vision Framework

0 commit comments

Comments
 (0)