Skip to content

Commit

Permalink
releases 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgvaz committed Nov 14, 2020
1 parent 6c9d89a commit 9ce77ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added
### Changed
### Deleted

## [0.4.0]

### Added
- retinanet: model, dataloaders, predict, ...

### Changed
- models/rcnn renamed to models/torchvision_models

### Deleted
- **Breaking:** models/rcnn renamed to models/torchvision_models
- tests/models/rcnn renamed to tests/models/torchvision_models

## [0.3.0]

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.3.0
version = 0.4.0
author = Lucas Goulart Vazquez, Farid Hassainia
author_email = [email protected], [email protected]
description = Agnostic Computer Vision Framework
Expand Down

0 comments on commit 9ce77ee

Please sign in to comment.