Skip to content

Commit

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

## [Unreleased]

## Added
### Added

### Changed

### Deleted

## [0.1.2]

### Added
- `show_results` function for each model

## Changed
### Changed
- Default `data_splitter` for Parser changed to `RandomSplitter`
- Renamed package from `mantisshrimp` to `icevision`

## Deleted
### Deleted
- Removed `datasets` module to instead use the new `icedata` package

## [0.0.9]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "icevision"
version = "0.1.2-rc.3"
version = "0.1.2"
description = "Agnostic Computer Vision Frameword"
authors = ["Lucas Goulart Vazquez <lgvaz@airctic.com>", "Farid Hassainia <farid@airctic.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit ad9785b

Please sign in to comment.