From c2b6329072c63853ccb2ab5094a794bb34993ffd Mon Sep 17 00:00:00 2001 From: lgvaz Date: Mon, 19 Oct 2020 14:44:54 -0300 Subject: [PATCH] bumps beta version and updates changelog --- CHANGELOG.md | 5 +++-- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6afa7be55..6b0a30eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Template code for `parsers.SizeMixin` if `parsers.FilepathMixin` is used - Get image size without opening image with `get_image_size` - Ability to skip record while parsing with `AbortParseRecord` -- Autofix for record -- Record class and mixins +- Autofix for record: `autofix_records` function and `autofix:bool` parameter added to `Parser.parse` +- Record class and mixins, `create_mixed_record` function to help creating Records - InvalidDataError for BBox - Catches InvalidDataError while parsing data @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Rename Parser `SizeMixin` fields from `width` `height` to `image_width` `image_height` ### Deleted +- Removed `CombinedParser`, all parsing can be done with the standard `Parser` ## [0.1.6] diff --git a/setup.cfg b/setup.cfg index c55293b5e..22610312f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = icevision -version = 0.2.0b4 +version = 0.2.0b5 author = Lucas Goulart Vazquez, Farid Hassainia author_email = lgvaz42@gmail.com, farid@airctic.com description = Agnostic Computer Vision Framework